2024-04-15T20:57:46.532 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T20:57:46.532 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_teuthology@teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_monitoring_stack_basic} --name teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335 -- /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/orig.config.yaml 2024-04-15T20:57:46.567 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T20:57:46.657 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335 branch: main description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657335' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 3f7db60e5ba4c4d053b594b7ec58703d2833c55b owner: scheduled_teuthology@teuthology priority: 950 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: 8042 sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 sleep_before_teardown: 0 subset: 25/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 3f7db60e5ba4c4d053b594b7ec58703d2833c55b targets: smithi017.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBG3r9rdXSITZkT9HurSllkYKKc20NeIqVnLUdgfFHzd6koJ/IAiwFlItxtUBouvz8wGh74zP9YXNNGbLnw8FTU= smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqE1GW7JbLsfxz1RkKshXCnsS0CiGOlq1uLhKmp62Y/72rwsY/eQSqiL+0MYMcG28otOkzFer15BrtJYlDOl/g= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIagBi8QCj1CypKvLfzksLQn+0fIRR6pIAZbhX2w0ezwpC0fFBhDxxqdZA5kpKVo5zSsh6xobxH+OKTISTPh1TQ= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_20:08:15 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T20:57:46.657 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa; will attempt to use it 2024-04-15T20:57:46.658 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_3f7db60e5ba4c4d053b594b7ec58703d2833c55b/qa/tasks 2024-04-15T20:57:46.658 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T20:57:46.660 INFO:teuthology.task.internal:Checking packages... 2024-04-15T20:57:46.688 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '87dbfb632e974cb2c28d17423071d2d833b53b29' 2024-04-15T20:57:46.688 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T20:57:46.688 INFO:teuthology.packaging:ref: None 2024-04-15T20:57:46.688 INFO:teuthology.packaging:tag: None 2024-04-15T20:57:46.688 INFO:teuthology.packaging:branch: main 2024-04-15T20:57:46.689 INFO:teuthology.packaging:sha1: 87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T20:57:46.689 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-04-15T20:57:47.112 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3084.g87dbfb63 2024-04-15T20:57:47.115 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T20:57:47.124 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T20:57:47.125 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T20:57:47.132 INFO:teuthology.task.internal:Saving configuration 2024-04-15T20:57:47.156 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T20:57:47.162 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T20:57:47.187 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:52:43.382216', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBG3r9rdXSITZkT9HurSllkYKKc20NeIqVnLUdgfFHzd6koJ/IAiwFlItxtUBouvz8wGh74zP9YXNNGbLnw8FTU='} 2024-04-15T20:57:47.209 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:52:43.384526', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqE1GW7JbLsfxz1RkKshXCnsS0CiGOlq1uLhKmp62Y/72rwsY/eQSqiL+0MYMcG28otOkzFer15BrtJYlDOl/g='} 2024-04-15T20:57:47.233 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:52:43.383457', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIagBi8QCj1CypKvLfzksLQn+0fIRR6pIAZbhX2w0ezwpC0fFBhDxxqdZA5kpKVo5zSsh6xobxH+OKTISTPh1TQ='} 2024-04-15T20:57:47.234 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T20:57:47.240 INFO:teuthology.task.internal:roles: ubuntu@smithi017.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-15T20:57:47.240 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-15T20:57:47.240 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-15T20:57:47.240 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T20:57:47.342 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fde80135e50>, signals=[15]) 2024-04-15T20:57:47.343 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T20:57:47.352 INFO:teuthology.task.internal:Opening connections... 2024-04-15T20:57:47.352 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi017.front.sepia.ceph.com 2024-04-15T20:57:47.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:57:47.475 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-04-15T20:57:47.476 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:57:47.573 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-04-15T20:57:47.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:57:47.677 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T20:57:47.684 DEBUG:teuthology.orchestra.run.smithi017:> uname -m 2024-04-15T20:57:47.704 INFO:teuthology.orchestra.run.smithi017.stdout:x86_64 2024-04-15T20:57:47.705 DEBUG:teuthology.orchestra.run.smithi017:> cat /etc/os-release 2024-04-15T20:57:47.763 INFO:teuthology.orchestra.run.smithi017.stdout:NAME="CentOS Stream" 2024-04-15T20:57:47.763 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION="9" 2024-04-15T20:57:47.763 INFO:teuthology.orchestra.run.smithi017.stdout:ID="centos" 2024-04-15T20:57:47.763 INFO:teuthology.orchestra.run.smithi017.stdout:ID_LIKE="rhel fedora" 2024-04-15T20:57:47.764 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION_ID="9" 2024-04-15T20:57:47.764 INFO:teuthology.orchestra.run.smithi017.stdout:PLATFORM_ID="platform:el9" 2024-04-15T20:57:47.764 INFO:teuthology.orchestra.run.smithi017.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T20:57:47.764 INFO:teuthology.orchestra.run.smithi017.stdout:ANSI_COLOR="0;31" 2024-04-15T20:57:47.764 INFO:teuthology.orchestra.run.smithi017.stdout:LOGO="fedora-logo-icon" 2024-04-15T20:57:47.764 INFO:teuthology.orchestra.run.smithi017.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T20:57:47.764 INFO:teuthology.orchestra.run.smithi017.stdout:HOME_URL="https://centos.org/" 2024-04-15T20:57:47.765 INFO:teuthology.orchestra.run.smithi017.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T20:57:47.765 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T20:57:47.765 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T20:57:47.766 INFO:teuthology.lock.ops:Updating smithi017.front.sepia.ceph.com on lock server 2024-04-15T20:57:47.788 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-04-15T20:57:47.807 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-04-15T20:57:47.808 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="9" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="9" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el9" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:LOGO="fedora-logo-icon" 2024-04-15T20:57:47.865 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T20:57:47.866 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-04-15T20:57:47.866 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T20:57:47.866 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T20:57:47.866 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T20:57:47.866 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-04-15T20:57:47.888 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-04-15T20:57:47.907 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-04-15T20:57:47.907 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-04-15T20:57:47.964 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="CentOS Stream" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="9" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:ID="centos" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE="rhel fedora" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="9" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:PLATFORM_ID="platform:el9" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:ANSI_COLOR="0;31" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:LOGO="fedora-logo-icon" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://centos.org/" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T20:57:47.965 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T20:57:47.966 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T20:57:47.966 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-04-15T20:57:47.988 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T20:57:47.997 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T20:57:48.002 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T20:57:48.003 DEBUG:teuthology.orchestra.run.smithi017:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:57:48.005 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:57:48.008 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-04-15T20:57:48.024 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T20:57:48.030 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T20:57:48.030 DEBUG:teuthology.orchestra.run.smithi017:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:57:48.063 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:57:48.065 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-04-15T20:57:48.170 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T20:57:48.243 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T20:57:48.261 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T20:57:48.261 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T20:57:48.262 DEBUG:teuthology.orchestra.run.smithi017:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:57:48.262 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:57:48.263 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T20:57:48.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:57:48.280 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-15T20:57:48.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:57:48.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T20:57:48.282 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-04-15T20:57:48.282 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-04-15T20:57:48.338 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-361.el9.x86_64 2024-04-15T20:57:48.338 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.14.0-361.el9.x86_64 2024-04-15T20:57:48.338 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-04-15T20:57:48.340 INFO:teuthology.orchestra.run.smithi017.stdout:5.14.0-361.el9.x86_64 2024-04-15T20:57:48.340 INFO:teuthology.task.kernel:Running kernel on smithi017: 5.14.0-361.el9.x86_64 2024-04-15T20:57:48.340 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum install -y kernel 2024-04-15T20:57:48.342 INFO:teuthology.orchestra.run.smithi169.stdout:5.14.0-361.el9.x86_64 2024-04-15T20:57:48.342 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.14.0-361.el9.x86_64 2024-04-15T20:57:48.342 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum install -y kernel 2024-04-15T20:57:50.478 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-15T20:57:50.506 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-04-15T20:57:50.569 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-04-15T20:57:51.923 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS-9 - BaseOS 7.2 MB/s | 2.0 MB 00:00 2024-04-15T20:57:52.229 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - BaseOS 2.9 MB/s | 2.0 MB 00:00 2024-04-15T20:57:52.294 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS-9 - BaseOS 3.2 MB/s | 2.0 MB 00:00 2024-04-15T20:57:53.486 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - BaseOS 8.3 MB/s | 8.0 MB 00:00 2024-04-15T20:57:54.593 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-04-15T20:57:54.864 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.0 MB 00:02 2024-04-15T20:57:57.042 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-15T20:58:02.048 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.2 MB 00:01 2024-04-15T20:58:03.642 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 16 kB 00:00 2024-04-15T20:58:04.994 INFO:teuthology.orchestra.run.smithi017.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-15T20:58:09.484 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 19 MB 00:13 2024-04-15T20:58:10.217 INFO:teuthology.orchestra.run.smithi017.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-04-15T20:58:12.749 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T20:58:12.750 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T20:58:12.838 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T20:58:12.843 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T20:58:12.844 INFO:teuthology.orchestra.run.smithi017.stdout:Install 4 Packages 2024-04-15T20:58:12.845 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T20:58:12.845 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 77 M 2024-04-15T20:58:12.845 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 123 M 2024-04-15T20:58:12.845 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T20:58:13.035 INFO:teuthology.orchestra.run.smithi017.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.4 MB/s | 277 kB 00:00 2024-04-15T20:58:14.294 INFO:teuthology.orchestra.run.smithi017.stdout:(2/4): kernel-modules-core-5.14.0-438.el9.x86_6 22 MB/s | 28 MB 00:01 2024-04-15T20:58:14.444 INFO:teuthology.orchestra.run.smithi017.stdout:(3/4): kernel-core-5.14.0-438.el9.x86_64.rpm 9.5 MB/s | 15 MB 00:01 2024-04-15T20:58:14.744 INFO:teuthology.orchestra.run.smithi017.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 18 MB/s | 34 MB 00:01 2024-04-15T20:58:14.748 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T20:58:14.748 INFO:teuthology.orchestra.run.smithi017.stdout:Total 40 MB/s | 77 MB 00:01 2024-04-15T20:58:14.748 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T20:58:15.163 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T20:58:15.163 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T20:58:15.459 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - AppStream 921 kB/s | 19 MB 00:20 2024-04-15T20:58:16.068 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T20:58:16.068 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T20:58:18.504 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T20:58:19.130 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:58:19.245 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:58:20.860 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-04-15T20:58:22.122 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:58:22.255 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:58:22.368 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-04-15T20:58:24.054 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-15T20:58:27.352 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:58:27.396 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:58:29.045 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-04-15T20:58:31.369 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T20:58:31.369 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T20:58:31.466 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T20:58:31.471 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T20:58:31.472 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T20:58:31.472 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T20:58:31.472 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T20:58:31.472 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T20:58:31.472 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T20:58:31.472 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T20:58:31.472 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T20:58:31.473 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T20:58:31.473 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T20:58:31.473 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T20:58:31.473 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T20:58:31.473 INFO:teuthology.orchestra.run.smithi089.stdout:Install 4 Packages 2024-04-15T20:58:31.473 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T20:58:31.474 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 77 M 2024-04-15T20:58:31.474 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 123 M 2024-04-15T20:58:31.475 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T20:58:31.655 INFO:teuthology.orchestra.run.smithi089.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.5 MB/s | 277 kB 00:00 2024-04-15T20:58:32.439 INFO:teuthology.orchestra.run.smithi089.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 16 MB/s | 15 MB 00:00 2024-04-15T20:58:32.499 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:58:32.905 INFO:teuthology.orchestra.run.smithi089.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 24 MB/s | 34 MB 00:01 2024-04-15T20:58:33.405 INFO:teuthology.orchestra.run.smithi089.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 16 MB/s | 28 MB 00:01 2024-04-15T20:58:33.408 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T20:58:33.408 INFO:teuthology.orchestra.run.smithi089.stdout:Total 40 MB/s | 77 MB 00:01 2024-04-15T20:58:33.409 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T20:58:33.802 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T20:58:33.802 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T20:58:34.655 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T20:58:34.655 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T20:58:36.965 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T20:58:37.595 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:58:37.681 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:58:40.417 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:58:40.560 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:58:45.249 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:58:45.292 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:58:45.864 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - CRB 192 kB/s | 6.2 MB 00:32 2024-04-15T20:58:47.515 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-15T20:58:48.732 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-04-15T20:58:50.031 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:58:53.807 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-04-15T20:58:56.148 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T20:58:56.148 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T20:58:56.241 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T20:58:56.252 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T20:58:56.253 INFO:teuthology.orchestra.run.smithi169.stdout:Install 4 Packages 2024-04-15T20:58:56.254 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T20:58:56.254 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 77 M 2024-04-15T20:58:56.254 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 123 M 2024-04-15T20:58:56.254 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T20:58:56.408 INFO:teuthology.orchestra.run.smithi169.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.7 MB/s | 277 kB 00:00 2024-04-15T20:58:57.350 INFO:teuthology.orchestra.run.smithi169.stdout:(2/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 31 MB/s | 34 MB 00:01 2024-04-15T20:58:57.617 INFO:teuthology.orchestra.run.smithi169.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 23 MB/s | 28 MB 00:01 2024-04-15T20:58:58.009 INFO:teuthology.orchestra.run.smithi169.stdout:(4/4): kernel-core-5.14.0-438.el9.x86_64.rpm 8.6 MB/s | 15 MB 00:01 2024-04-15T20:58:58.012 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T20:58:58.012 INFO:teuthology.orchestra.run.smithi169.stdout:Total 44 MB/s | 77 MB 00:01 2024-04-15T20:58:58.013 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T20:58:58.396 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T20:58:58.397 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T20:58:59.258 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T20:58:59.258 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T20:59:01.576 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T20:59:02.170 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:59:02.268 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:59:03.629 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:03.629 INFO:teuthology.orchestra.run.smithi017.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T20:59:03.629 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T20:59:03.674 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:04.057 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:04.057 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:59:04.057 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:59:04.057 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:59:04.501 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:04.501 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T20:59:04.502 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T20:59:04.502 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:04.502 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T20:59:04.502 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T20:59:04.502 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T20:59:04.502 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T20:59:04.503 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T20:59:04.832 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:59:04.934 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:04.934 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:59:04.934 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T20:59:04.934 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:59:04.934 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:59:04.934 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T20:59:04.935 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi017.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:59:04.935 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:59:05.018 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:05.018 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:59:05.018 DEBUG:teuthology.orchestra.run.smithi017:> sudo rpm -qi grub2-tools 2024-04-15T20:59:05.024 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:59:05.064 INFO:teuthology.orchestra.run.smithi017.stdout:Name : grub2-tools 2024-04-15T20:59:05.064 INFO:teuthology.orchestra.run.smithi017.stdout:Epoch : 1 2024-04-15T20:59:05.064 INFO:teuthology.orchestra.run.smithi017.stdout:Version : 2.06 2024-04-15T20:59:05.064 INFO:teuthology.orchestra.run.smithi017.stdout:Release : 68.el9 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Architecture: x86_64 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Group : Unspecified 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Size : 8264254 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:License : GPLv3+ 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T20:59:05.065 INFO:teuthology.orchestra.run.smithi017.stdout:Packager : builder@centos.org 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:Vendor : CentOS 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:Summary : Support tools for GRUB. 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:Description : 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:hardware devices. 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T20:59:05.066 INFO:teuthology.orchestra.run.smithi017.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T20:59:05.067 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T20:59:05.067 INFO:teuthology.task.kernel:Updating grub on smithi017 to boot 5.14.0-438.el9.x86_64 2024-04-15T20:59:05.067 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T20:59:05.155 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:59:05.678 INFO:teuthology.orchestra.run.smithi017.stderr:Generating grub configuration file ... 2024-04-15T20:59:07.174 INFO:teuthology.orchestra.run.smithi017.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T20:59:07.201 INFO:teuthology.orchestra.run.smithi017.stderr:done 2024-04-15T20:59:07.203 DEBUG:teuthology.orchestra.run.smithi017:> mktemp 2024-04-15T20:59:07.219 INFO:teuthology.orchestra.run.smithi017.stdout:/tmp/tmp.q2j9sK3cw1 2024-04-15T20:59:07.219 DEBUG:teuthology.orchestra.run.smithi017:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.q2j9sK3cw1 2024-04-15T20:59:07.304 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 0666 /tmp/tmp.q2j9sK3cw1 2024-04-15T20:59:07.446 DEBUG:teuthology.orchestra.remote:smithi017:/tmp/tmp.q2j9sK3cw1 is 6KB 2024-04-15T20:59:07.494 DEBUG:teuthology.orchestra.run.smithi017:> rm -fr /tmp/tmp.q2j9sK3cw1 2024-04-15T20:59:07.509 DEBUG:teuthology.orchestra.run.smithi017:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T20:59:07.591 INFO:teuthology.orchestra.run.smithi017.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T20:59:07.591 INFO:teuthology.orchestra.run.smithi017.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T20:59:07.591 INFO:teuthology.orchestra.run.smithi017.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T20:59:07.591 INFO:teuthology.orchestra.run.smithi017.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T20:59:07.591 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T20:59:07.736 DEBUG:teuthology.orchestra.run.smithi017:> sudo shutdown -r now 2024-04-15T20:59:09.871 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:59:10.029 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:14.751 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:19.715 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:19.715 INFO:teuthology.orchestra.run.smithi089.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T20:59:19.715 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T20:59:19.759 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:20.111 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:20.111 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:59:20.112 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:59:20.112 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T20:59:20.530 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T20:59:20.843 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:59:20.937 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:20.938 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:59:20.938 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T20:59:20.938 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:59:20.938 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:59:20.938 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T20:59:20.938 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:59:20.938 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:59:21.018 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:21.018 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:59:21.019 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-04-15T20:59:21.064 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-04-15T20:59:21.064 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.06 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 68.el9 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Group : Unspecified 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 8264254 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : builder@centos.org 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-04-15T20:59:21.065 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T20:59:21.066 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T20:59:21.066 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T20:59:21.066 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 5.14.0-438.el9.x86_64 2024-04-15T20:59:21.066 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T20:59:21.685 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-04-15T20:59:23.039 INFO:teuthology.orchestra.run.smithi089.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T20:59:23.072 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-04-15T20:59:23.074 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-04-15T20:59:23.089 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.XlfDVLULM2 2024-04-15T20:59:23.089 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XlfDVLULM2 2024-04-15T20:59:23.157 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.XlfDVLULM2 2024-04-15T20:59:23.291 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.XlfDVLULM2 is 6KB 2024-04-15T20:59:23.339 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.XlfDVLULM2 2024-04-15T20:59:23.354 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T20:59:23.418 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T20:59:23.419 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T20:59:23.419 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T20:59:23.419 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T20:59:23.420 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T20:59:23.559 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-04-15T20:59:37.739 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T20:59:37.740 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-04-15T20:59:37.741 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:59:44.198 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:44.198 INFO:teuthology.orchestra.run.smithi169.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T20:59:44.198 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T20:59:44.241 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:44.581 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:44.581 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T20:59:44.582 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T20:59:44.582 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T20:59:44.980 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T20:59:44.980 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T20:59:44.980 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T20:59:44.980 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:44.980 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T20:59:44.981 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T20:59:44.981 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T20:59:44.981 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T20:59:44.981 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T20:59:45.311 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:59:45.418 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:45.418 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:59:45.418 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T20:59:45.418 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T20:59:45.418 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T20:59:45.418 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T20:59:45.419 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T20:59:45.419 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T20:59:45.499 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T20:59:45.499 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T20:59:45.500 DEBUG:teuthology.orchestra.run.smithi169:> sudo rpm -qi grub2-tools 2024-04-15T20:59:45.534 INFO:teuthology.orchestra.run.smithi169.stdout:Name : grub2-tools 2024-04-15T20:59:45.534 INFO:teuthology.orchestra.run.smithi169.stdout:Epoch : 1 2024-04-15T20:59:45.534 INFO:teuthology.orchestra.run.smithi169.stdout:Version : 2.06 2024-04-15T20:59:45.534 INFO:teuthology.orchestra.run.smithi169.stdout:Release : 68.el9 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: x86_64 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Group : Unspecified 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Size : 8264254 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:License : GPLv3+ 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Packager : builder@centos.org 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Vendor : CentOS 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Summary : Support tools for GRUB. 2024-04-15T20:59:45.535 INFO:teuthology.orchestra.run.smithi169.stdout:Description : 2024-04-15T20:59:45.536 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T20:59:45.536 INFO:teuthology.orchestra.run.smithi169.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T20:59:45.536 INFO:teuthology.orchestra.run.smithi169.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T20:59:45.536 INFO:teuthology.orchestra.run.smithi169.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T20:59:45.536 INFO:teuthology.orchestra.run.smithi169.stdout:hardware devices. 2024-04-15T20:59:45.536 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T20:59:45.536 INFO:teuthology.orchestra.run.smithi169.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T20:59:45.537 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T20:59:45.537 INFO:teuthology.task.kernel:Updating grub on smithi169 to boot 5.14.0-438.el9.x86_64 2024-04-15T20:59:45.537 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T20:59:46.158 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-04-15T20:59:47.508 INFO:teuthology.orchestra.run.smithi169.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T20:59:47.542 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-04-15T20:59:47.544 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-04-15T20:59:47.560 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.j2zRPv4qrX 2024-04-15T20:59:47.560 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.j2zRPv4qrX 2024-04-15T20:59:47.629 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.j2zRPv4qrX 2024-04-15T20:59:47.775 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.j2zRPv4qrX is 6KB 2024-04-15T20:59:47.823 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.j2zRPv4qrX 2024-04-15T20:59:47.837 DEBUG:teuthology.orchestra.run.smithi169:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T20:59:47.910 INFO:teuthology.orchestra.run.smithi169.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T20:59:47.911 INFO:teuthology.orchestra.run.smithi169.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T20:59:47.911 INFO:teuthology.orchestra.run.smithi169.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T20:59:47.911 INFO:teuthology.orchestra.run.smithi169.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T20:59:47.912 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T20:59:48.079 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-04-15T20:59:53.566 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T20:59:53.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T20:59:53.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T20:59:56.062 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.17 2024-04-15T21:00:05.070 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-04-15T21:00:05.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:00:11.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-15T21:00:18.086 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T21:00:18.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-15T21:00:18.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:00:20.942 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:00:20.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:00:24.002 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-15T21:00:36.017 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:00:36.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:00:36.510 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-04-15T21:00:45.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-15T21:00:45.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:00:48.578 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-04-15T21:00:54.430 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-04-15T21:01:00.582 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-15T21:01:00.583 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:01:05.074 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T21:01:09.434 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:01:09.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:01:09.956 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-15T21:01:10.348 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:01:10.348 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:01:10.348 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-15T21:01:10.363 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:01:10.363 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:01:10.363 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:01:10.363 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:01:11.364 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:01:11.365 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:01:11.454 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-04-15T21:01:11.488 DEBUG:teuthology.parallel:result is None 2024-04-15T21:01:17.076 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-04-15T21:01:17.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:01:17.412 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-04-15T21:01:17.793 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-04-15T21:01:17.794 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:01:17.794 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-04-15T21:01:17.812 INFO:teuthology.orchestra.run.smithi017.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:01:17.812 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:01:17.813 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:01:17.813 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:01:18.814 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:01:18.815 DEBUG:teuthology.orchestra.run.smithi017:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:01:18.902 INFO:teuthology.orchestra.run.smithi017.stdout:ttyS1 2024-04-15T21:01:18.931 DEBUG:teuthology.parallel:result is None 2024-04-15T21:01:19.006 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-04-15T21:01:34.008 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-15T21:01:34.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:01:34.460 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-04-15T21:01:34.941 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-15T21:01:34.941 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:01:34.941 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-04-15T21:01:34.955 INFO:teuthology.orchestra.run.smithi169.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:01:34.956 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:01:34.956 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:01:34.956 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:01:35.957 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T21:01:35.957 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:01:36.033 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-04-15T21:01:36.070 DEBUG:teuthology.parallel:result is None 2024-04-15T21:01:36.071 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:01:36.078 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:01:36.079 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:01:36.081 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:01:36.084 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:01:36.101 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:01:36.126 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:01:36.136 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:01:36.136 DEBUG:teuthology.orchestra.run.smithi017:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:01:36.140 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:01:36.144 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:01:36.215 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:01:36.221 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:01:36.222 DEBUG:teuthology.orchestra.run.smithi017:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:01:36.224 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:01:36.226 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:01:36.263 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:01:36.265 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:01:36.269 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:01:36.278 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:01:36.280 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:01:36.283 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:01:36.285 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:01:36.291 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:01:36.291 DEBUG:teuthology.orchestra.run.smithi017:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:01:36.322 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:01:36.324 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:01:36.353 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:01:36.363 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:01:36.363 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:01:36.393 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:01:36.395 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:01:36.411 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:01:36.490 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:01:36.537 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:01:36.619 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:01:36.665 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:01:36.665 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:01:36.734 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:01:36.777 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:01:36.847 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:01:36.890 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:01:36.936 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:01:36.936 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:01:37.006 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:01:37.048 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:01:37.097 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:01:37.180 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:01:37.223 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:01:37.224 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:01:37.293 DEBUG:teuthology.orchestra.run.smithi017:> sudo service rsyslog restart 2024-04-15T21:01:37.296 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-04-15T21:01:37.298 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-04-15T21:01:37.336 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:01:37.347 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:01:37.386 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:01:37.761 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:01:37.769 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:01:37.769 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:01:37.779 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:01:37.788 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T21:01:37.788 DEBUG:teuthology.orchestra.run.smithi017:> sudo service auditd rotate 2024-04-15T21:01:37.844 INFO:teuthology.orchestra.run.smithi017.stdout:Rotating logs: 2024-04-15T21:01:37.846 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-04-15T21:01:37.921 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-04-15T21:01:37.923 DEBUG:teuthology.orchestra.run.smithi169:> sudo service auditd rotate 2024-04-15T21:01:38.004 INFO:teuthology.orchestra.run.smithi169.stdout:Rotating logs: 2024-04-15T21:01:38.006 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:01:38.006 DEBUG:teuthology.orchestra.run.smithi017:> /usr/sbin/getenforce 2024-04-15T21:01:38.037 INFO:teuthology.orchestra.run.smithi017.stdout:Permissive 2024-04-15T21:01:38.037 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-04-15T21:01:38.060 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-04-15T21:01:38.060 DEBUG:teuthology.orchestra.run.smithi169:> /usr/sbin/getenforce 2024-04-15T21:01:38.110 INFO:teuthology.orchestra.run.smithi169.stdout:Permissive 2024-04-15T21:01:38.110 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi017.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi169.front.sepia.ceph.com': 'permissive'} 2024-04-15T21:01:38.111 DEBUG:teuthology.orchestra.run.smithi017:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:01:38.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:01:38.140 DEBUG:teuthology.orchestra.run.smithi089:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:01:38.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:01:38.171 DEBUG:teuthology.orchestra.run.smithi169:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:01:38.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:01:38.200 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:01:38.200 DEBUG:teuthology.orchestra.run.smithi017:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:01:38.231 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:01:38.270 DEBUG:teuthology.orchestra.run.smithi169:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:01:38.312 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:01:38.322 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-15T21:01:38.328 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-15T21:01:38.480 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:01:38.496 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-15T21:01:38.497 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi017.front.sepia.ceph.com,smithi089.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T21:05:59.109 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi017.front.sepia.ceph.com'), Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-04-15T21:05:59.110 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-04-15T21:05:59.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:05:59.203 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-04-15T21:05:59.283 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-04-15T21:05:59.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:05:59.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:05:59.370 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-15T21:05:59.449 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-15T21:05:59.450 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-15T21:05:59.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:05:59.538 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-04-15T21:05:59.627 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-15T21:05:59.627 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T21:05:59.638 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T21:05:59.638 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:05:59.639 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:05:59.641 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:05:59.642 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:05:59.644 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:05:59.644 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:05:59.674 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:05:59.675 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:05:59.693 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:05:59.693 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:05:59.702 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:05:59.721 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:05:59.723 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-04-15T21:05:59.726 INFO:teuthology.orchestra.run.smithi017.stderr:sudo: ntpd: command not found 2024-04-15T21:05:59.738 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-04-15T21:05:59.740 INFO:teuthology.orchestra.run.smithi017.stdout:506 Cannot talk to daemon 2024-04-15T21:05:59.753 INFO:teuthology.orchestra.run.smithi169.stderr:sudo: ntpd: command not found 2024-04-15T21:05:59.755 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:05:59.758 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:05:59.768 INFO:teuthology.orchestra.run.smithi169.stdout:506 Cannot talk to daemon 2024-04-15T21:05:59.773 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:05:59.776 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:05:59.785 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:05:59.803 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:05:59.827 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:05:59.829 INFO:teuthology.orchestra.run.smithi017.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:05:59.830 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:05:59.830 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-04-15T21:05:59.830 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.830 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.830 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.830 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.833 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:05:59.833 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2024-04-15T21:05:59.833 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.833 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.833 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.833 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.859 INFO:teuthology.orchestra.run.smithi169.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:05:59.862 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:05:59.862 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-04-15T21:05:59.862 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.862 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.862 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.862 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:05:59.863 INFO:teuthology.run_tasks:Running task install... 2024-04-15T21:05:59.872 DEBUG:teuthology.task.install:project ceph 2024-04-15T21:05:59.872 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29'}} 2024-04-15T21:05:59.872 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29'} 2024-04-15T21:05:59.872 INFO:teuthology.task.install:Using flavor: default 2024-04-15T21:05:59.878 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-15T21:05:59.878 INFO:teuthology.task.install:extra packages: [] 2024-04-15T21:05:59.878 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': '87dbfb632e974cb2c28d17423071d2d833b53b29', 'tag': None, 'wait_for_package': False} 2024-04-15T21:05:59.879 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:05:59.881 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': '87dbfb632e974cb2c28d17423071d2d833b53b29', 'tag': None, 'wait_for_package': False} 2024-04-15T21:05:59.881 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:05:59.882 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': '87dbfb632e974cb2c28d17423071d2d833b53b29', 'tag': None, 'wait_for_package': False} 2024-04-15T21:05:59.882 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:06:00.034 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/ 2024-04-15T21:06:00.034 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3084.g87dbfb63 2024-04-15T21:06:00.103 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/ 2024-04-15T21:06:00.103 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3084.g87dbfb63 2024-04-15T21:06:00.112 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/ 2024-04-15T21:06:00.113 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3084.g87dbfb63 2024-04-15T21:06:00.171 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:06:00.171 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:06:00.171 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:06:00.204 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-04-15T21:06:00.204 DEBUG:teuthology.orchestra.run.smithi169:> 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/87dbfb632e974cb2c28d17423071d2d833b53b29/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:06:00.230 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:06:00.230 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:06:00.230 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:06:00.261 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-04-15T21:06:00.261 DEBUG:teuthology.orchestra.run.smithi089:> 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/87dbfb632e974cb2c28d17423071d2d833b53b29/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:06:00.275 DEBUG:teuthology.orchestra.run.smithi169:> 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-04-15T21:06:00.289 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:06:00.289 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:06:00.290 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:06:00.321 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-04-15T21:06:00.322 DEBUG:teuthology.orchestra.run.smithi017:> 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/87dbfb632e974cb2c28d17423071d2d833b53b29/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:06:00.330 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:06:00.357 DEBUG:teuthology.orchestra.run.smithi169:> 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-04-15T21:06:00.391 DEBUG:teuthology.orchestra.run.smithi017:> 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-04-15T21:06:00.412 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:06:00.424 INFO:teuthology.orchestra.run.smithi169.stdout:check_obsoletes = 1 2024-04-15T21:06:00.426 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum clean all 2024-04-15T21:06:00.475 DEBUG:teuthology.orchestra.run.smithi017:> 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-04-15T21:06:00.480 INFO:teuthology.orchestra.run.smithi089.stdout:check_obsoletes = 1 2024-04-15T21:06:00.482 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum clean all 2024-04-15T21:06:00.543 INFO:teuthology.orchestra.run.smithi017.stdout:check_obsoletes = 1 2024-04-15T21:06:00.545 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum clean all 2024-04-15T21:06:00.662 INFO:teuthology.orchestra.run.smithi169.stdout:74 files removed 2024-04-15T21:06:00.689 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-radosgw 2024-04-15T21:06:00.730 INFO:teuthology.orchestra.run.smithi089.stdout:74 files removed 2024-04-15T21:06:00.757 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-radosgw 2024-04-15T21:06:00.795 INFO:teuthology.orchestra.run.smithi017.stdout:74 files removed 2024-04-15T21:06:00.822 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-radosgw 2024-04-15T21:06:01.413 INFO:teuthology.orchestra.run.smithi169.stdout:ceph packages for x86_64 201 kB/s | 83 kB 00:00 2024-04-15T21:06:01.470 INFO:teuthology.orchestra.run.smithi089.stdout:ceph packages for x86_64 203 kB/s | 83 kB 00:00 2024-04-15T21:06:01.603 INFO:teuthology.orchestra.run.smithi017.stdout:ceph packages for x86_64 178 kB/s | 83 kB 00:00 2024-04-15T21:06:01.780 INFO:teuthology.orchestra.run.smithi169.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-04-15T21:06:01.862 INFO:teuthology.orchestra.run.smithi089.stdout:ceph noarch packages 34 kB/s | 11 kB 00:00 2024-04-15T21:06:01.937 INFO:teuthology.orchestra.run.smithi017.stdout:ceph noarch packages 41 kB/s | 11 kB 00:00 2024-04-15T21:06:02.130 INFO:teuthology.orchestra.run.smithi169.stdout:ceph source packages 6.1 kB/s | 1.9 kB 00:00 2024-04-15T21:06:02.205 INFO:teuthology.orchestra.run.smithi089.stdout:ceph source packages 6.3 kB/s | 1.9 kB 00:00 2024-04-15T21:06:02.312 INFO:teuthology.orchestra.run.smithi017.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-04-15T21:06:02.616 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-04-15T21:06:02.982 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - AppStream 9.1 MB/s | 6.7 MB 00:00 2024-04-15T21:06:03.040 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS-9 - AppStream 9.7 MB/s | 6.7 MB 00:00 2024-04-15T21:06:04.308 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS-9 - BaseOS 3.4 MB/s | 2.0 MB 00:00 2024-04-15T21:06:04.907 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS-9 - BaseOS 3.0 MB/s | 2.0 MB 00:00 2024-04-15T21:06:05.199 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - BaseOS 1.8 MB/s | 2.0 MB 00:01 2024-04-15T21:06:06.018 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - BaseOS 5.8 MB/s | 8.0 MB 00:01 2024-04-15T21:06:06.731 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 8.0 MB 00:01 2024-04-15T21:06:07.931 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.0 MB 00:02 2024-04-15T21:06:10.109 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - AppStream 6.3 MB/s | 19 MB 00:03 2024-04-15T21:06:10.345 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-15T21:06:14.417 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-15T21:06:14.687 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - CRB 5.8 MB/s | 6.2 MB 00:01 2024-04-15T21:06:16.334 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-04-15T21:06:17.043 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-15T21:06:17.385 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-04-15T21:06:18.720 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-15T21:06:22.469 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-15T21:06:23.803 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-15T21:06:25.230 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:06:25.240 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:06:25.240 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:06:25.240 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:06:25.240 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-radosgw x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 11 M 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout:Upgrading: 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: librados2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.4 M 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: librbd1 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.1 M 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: boost-program-options 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-base x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 5.4 M 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-common x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 21 M 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-selinux x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 25 k 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:06:25.241 INFO:teuthology.orchestra.run.smithi089.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: libcephfs2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 746 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: libradosstriper1 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 501 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: librgw2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 5.4 M 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:06:25.242 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ceph-argparse 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 45 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ceph-common x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 135 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cephfs x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 162 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rados x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 321 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rbd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 298 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rgw x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 99 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout:Installing weak dependencies: 2024-04-15T21:06:25.243 INFO:teuthology.orchestra.run.smithi089.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:06:25.244 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:25.244 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:06:25.244 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:06:25.244 INFO:teuthology.orchestra.run.smithi089.stdout:Install 30 Packages 2024-04-15T21:06:25.244 INFO:teuthology.orchestra.run.smithi089.stdout:Upgrade 2 Packages 2024-04-15T21:06:25.244 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:25.244 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 60 M 2024-04-15T21:06:25.245 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:06:26.261 INFO:teuthology.orchestra.run.smithi089.stdout:(1/32): ceph-base-19.0.0-3084.g87dbfb63.el9.x86 6.5 MB/s | 5.4 MB 00:00 2024-04-15T21:06:26.303 INFO:teuthology.orchestra.run.smithi089.stdout:(2/32): ceph-selinux-19.0.0-3084.g87dbfb63.el9. 609 kB/s | 25 kB 00:00 2024-04-15T21:06:26.420 INFO:teuthology.orchestra.run.smithi089.stdout:(3/32): libcephfs2-19.0.0-3084.g87dbfb63.el9.x8 6.2 MB/s | 746 kB 00:00 2024-04-15T21:06:26.503 INFO:teuthology.orchestra.run.smithi089.stdout:(4/32): libradosstriper1-19.0.0-3084.g87dbfb63. 5.9 MB/s | 501 kB 00:00 2024-04-15T21:06:26.548 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-radosgw x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 11 M 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout:Upgrading: 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: librados2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.4 M 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: librbd1 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.1 M 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: boost-program-options 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 5.4 M 2024-04-15T21:06:26.552 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-common x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 21 M 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-selinux x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 25 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 746 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: libradosstriper1 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 501 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: librgw2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 5.4 M 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:06:26.553 INFO:teuthology.orchestra.run.smithi169.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 45 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 135 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cephfs x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 162 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rados x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 321 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rbd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 298 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rgw x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 99 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:06:26.554 INFO:teuthology.orchestra.run.smithi169.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout:Installing weak dependencies: 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout:Install 30 Packages 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout:Upgrade 2 Packages 2024-04-15T21:06:26.555 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:26.556 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 60 M 2024-04-15T21:06:26.556 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:06:26.704 INFO:teuthology.orchestra.run.smithi089.stdout:(5/32): ceph-radosgw-19.0.0-3084.g87dbfb63.el9. 8.3 MB/s | 11 MB 00:01 2024-04-15T21:06:26.737 INFO:teuthology.orchestra.run.smithi089.stdout:(6/32): python3-ceph-argparse-19.0.0-3084.g87db 1.3 MB/s | 45 kB 00:00 2024-04-15T21:06:26.788 INFO:teuthology.orchestra.run.smithi089.stdout:(7/32): python3-ceph-common-19.0.0-3084.g87dbfb 2.6 MB/s | 135 kB 00:00 2024-04-15T21:06:26.846 INFO:teuthology.orchestra.run.smithi089.stdout:(8/32): python3-cephfs-19.0.0-3084.g87dbfb63.el 2.7 MB/s | 162 kB 00:00 2024-04-15T21:06:26.913 INFO:teuthology.orchestra.run.smithi089.stdout:(9/32): python3-rados-19.0.0-3084.g87dbfb63.el9 4.7 MB/s | 321 kB 00:00 2024-04-15T21:06:26.980 INFO:teuthology.orchestra.run.smithi089.stdout:(10/32): librgw2-19.0.0-3084.g87dbfb63.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-04-15T21:06:27.006 INFO:teuthology.orchestra.run.smithi089.stdout:(11/32): python3-rbd-19.0.0-3084.g87dbfb63.el9. 3.2 MB/s | 298 kB 00:00 2024-04-15T21:06:27.031 INFO:teuthology.orchestra.run.smithi089.stdout:(12/32): python3-rgw-19.0.0-3084.g87dbfb63.el9. 1.9 MB/s | 99 kB 00:00 2024-04-15T21:06:27.189 INFO:teuthology.orchestra.run.smithi089.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 577 kB/s | 106 kB 00:00 2024-04-15T21:06:27.223 INFO:teuthology.orchestra.run.smithi089.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 829 kB/s | 159 kB 00:00 2024-04-15T21:06:27.248 INFO:teuthology.orchestra.run.smithi089.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 756 kB/s | 44 kB 00:00 2024-04-15T21:06:27.357 INFO:teuthology.orchestra.run.smithi089.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 661 kB 00:00 2024-04-15T21:06:27.382 INFO:teuthology.orchestra.run.smithi089.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 282 kB 00:00 2024-04-15T21:06:27.416 INFO:teuthology.orchestra.run.smithi089.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 709 kB/s | 41 kB 00:00 2024-04-15T21:06:27.450 INFO:teuthology.orchestra.run.smithi089.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 220 kB 00:00 2024-04-15T21:06:27.475 INFO:teuthology.orchestra.run.smithi089.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 595 kB/s | 35 kB 00:00 2024-04-15T21:06:27.500 INFO:teuthology.orchestra.run.smithi089.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 921 kB/s | 46 kB 00:00 2024-04-15T21:06:27.775 INFO:teuthology.orchestra.run.smithi089.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-04-15T21:06:27.851 INFO:teuthology.orchestra.run.smithi089.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 346 kB/s | 26 kB 00:00 2024-04-15T21:06:27.918 INFO:teuthology.orchestra.run.smithi089.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 730 kB/s | 49 kB 00:00 2024-04-15T21:06:27.976 INFO:teuthology.orchestra.run.smithi089.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-04-15T21:06:28.046 INFO:teuthology.orchestra.run.smithi169.stdout:(1/32): ceph-base-19.0.0-3084.g87dbfb63.el9.x86 5.1 MB/s | 5.4 MB 00:01 2024-04-15T21:06:28.068 INFO:teuthology.orchestra.run.smithi089.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.8 MB/s | 4.4 MB 00:00 2024-04-15T21:06:28.096 INFO:teuthology.orchestra.run.smithi169.stdout:(2/32): ceph-selinux-19.0.0-3084.g87dbfb63.el9. 506 kB/s | 25 kB 00:00 2024-04-15T21:06:28.135 INFO:teuthology.orchestra.run.smithi089.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-15T21:06:28.160 INFO:teuthology.orchestra.run.smithi089.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.4 MB/s | 838 kB 00:00 2024-04-15T21:06:28.246 INFO:teuthology.orchestra.run.smithi169.stdout:(3/32): libcephfs2-19.0.0-3084.g87dbfb63.el9.x8 4.9 MB/s | 746 kB 00:00 2024-04-15T21:06:28.277 INFO:teuthology.orchestra.run.smithi089.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-15T21:06:28.630 INFO:teuthology.orchestra.run.smithi169.stdout:(4/32): libradosstriper1-19.0.0-3084.g87dbfb63. 1.3 MB/s | 501 kB 00:00 2024-04-15T21:06:29.114 INFO:teuthology.orchestra.run.smithi169.stdout:(5/32): ceph-radosgw-19.0.0-3084.g87dbfb63.el9. 5.0 MB/s | 11 MB 00:02 2024-04-15T21:06:29.205 INFO:teuthology.orchestra.run.smithi169.stdout:(6/32): python3-ceph-argparse-19.0.0-3084.g87db 493 kB/s | 45 kB 00:00 2024-04-15T21:06:29.219 INFO:teuthology.orchestra.run.smithi089.stdout:(30/32): librados2-19.0.0-3084.g87dbfb63.el9.x8 3.2 MB/s | 3.4 MB 00:01 2024-04-15T21:06:29.264 INFO:teuthology.orchestra.run.smithi169.stdout:(7/32): python3-ceph-common-19.0.0-3084.g87dbfb 2.3 MB/s | 135 kB 00:00 2024-04-15T21:06:29.323 INFO:teuthology.orchestra.run.smithi169.stdout:(8/32): python3-cephfs-19.0.0-3084.g87dbfb63.el 2.7 MB/s | 162 kB 00:00 2024-04-15T21:06:29.423 INFO:teuthology.orchestra.run.smithi169.stdout:(9/32): python3-rados-19.0.0-3084.g87dbfb63.el9 3.1 MB/s | 321 kB 00:00 2024-04-15T21:06:29.436 INFO:teuthology.orchestra.run.smithi089.stdout:(31/32): ceph-common-19.0.0-3084.g87dbfb63.el9. 5.3 MB/s | 21 MB 00:04 2024-04-15T21:06:29.495 INFO:teuthology.orchestra.run.smithi089.stdout:(32/32): librbd1-19.0.0-3084.g87dbfb63.el9.x86_ 2.6 MB/s | 3.1 MB 00:01 2024-04-15T21:06:29.499 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:06:29.499 INFO:teuthology.orchestra.run.smithi089.stdout:Total 14 MB/s | 60 MB 00:04 2024-04-15T21:06:29.499 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:06:29.523 INFO:teuthology.orchestra.run.smithi169.stdout:(10/32): python3-rbd-19.0.0-3084.g87dbfb63.el9. 2.9 MB/s | 298 kB 00:00 2024-04-15T21:06:29.532 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:06:29.533 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:06:29.582 INFO:teuthology.orchestra.run.smithi169.stdout:(11/32): python3-rgw-19.0.0-3084.g87dbfb63.el9. 1.7 MB/s | 99 kB 00:00 2024-04-15T21:06:29.824 INFO:teuthology.orchestra.run.smithi169.stdout:(12/32): ceph-common-19.0.0-3084.g87dbfb63.el9. 7.4 MB/s | 21 MB 00:02 2024-04-15T21:06:29.933 INFO:teuthology.orchestra.run.smithi169.stdout:(13/32): librgw2-19.0.0-3084.g87dbfb63.el9.x86_ 4.1 MB/s | 5.4 MB 00:01 2024-04-15T21:06:29.966 INFO:teuthology.orchestra.run.smithi169.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 275 kB/s | 106 kB 00:00 2024-04-15T21:06:29.991 INFO:teuthology.orchestra.run.smithi169.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 961 kB/s | 159 kB 00:00 2024-04-15T21:06:30.017 INFO:teuthology.orchestra.run.smithi169.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 530 kB/s | 44 kB 00:00 2024-04-15T21:06:30.021 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:06:30.021 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:06:30.059 INFO:teuthology.orchestra.run.smithi169.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-04-15T21:06:30.084 INFO:teuthology.orchestra.run.smithi169.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-04-15T21:06:30.109 INFO:teuthology.orchestra.run.smithi169.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 449 kB/s | 41 kB 00:00 2024-04-15T21:06:30.134 INFO:teuthology.orchestra.run.smithi169.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 220 kB 00:00 2024-04-15T21:06:30.160 INFO:teuthology.orchestra.run.smithi169.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 697 kB/s | 35 kB 00:00 2024-04-15T21:06:30.185 INFO:teuthology.orchestra.run.smithi169.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 618 kB/s | 46 kB 00:00 2024-04-15T21:06:30.285 INFO:teuthology.orchestra.run.smithi169.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 260 kB/s | 26 kB 00:00 2024-04-15T21:06:30.369 INFO:teuthology.orchestra.run.smithi169.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 584 kB/s | 49 kB 00:00 2024-04-15T21:06:30.403 INFO:teuthology.orchestra.run.smithi169.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-15T21:06:30.436 INFO:teuthology.orchestra.run.smithi169.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-15T21:06:30.520 INFO:teuthology.orchestra.run.smithi169.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 838 kB 00:00 2024-04-15T21:06:30.545 INFO:teuthology.orchestra.run.smithi169.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-04-15T21:06:30.597 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - AppStream 852 kB/s | 19 MB 00:22 2024-04-15T21:06:30.629 INFO:teuthology.orchestra.run.smithi169.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-04-15T21:06:30.671 INFO:teuthology.orchestra.run.smithi169.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-15T21:06:30.913 INFO:teuthology.orchestra.run.smithi169.stdout:(31/32): librbd1-19.0.0-3084.g87dbfb63.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-15T21:06:31.021 INFO:teuthology.orchestra.run.smithi169.stdout:(32/32): librados2-19.0.0-3084.g87dbfb63.el9.x8 7.1 MB/s | 3.4 MB 00:00 2024-04-15T21:06:31.025 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:06:31.025 INFO:teuthology.orchestra.run.smithi169.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-15T21:06:31.025 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:06:31.063 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:06:31.064 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:06:31.519 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:06:31.556 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:06:31.556 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:06:31.591 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:06:31.641 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:06:31.666 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:06:31.698 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:06:31.715 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:06:31.891 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:06:31.945 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:06:32.266 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:06:32.318 INFO:teuthology.orchestra.run.smithi089.stdout: Upgrading : librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:32.410 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:32.500 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 8/34 2024-04-15T21:06:32.536 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 9/34 2024-04-15T21:06:32.599 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 9/34 2024-04-15T21:06:32.636 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:06:32.680 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9. 11/34 2024-04-15T21:06:32.750 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 12/34 2024-04-15T21:06:32.772 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 13/34 2024-04-15T21:06:32.836 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 13/34 2024-04-15T21:06:32.870 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:06:32.981 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:06:33.019 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:06:33.021 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:06:33.062 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:06:33.095 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:06:33.110 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:06:33.124 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:06:33.150 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:06:33.156 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:06:33.176 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:06:33.199 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:06:33.217 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:06:33.393 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:06:33.447 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:06:33.495 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:06:33.528 INFO:teuthology.orchestra.run.smithi089.stdout: Upgrading : librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 22/34 2024-04-15T21:06:33.617 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 22/34 2024-04-15T21:06:33.649 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 23/34 2024-04-15T21:06:33.694 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:06:33.802 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:06:34.009 INFO:teuthology.orchestra.run.smithi169.stdout: Upgrading : librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:34.087 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:34.177 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 8/34 2024-04-15T21:06:34.177 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:06:34.205 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 9/34 2024-04-15T21:06:34.205 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 26/34 2024-04-15T21:06:34.259 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 9/34 2024-04-15T21:06:34.275 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 26/34 2024-04-15T21:06:34.288 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:06:34.332 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9. 11/34 2024-04-15T21:06:34.336 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 27/34 2024-04-15T21:06:34.366 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x8 28/34 2024-04-15T21:06:34.406 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 12/34 2024-04-15T21:06:34.432 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 13/34 2024-04-15T21:06:34.498 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 13/34 2024-04-15T21:06:34.530 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:06:34.642 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:06:34.690 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:06:34.722 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-15T21:06:34.723 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:06:34.755 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:06:34.784 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:06:34.817 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:06:35.132 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:06:35.155 INFO:teuthology.orchestra.run.smithi169.stdout: Upgrading : librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 22/34 2024-04-15T21:06:35.245 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 22/34 2024-04-15T21:06:35.276 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 23/34 2024-04-15T21:06:35.315 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:06:35.792 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:06:35.816 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 26/34 2024-04-15T21:06:35.895 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 26/34 2024-04-15T21:06:35.963 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 27/34 2024-04-15T21:06:35.985 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x8 28/34 2024-04-15T21:06:36.373 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-04-15T21:06:36.661 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:36.696 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:37.252 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:37.291 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 30/34 2024-04-15T21:06:37.368 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 30/34 2024-04-15T21:06:37.368 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:06:37.368 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:06:37.368 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:37.401 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:06:38.258 INFO:teuthology.orchestra.run.smithi017.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-15T21:06:38.286 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:38.315 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:38.888 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:38.928 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 30/34 2024-04-15T21:06:39.019 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 30/34 2024-04-15T21:06:39.019 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:06:39.019 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:06:39.020 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:39.054 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:06:43.475 INFO:teuthology.orchestra.run.smithi017.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-15T21:06:46.325 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-radosgw x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 11 M 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout:Upgrading: 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout: librados2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.4 M 2024-04-15T21:06:46.337 INFO:teuthology.orchestra.run.smithi017.stdout: librbd1 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.1 M 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: boost-program-options 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-base x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 5.4 M 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-common x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 21 M 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-selinux x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 25 k 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: libcephfs2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 746 k 2024-04-15T21:06:46.338 INFO:teuthology.orchestra.run.smithi017.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: libradosstriper1 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 501 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: librgw2 x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 5.4 M 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ceph-argparse 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 45 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ceph-common x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 135 k 2024-04-15T21:06:46.339 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cephfs x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 162 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rados x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 321 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rbd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 298 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rgw x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 99 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout:Installing weak dependencies: 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:06:46.340 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:06:46.341 INFO:teuthology.orchestra.run.smithi017.stdout:Install 30 Packages 2024-04-15T21:06:46.341 INFO:teuthology.orchestra.run.smithi017.stdout:Upgrade 2 Packages 2024-04-15T21:06:46.341 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:06:46.341 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 60 M 2024-04-15T21:06:46.341 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout:skipping the directory /sys 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout:skipping the directory /proc 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout:skipping the directory /mnt 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout:skipping the directory /var/tmp 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout:skipping the directory /home 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout:skipping the directory /root 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout:skipping the directory /tmp 2024-04-15T21:06:47.260 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:47.618 INFO:teuthology.orchestra.run.smithi017.stdout:(1/32): ceph-base-19.0.0-3084.g87dbfb63.el9.x86 4.7 MB/s | 5.4 MB 00:01 2024-04-15T21:06:47.710 INFO:teuthology.orchestra.run.smithi017.stdout:(2/32): ceph-selinux-19.0.0-3084.g87dbfb63.el9. 275 kB/s | 25 kB 00:00 2024-04-15T21:06:47.885 INFO:teuthology.orchestra.run.smithi017.stdout:(3/32): libcephfs2-19.0.0-3084.g87dbfb63.el9.x8 4.2 MB/s | 746 kB 00:00 2024-04-15T21:06:47.985 INFO:teuthology.orchestra.run.smithi017.stdout:(4/32): libradosstriper1-19.0.0-3084.g87dbfb63. 4.9 MB/s | 501 kB 00:00 2024-04-15T21:06:48.231 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/34 2024-04-15T21:06:48.258 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/34 2024-04-15T21:06:48.258 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:06:48.258 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:06:48.258 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:06:48.258 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:06:48.258 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:48.260 INFO:teuthology.orchestra.run.smithi089.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:06:48.334 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:06:48.335 INFO:teuthology.orchestra.run.smithi089.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:06:48.619 INFO:teuthology.orchestra.run.smithi017.stdout:(5/32): ceph-radosgw-19.0.0-3084.g87dbfb63.el9. 5.0 MB/s | 11 MB 00:02 2024-04-15T21:06:48.727 INFO:teuthology.orchestra.run.smithi017.stdout:(6/32): librgw2-19.0.0-3084.g87dbfb63.el9.x86_6 7.2 MB/s | 5.4 MB 00:00 2024-04-15T21:06:48.774 INFO:teuthology.orchestra.run.smithi017.stdout:(7/32): python3-ceph-argparse-19.0.0-3084.g87db 291 kB/s | 45 kB 00:00 2024-04-15T21:06:48.820 INFO:teuthology.orchestra.run.smithi017.stdout:(8/32): python3-ceph-common-19.0.0-3084.g87dbfb 1.4 MB/s | 135 kB 00:00 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /sys 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /proc 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /mnt 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /var/tmp 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /home 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /root 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /tmp 2024-04-15T21:06:48.905 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:49.036 INFO:teuthology.orchestra.run.smithi017.stdout:(9/32): ceph-common-19.0.0-3084.g87dbfb63.el9.x 8.3 MB/s | 21 MB 00:02 2024-04-15T21:06:49.062 INFO:teuthology.orchestra.run.smithi017.stdout:(10/32): python3-cephfs-19.0.0-3084.g87dbfb63.e 564 kB/s | 162 kB 00:00 2024-04-15T21:06:49.087 INFO:teuthology.orchestra.run.smithi017.stdout:(11/32): python3-rados-19.0.0-3084.g87dbfb63.el 1.2 MB/s | 321 kB 00:00 2024-04-15T21:06:49.120 INFO:teuthology.orchestra.run.smithi017.stdout:(12/32): python3-rbd-19.0.0-3084.g87dbfb63.el9. 3.5 MB/s | 298 kB 00:00 2024-04-15T21:06:49.171 INFO:teuthology.orchestra.run.smithi017.stdout:(13/32): python3-rgw-19.0.0-3084.g87dbfb63.el9. 912 kB/s | 99 kB 00:00 2024-04-15T21:06:49.237 INFO:teuthology.orchestra.run.smithi017.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 703 kB/s | 106 kB 00:00 2024-04-15T21:06:49.254 INFO:teuthology.orchestra.run.smithi017.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 776 kB/s | 44 kB 00:00 2024-04-15T21:06:49.297 INFO:teuthology.orchestra.run.smithi017.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-04-15T21:06:49.380 INFO:teuthology.orchestra.run.smithi017.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.6 MB/s | 661 kB 00:00 2024-04-15T21:06:49.405 INFO:teuthology.orchestra.run.smithi017.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.8 MB/s | 282 kB 00:00 2024-04-15T21:06:49.422 INFO:teuthology.orchestra.run.smithi017.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 329 kB/s | 41 kB 00:00 2024-04-15T21:06:49.447 INFO:teuthology.orchestra.run.smithi017.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 220 kB 00:00 2024-04-15T21:06:49.464 INFO:teuthology.orchestra.run.smithi017.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 843 kB/s | 35 kB 00:00 2024-04-15T21:06:49.472 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:06:49.472 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 3/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 4/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 6/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9. 8/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x8 9/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 10/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 11/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 12/34 2024-04-15T21:06:49.473 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 13/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:06:49.474 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:06:49.475 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:06:49.475 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:06:49.475 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:06:49.475 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:06:49.475 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:06:49.475 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:06:49.475 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/34 2024-04-15T21:06:49.481 INFO:teuthology.orchestra.run.smithi017.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 798 kB/s | 46 kB 00:00 2024-04-15T21:06:49.706 INFO:teuthology.orchestra.run.smithi017.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 115 kB/s | 26 kB 00:00 2024-04-15T21:06:49.865 INFO:teuthology.orchestra.run.smithi017.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 307 kB/s | 49 kB 00:00 2024-04-15T21:06:49.893 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/34 2024-04-15T21:06:49.918 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/34 2024-04-15T21:06:49.919 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:06:49.919 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:06:49.919 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:06:49.919 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:06:49.919 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:49.920 INFO:teuthology.orchestra.run.smithi169.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:06:49.949 INFO:teuthology.orchestra.run.smithi017.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 616 kB/s | 309 kB 00:00 2024-04-15T21:06:49.974 INFO:teuthology.orchestra.run.smithi017.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 619 kB/s | 67 kB 00:00 2024-04-15T21:06:50.028 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:06:50.029 INFO:teuthology.orchestra.run.smithi169.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:06:50.133 INFO:teuthology.orchestra.run.smithi017.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.5 MB/s | 838 kB 00:00 2024-04-15T21:06:50.158 INFO:teuthology.orchestra.run.smithi017.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.0 MB/s | 192 kB 00:00 2024-04-15T21:06:50.308 INFO:teuthology.orchestra.run.smithi017.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.3 MB/s | 4.4 MB 00:00 2024-04-15T21:06:50.350 INFO:teuthology.orchestra.run.smithi017.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-04-15T21:06:50.801 INFO:teuthology.orchestra.run.smithi017.stdout:(31/32): librados2-19.0.0-3084.g87dbfb63.el9.x8 5.3 MB/s | 3.4 MB 00:00 2024-04-15T21:06:50.802 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:06:50.802 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:50.802 INFO:teuthology.orchestra.run.smithi089.stdout:Upgraded: 2024-04-15T21:06:50.802 INFO:teuthology.orchestra.run.smithi089.stdout: librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.802 INFO:teuthology.orchestra.run.smithi089.stdout: librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.802 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.803 INFO:teuthology.orchestra.run.smithi089.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:06:50.804 INFO:teuthology.orchestra.run.smithi089.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:06:50.805 INFO:teuthology.orchestra.run.smithi089.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:06:50.805 INFO:teuthology.orchestra.run.smithi089.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:06:50.805 INFO:teuthology.orchestra.run.smithi089.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:06:50.805 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:50.805 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:06:50.850 INFO:teuthology.orchestra.run.smithi017.stdout:(32/32): librbd1-19.0.0-3084.g87dbfb63.el9.x86_ 5.8 MB/s | 3.1 MB 00:00 2024-04-15T21:06:50.855 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:06:50.855 INFO:teuthology.orchestra.run.smithi017.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-15T21:06:50.856 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:06:50.898 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:06:50.898 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:06:51.148 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-test 2024-04-15T21:06:51.175 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:06:51.175 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/34 2024-04-15T21:06:51.175 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/34 2024-04-15T21:06:51.175 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 3/34 2024-04-15T21:06:51.175 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 4/34 2024-04-15T21:06:51.175 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/34 2024-04-15T21:06:51.175 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 6/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9. 8/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x8 9/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 10/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 11/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 12/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 13/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:06:51.176 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:06:51.177 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:06:51.178 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:06:51.178 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:06:51.178 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:06:51.179 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/34 2024-04-15T21:06:51.403 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:06:51.403 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:06:51.717 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:06:51.875 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:06:51.876 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:06:51.876 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:06:51.876 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:06:51.876 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:06:51.876 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-test x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 49 M 2024-04-15T21:06:51.876 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout: libcephsqlite x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 163 k 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout:Install 6 Packages 2024-04-15T21:06:51.877 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:06:51.878 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 50 M 2024-04-15T21:06:51.878 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 212 M 2024-04-15T21:06:51.878 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:06:52.131 INFO:teuthology.orchestra.run.smithi089.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.5 MB/s | 217 kB 00:00 2024-04-15T21:06:52.181 INFO:teuthology.orchestra.run.smithi089.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 6.0 MB/s | 300 kB 00:00 2024-04-15T21:06:52.224 INFO:teuthology.orchestra.run.smithi089.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-04-15T21:06:52.266 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout:Upgraded: 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:06:52.267 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.268 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:52.269 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:06:52.415 INFO:teuthology.orchestra.run.smithi089.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 976 kB/s | 187 kB 00:00 2024-04-15T21:06:52.629 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-test 2024-04-15T21:06:52.649 INFO:teuthology.orchestra.run.smithi089.stdout:(5/6): libcephsqlite-19.0.0-3084.g87dbfb63.el9. 248 kB/s | 163 kB 00:00 2024-04-15T21:06:52.955 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:06:53.038 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:06:53.072 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:06:53.097 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:06:53.128 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:06:53.146 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:06:53.204 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:30 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:06:53.339 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:06:53.354 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:06:53.355 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:06:53.357 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:06:53.357 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:06:53.357 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:06:53.357 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-test x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 49 M 2024-04-15T21:06:53.357 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:06:53.357 INFO:teuthology.orchestra.run.smithi169.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:06:53.357 INFO:teuthology.orchestra.run.smithi169.stdout: libcephsqlite x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 163 k 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout:Install 6 Packages 2024-04-15T21:06:53.358 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:06:53.359 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 50 M 2024-04-15T21:06:53.359 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 212 M 2024-04-15T21:06:53.359 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:06:53.394 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:06:53.612 INFO:teuthology.orchestra.run.smithi169.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.6 MB/s | 217 kB 00:00 2024-04-15T21:06:53.662 INFO:teuthology.orchestra.run.smithi169.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-04-15T21:06:53.696 INFO:teuthology.orchestra.run.smithi169.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-04-15T21:06:53.775 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:06:53.832 INFO:teuthology.orchestra.run.smithi017.stdout: Upgrading : librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:53.905 INFO:teuthology.orchestra.run.smithi169.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 898 kB/s | 187 kB 00:00 2024-04-15T21:06:53.907 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:06:53.997 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 8/34 2024-04-15T21:06:54.025 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 9/34 2024-04-15T21:06:54.047 INFO:teuthology.orchestra.run.smithi169.stdout:(5/6): libcephsqlite-19.0.0-3084.g87dbfb63.el9. 286 kB/s | 163 kB 00:00 2024-04-15T21:06:54.071 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 9/34 2024-04-15T21:06:54.100 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:06:54.144 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9. 11/34 2024-04-15T21:06:54.214 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 12/34 2024-04-15T21:06:54.235 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 13/34 2024-04-15T21:06:54.299 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 13/34 2024-04-15T21:06:54.334 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:06:54.446 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:06:54.476 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:06:54.517 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:06:54.551 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:06:54.578 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:06:54.611 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:06:54.946 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:06:54.974 INFO:teuthology.orchestra.run.smithi017.stdout: Upgrading : librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 22/34 2024-04-15T21:06:55.057 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 22/34 2024-04-15T21:06:55.087 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 23/34 2024-04-15T21:06:55.134 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:06:55.638 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:06:55.668 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 26/34 2024-04-15T21:06:55.723 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 26/34 2024-04-15T21:06:55.790 INFO:teuthology.orchestra.run.smithi089.stdout:(6/6): ceph-test-19.0.0-3084.g87dbfb63.el9.x86_ 13 MB/s | 49 MB 00:03 2024-04-15T21:06:55.794 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:06:55.794 INFO:teuthology.orchestra.run.smithi089.stdout:Total 13 MB/s | 50 MB 00:03 2024-04-15T21:06:55.795 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 27/34 2024-04-15T21:06:55.809 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:06:55.829 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x8 28/34 2024-04-15T21:06:55.831 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:06:55.831 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:06:56.223 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:06:56.223 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:06:56.808 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:06:56.884 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:06:56.922 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:06:56.979 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:06:57.033 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:06:57.060 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/6 2024-04-15T21:06:58.160 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:58.200 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:58.783 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 29/34 2024-04-15T21:06:58.820 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 30/34 2024-04-15T21:06:58.907 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 30/34 2024-04-15T21:06:58.907 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:06:58.908 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:06:58.908 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:06:58.963 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:07:01.775 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/6 2024-04-15T21:07:01.860 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 6/6 2024-04-15T21:07:02.530 INFO:teuthology.orchestra.run.smithi169.stdout:(6/6): ceph-test-19.0.0-3084.g87dbfb63.el9.x86_ 5.4 MB/s | 49 MB 00:09 2024-04-15T21:07:02.532 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:02.533 INFO:teuthology.orchestra.run.smithi169.stdout:Total 5.4 MB/s | 50 MB 00:09 2024-04-15T21:07:02.546 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:02.566 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:02.566 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:02.966 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:02.966 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:03.572 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:03.674 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:07:03.731 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:07:03.771 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:07:03.819 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:07:03.842 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/6 2024-04-15T21:07:04.452 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 6/6 2024-04-15T21:07:04.452 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/6 2024-04-15T21:07:04.453 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/6 2024-04-15T21:07:04.453 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:07:04.453 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:07:04.453 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:07:04.847 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:04.848 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:05.141 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph 2024-04-15T21:07:05.728 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:43 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:05.885 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:05.887 INFO:teuthology.orchestra.run.smithi089.stdout:========================================================================================= 2024-04-15T21:07:05.887 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:05.887 INFO:teuthology.orchestra.run.smithi089.stdout:========================================================================================= 2024-04-15T21:07:05.887 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: ceph x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 6.6 k 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mds x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 2.4 M 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 1.5 M 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 249 k 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mon x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 4.7 M 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-osd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 17 M 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:07:05.888 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:07:05.889 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:07:05.890 INFO:teuthology.orchestra.run.smithi089.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:07:05.891 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:05.891 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:05.891 INFO:teuthology.orchestra.run.smithi089.stdout:========================================================================================= 2024-04-15T21:07:05.891 INFO:teuthology.orchestra.run.smithi089.stdout:Install 36 Packages 2024-04-15T21:07:05.891 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:05.891 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 30 M 2024-04-15T21:07:05.892 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 107 M 2024-04-15T21:07:05.892 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:06.847 INFO:teuthology.orchestra.run.smithi089.stdout:(1/36): ceph-19.0.0-3084.g87dbfb63.el9.x86_64.r 19 kB/s | 6.6 kB 00:00 2024-04-15T21:07:07.564 INFO:teuthology.orchestra.run.smithi089.stdout:(2/36): ceph-mgr-19.0.0-3084.g87dbfb63.el9.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-04-15T21:07:07.614 INFO:teuthology.orchestra.run.smithi089.stdout:(3/36): ceph-mds-19.0.0-3084.g87dbfb63.el9.x86_ 2.1 MB/s | 2.4 MB 00:01 2024-04-15T21:07:07.773 INFO:teuthology.orchestra.run.smithi089.stdout:(4/36): ceph-mon-19.0.0-3084.g87dbfb63.el9.x86_ 5.1 MB/s | 4.7 MB 00:00 2024-04-15T21:07:07.798 INFO:teuthology.orchestra.run.smithi089.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3084.g87db 1.3 MB/s | 249 kB 00:00 2024-04-15T21:07:07.932 INFO:teuthology.orchestra.run.smithi089.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-15T21:07:07.957 INFO:teuthology.orchestra.run.smithi089.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 910 kB/s | 144 kB 00:00 2024-04-15T21:07:07.990 INFO:teuthology.orchestra.run.smithi089.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-04-15T21:07:08.015 INFO:teuthology.orchestra.run.smithi089.stdout:(9/36): python3-markupsafe-1.1.1-12.el9.x86_64. 378 kB/s | 32 kB 00:00 2024-04-15T21:07:08.041 INFO:teuthology.orchestra.run.smithi089.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 771 kB/s | 39 kB 00:00 2024-04-15T21:07:08.066 INFO:teuthology.orchestra.run.smithi089.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-04-15T21:07:08.117 INFO:teuthology.orchestra.run.smithi089.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-04-15T21:07:08.142 INFO:teuthology.orchestra.run.smithi089.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 103 kB 00:00 2024-04-15T21:07:08.167 INFO:teuthology.orchestra.run.smithi089.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-15T21:07:08.192 INFO:teuthology.orchestra.run.smithi089.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-04-15T21:07:08.276 INFO:teuthology.orchestra.run.smithi089.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 268 kB/s | 22 kB 00:00 2024-04-15T21:07:08.301 INFO:teuthology.orchestra.run.smithi089.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 935 kB/s | 125 kB 00:00 2024-04-15T21:07:08.469 INFO:teuthology.orchestra.run.smithi089.stdout:(18/36): ceph-osd-19.0.0-3084.g87dbfb63.el9.x86 19 MB/s | 17 MB 00:00 2024-04-15T21:07:08.544 INFO:teuthology.orchestra.run.smithi089.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 180 kB/s | 43 kB 00:00 2024-04-15T21:07:08.546 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/6 2024-04-15T21:07:08.577 INFO:teuthology.orchestra.run.smithi089.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 502 kB/s | 151 kB 00:00 2024-04-15T21:07:08.603 INFO:teuthology.orchestra.run.smithi089.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-15T21:07:08.628 INFO:teuthology.orchestra.run.smithi089.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-04-15T21:07:08.632 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 6/6 2024-04-15T21:07:08.653 INFO:teuthology.orchestra.run.smithi089.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-04-15T21:07:08.679 INFO:teuthology.orchestra.run.smithi089.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 457 kB/s | 23 kB 00:00 2024-04-15T21:07:08.704 INFO:teuthology.orchestra.run.smithi089.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-04-15T21:07:08.730 INFO:teuthology.orchestra.run.smithi089.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-04-15T21:07:08.755 INFO:teuthology.orchestra.run.smithi089.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-04-15T21:07:08.780 INFO:teuthology.orchestra.run.smithi089.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-15T21:07:08.814 INFO:teuthology.orchestra.run.smithi089.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-04-15T21:07:08.839 INFO:teuthology.orchestra.run.smithi089.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-04-15T21:07:08.872 INFO:teuthology.orchestra.run.smithi089.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-04-15T21:07:08.898 INFO:teuthology.orchestra.run.smithi089.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-04-15T21:07:08.915 INFO:teuthology.orchestra.run.smithi089.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-04-15T21:07:08.948 INFO:teuthology.orchestra.run.smithi089.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 605 kB/s | 20 kB 00:00 2024-04-15T21:07:08.965 INFO:teuthology.orchestra.run.smithi089.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-15T21:07:09.057 INFO:teuthology.orchestra.run.smithi089.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-04-15T21:07:09.061 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:09.061 INFO:teuthology.orchestra.run.smithi089.stdout:Total 9.5 MB/s | 30 MB 00:03 2024-04-15T21:07:09.086 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:09.090 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:07:09.090 INFO:teuthology.orchestra.run.smithi017.stdout:skipping the directory /sys 2024-04-15T21:07:09.091 INFO:teuthology.orchestra.run.smithi017.stdout:skipping the directory /proc 2024-04-15T21:07:09.091 INFO:teuthology.orchestra.run.smithi017.stdout:skipping the directory /mnt 2024-04-15T21:07:09.091 INFO:teuthology.orchestra.run.smithi017.stdout:skipping the directory /var/tmp 2024-04-15T21:07:09.091 INFO:teuthology.orchestra.run.smithi017.stdout:skipping the directory /home 2024-04-15T21:07:09.091 INFO:teuthology.orchestra.run.smithi017.stdout:skipping the directory /root 2024-04-15T21:07:09.091 INFO:teuthology.orchestra.run.smithi017.stdout:skipping the directory /tmp 2024-04-15T21:07:09.091 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:09.129 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:09.129 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:09.535 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:09.535 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:10.087 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/34 2024-04-15T21:07:10.112 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/34 2024-04-15T21:07:10.112 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:10.112 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:07:10.113 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:07:10.113 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:07:10.113 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:10.114 INFO:teuthology.orchestra.run.smithi017.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:07:10.198 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:07:10.198 INFO:teuthology.orchestra.run.smithi017.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:07:10.874 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:10.935 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:07:10.967 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:07:10.987 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 6/6 2024-04-15T21:07:10.988 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/6 2024-04-15T21:07:10.988 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/6 2024-04-15T21:07:10.988 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:07:10.988 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:07:10.988 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:07:10.995 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:07:11.067 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:07:11.111 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:07:11.144 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:07:11.244 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:07:11.322 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:07:11.352 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:07:11.352 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/34 2024-04-15T21:07:11.352 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 3/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 4/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_6 6/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 7/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9. 8/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x8 9/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 10/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 11/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 12/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 13/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:07:11.353 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:07:11.354 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 31/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:07:11.355 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/34 2024-04-15T21:07:11.363 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:07:11.395 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:11.396 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:11.436 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:07:11.489 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:07:11.528 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:07:11.577 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:07:11.632 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:07:11.726 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph 2024-04-15T21:07:11.818 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:07:11.866 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:07:11.906 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:07:11.939 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:07:11.969 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:07:12.046 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:07:12.080 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:07:12.113 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:07:12.153 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:07:12.189 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:07:12.223 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:07:12.312 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:07:12.319 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:49 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:12.354 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:07:12.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:07:12.379 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout:Upgraded: 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-radosgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-selinux-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:07:12.380 INFO:teuthology.orchestra.run.smithi017.stdout: libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: libradosstriper1-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: librgw2-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ceph-argparse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ceph-common-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.381 INFO:teuthology.orchestra.run.smithi017.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:12.382 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:12.427 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:07:12.477 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:12.479 INFO:teuthology.orchestra.run.smithi169.stdout:========================================================================================= 2024-04-15T21:07:12.479 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:07:12.479 INFO:teuthology.orchestra.run.smithi169.stdout:========================================================================================= 2024-04-15T21:07:12.479 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:07:12.479 INFO:teuthology.orchestra.run.smithi169.stdout: ceph x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 6.6 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mds x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 2.4 M 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 1.5 M 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 249 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mon x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 4.7 M 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-osd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 17 M 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:07:12.480 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:07:12.481 INFO:teuthology.orchestra.run.smithi169.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:12.482 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:07:12.483 INFO:teuthology.orchestra.run.smithi169.stdout:========================================================================================= 2024-04-15T21:07:12.483 INFO:teuthology.orchestra.run.smithi169.stdout:Install 36 Packages 2024-04-15T21:07:12.483 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:12.483 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 30 M 2024-04-15T21:07:12.483 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 107 M 2024-04-15T21:07:12.484 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:07:12.563 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:07:12.689 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:07:12.753 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-test 2024-04-15T21:07:12.866 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9. 31/36 2024-04-15T21:07:12.893 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/36 2024-04-15T21:07:12.919 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/36 2024-04-15T21:07:12.919 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:12.919 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:07:12.919 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:07:12.920 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:07:12.920 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:13.224 INFO:teuthology.orchestra.run.smithi169.stdout:(1/36): ceph-19.0.0-3084.g87dbfb63.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-15T21:07:13.353 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:00:30 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:13.500 INFO:teuthology.orchestra.run.smithi169.stdout:(2/36): ceph-mds-19.0.0-3084.g87dbfb63.el9.x86_ 5.4 MB/s | 2.4 MB 00:00 2024-04-15T21:07:13.521 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:13.522 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:13.522 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:07:13.522 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:13.522 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:07:13.522 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-test x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 49 M 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: libcephsqlite x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 163 k 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout:Install 6 Packages 2024-04-15T21:07:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:13.524 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 50 M 2024-04-15T21:07:13.524 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 212 M 2024-04-15T21:07:13.524 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:07:13.542 INFO:teuthology.orchestra.run.smithi169.stdout:(3/36): ceph-mgr-19.0.0-3084.g87dbfb63.el9.x86_ 3.1 MB/s | 1.5 MB 00:00 2024-04-15T21:07:13.650 INFO:teuthology.orchestra.run.smithi169.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3084.g87db 2.2 MB/s | 249 kB 00:00 2024-04-15T21:07:13.792 INFO:teuthology.orchestra.run.smithi169.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-04-15T21:07:13.833 INFO:teuthology.orchestra.run.smithi017.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.1 MB/s | 217 kB 00:00 2024-04-15T21:07:13.859 INFO:teuthology.orchestra.run.smithi169.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.1 MB/s | 144 kB 00:00 2024-04-15T21:07:13.959 INFO:teuthology.orchestra.run.smithi169.stdout:(7/36): ceph-mon-19.0.0-3084.g87dbfb63.el9.x86_ 6.4 MB/s | 4.7 MB 00:00 2024-04-15T21:07:13.983 INFO:teuthology.orchestra.run.smithi017.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.0 MB/s | 300 kB 00:00 2024-04-15T21:07:13.984 INFO:teuthology.orchestra.run.smithi169.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 252 kB/s | 32 kB 00:00 2024-04-15T21:07:14.026 INFO:teuthology.orchestra.run.smithi169.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 709 kB/s | 47 kB 00:00 2024-04-15T21:07:14.041 INFO:teuthology.orchestra.run.smithi017.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 63 kB 00:00 2024-04-15T21:07:14.051 INFO:teuthology.orchestra.run.smithi169.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 576 kB/s | 39 kB 00:00 2024-04-15T21:07:14.118 INFO:teuthology.orchestra.run.smithi169.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.6 MB/s | 241 kB 00:00 2024-04-15T21:07:14.175 INFO:teuthology.orchestra.run.smithi017.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2024-04-15T21:07:14.252 INFO:teuthology.orchestra.run.smithi169.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 773 kB/s | 103 kB 00:00 2024-04-15T21:07:14.283 INFO:teuthology.orchestra.run.smithi017.stdout:(5/6): libcephsqlite-19.0.0-3084.g87dbfb63.el9. 254 kB/s | 163 kB 00:00 2024-04-15T21:07:14.286 INFO:teuthology.orchestra.run.smithi169.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 4.9 MB/s | 1.1 MB 00:00 2024-04-15T21:07:14.311 INFO:teuthology.orchestra.run.smithi169.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.1 MB/s | 124 kB 00:00 2024-04-15T21:07:14.369 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/36 2024-04-15T21:07:14.399 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/36 2024-04-15T21:07:14.399 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:14.399 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:07:14.399 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:07:14.399 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:07:14.399 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:14.486 INFO:teuthology.orchestra.run.smithi169.stdout:(15/36): ceph-osd-19.0.0-3084.g87dbfb63.el9.x86 17 MB/s | 17 MB 00:00 2024-04-15T21:07:14.511 INFO:teuthology.orchestra.run.smithi169.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 831 kB/s | 187 kB 00:00 2024-04-15T21:07:14.587 INFO:teuthology.orchestra.run.smithi169.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 453 kB/s | 125 kB 00:00 2024-04-15T21:07:14.829 INFO:teuthology.orchestra.run.smithi169.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 65 kB/s | 22 kB 00:00 2024-04-15T21:07:14.853 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 34/36 2024-04-15T21:07:14.878 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 34/36 2024-04-15T21:07:14.879 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:14.879 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:07:14.879 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:07:14.879 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:07:14.879 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:15.113 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 35/36 2024-04-15T21:07:15.137 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 35/36 2024-04-15T21:07:15.137 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:15.137 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:07:15.137 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:07:15.137 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:07:15.137 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:15.179 INFO:teuthology.orchestra.run.smithi169.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 73 kB/s | 43 kB 00:00 2024-04-15T21:07:15.201 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 36/36 2024-04-15T21:07:15.529 INFO:teuthology.orchestra.run.smithi169.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 245 kB/s | 172 kB 00:00 2024-04-15T21:07:15.555 INFO:teuthology.orchestra.run.smithi169.stdout:(21/36): luarocks-3.9.2-1.el9.noarch.rpm 145 kB/s | 151 kB 00:01 2024-04-15T21:07:15.621 INFO:teuthology.orchestra.run.smithi169.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 811 kB/s | 358 kB 00:00 2024-04-15T21:07:15.689 INFO:teuthology.orchestra.run.smithi169.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 67 kB/s | 11 kB 00:00 2024-04-15T21:07:15.713 INFO:teuthology.orchestra.run.smithi169.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 111 kB/s | 18 kB 00:00 2024-04-15T21:07:15.781 INFO:teuthology.orchestra.run.smithi169.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 146 kB/s | 23 kB 00:00 2024-04-15T21:07:15.847 INFO:teuthology.orchestra.run.smithi169.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 122 kB/s | 19 kB 00:00 2024-04-15T21:07:15.865 INFO:teuthology.orchestra.run.smithi169.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 130 kB/s | 20 kB 00:00 2024-04-15T21:07:15.931 INFO:teuthology.orchestra.run.smithi169.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 307 kB/s | 46 kB 00:00 2024-04-15T21:07:16.015 INFO:teuthology.orchestra.run.smithi169.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 472 kB/s | 79 kB 00:00 2024-04-15T21:07:16.082 INFO:teuthology.orchestra.run.smithi169.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 109 kB/s | 16 kB 00:00 2024-04-15T21:07:16.166 INFO:teuthology.orchestra.run.smithi169.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 906 kB/s | 272 kB 00:00 2024-04-15T21:07:16.182 INFO:teuthology.orchestra.run.smithi169.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 537 kB/s | 90 kB 00:00 2024-04-15T21:07:16.233 INFO:teuthology.orchestra.run.smithi169.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 237 kB/s | 36 kB 00:00 2024-04-15T21:07:16.333 INFO:teuthology.orchestra.run.smithi169.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-04-15T21:07:16.392 INFO:teuthology.orchestra.run.smithi169.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 126 kB/s | 20 kB 00:00 2024-04-15T21:07:16.500 INFO:teuthology.orchestra.run.smithi169.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.3 MB/s | 427 kB 00:00 2024-04-15T21:07:16.503 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:16.504 INFO:teuthology.orchestra.run.smithi169.stdout:Total 7.5 MB/s | 30 MB 00:04 2024-04-15T21:07:16.530 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:16.573 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:16.573 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 36/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 3/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 4/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9. 6/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:07:16.935 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:07:16.936 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:07:16.937 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:07:16.937 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:07:16.937 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:07:16.937 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:07:16.938 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:07:16.938 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:07:16.938 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:07:16.938 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:07:16.938 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:07:16.938 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:07:16.939 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:07:16.939 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:07:16.939 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:07:16.939 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:07:16.973 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:16.974 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:17.384 INFO:teuthology.orchestra.run.smithi017.stdout:(6/6): ceph-test-19.0.0-3084.g87dbfb63.el9.x86_ 13 MB/s | 49 MB 00:03 2024-04-15T21:07:17.386 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:17.387 INFO:teuthology.orchestra.run.smithi017.stdout:Total 13 MB/s | 50 MB 00:03 2024-04-15T21:07:17.403 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:07:17.425 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:07:17.425 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:07:17.833 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:07:17.834 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:07:18.006 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:07:18.006 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:07:18.007 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:07:18.008 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:07:18.009 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:18.010 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:18.322 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:18.329 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-base 2024-04-15T21:07:18.377 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:07:18.410 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:07:18.436 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:07:18.438 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:07:18.502 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:07:18.508 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:07:18.544 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:07:18.545 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:07:18.578 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:07:18.583 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:07:18.631 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:07:18.655 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/6 2024-04-15T21:07:18.669 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:07:18.740 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:07:18.781 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:07:18.853 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:07:18.907 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:07:18.910 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:56 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:18.945 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:07:18.993 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:07:19.010 INFO:teuthology.orchestra.run.smithi089.stdout:Package ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:07:19.055 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:07:19.063 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:19.064 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:07:19.064 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:19.142 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install cephadm 2024-04-15T21:07:19.243 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:07:19.290 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:07:19.330 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:07:19.364 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:07:19.394 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:07:19.470 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:07:19.504 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:07:19.537 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:07:19.578 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:07:19.613 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:07:19.647 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:07:19.724 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:19.735 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:07:19.778 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:07:19.851 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:07:19.875 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:19.875 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout: cephadm noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 762 k 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-15T21:07:19.876 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:19.877 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 762 k 2024-04-15T21:07:19.877 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 768 k 2024-04-15T21:07:19.877 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:19.997 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:07:20.136 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:07:20.298 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9. 31/36 2024-04-15T21:07:20.322 INFO:teuthology.orchestra.run.smithi089.stdout:cephadm-19.0.0-3084.g87dbfb63.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-15T21:07:20.322 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:20.323 INFO:teuthology.orchestra.run.smithi089.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-15T21:07:20.323 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:20.326 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/36 2024-04-15T21:07:20.328 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:20.328 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:20.334 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:20.334 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:20.352 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/36 2024-04-15T21:07:20.352 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:20.352 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:07:20.352 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:07:20.352 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:07:20.352 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:20.406 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:20.825 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:20.944 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:21.331 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:21.625 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:21.626 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:21.626 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:21.626 INFO:teuthology.orchestra.run.smithi089.stdout: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:21.626 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:21.626 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:21.818 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/36 2024-04-15T21:07:21.846 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/36 2024-04-15T21:07:21.846 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:21.846 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:07:21.846 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:07:21.846 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:07:21.846 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:21.860 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:07:22.285 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 34/36 2024-04-15T21:07:22.310 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 34/36 2024-04-15T21:07:22.310 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:22.310 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:07:22.310 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:07:22.310 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:07:22.311 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:22.445 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:00 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:22.536 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 35/36 2024-04-15T21:07:22.560 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 35/36 2024-04-15T21:07:22.561 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:22.561 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:07:22.561 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:07:22.561 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:07:22.561 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:22.599 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:22.600 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:22.600 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repo Size 2024-04-15T21:07:22.600 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:22.600 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 145 k 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 145 k 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 435 k 2024-04-15T21:07:22.601 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:22.625 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 36/36 2024-04-15T21:07:22.846 INFO:teuthology.orchestra.run.smithi089.stdout:ceph-immutable-object-cache-19.0.0-3084.g87dbfb 592 kB/s | 145 kB 00:00 2024-04-15T21:07:22.846 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:22.846 INFO:teuthology.orchestra.run.smithi089.stdout:Total 589 kB/s | 145 kB 00:00 2024-04-15T21:07:22.847 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:22.854 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:22.854 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:22.905 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:22.906 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:23.059 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:23.122 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:23.147 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:23.147 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:23.148 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:07:23.148 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:23.521 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/6 2024-04-15T21:07:23.599 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 6/6 2024-04-15T21:07:24.144 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:24.144 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:24.144 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:24.144 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:24.144 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:24.145 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:24.332 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 36/36 2024-04-15T21:07:24.332 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/36 2024-04-15T21:07:24.332 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/36 2024-04-15T21:07:24.332 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 3/36 2024-04-15T21:07:24.332 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 4/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9. 6/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:07:24.333 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:07:24.334 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:07:24.335 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:07:24.335 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:07:24.335 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:07:24.335 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:07:24.335 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:07:24.378 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-mgr 2024-04-15T21:07:24.962 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:25.060 INFO:teuthology.orchestra.run.smithi089.stdout:Package ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:07:25.112 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:25.113 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:07:25.113 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:25.187 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:07:25.255 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:07:25.256 INFO:teuthology.orchestra.run.smithi169.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:07:25.257 INFO:teuthology.orchestra.run.smithi169.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:07:25.258 INFO:teuthology.orchestra.run.smithi169.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:07:25.259 INFO:teuthology.orchestra.run.smithi169.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:07:25.259 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:25.259 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:25.669 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-base 2024-04-15T21:07:25.762 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:25.912 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:25.913 INFO:teuthology.orchestra.run.smithi089.stdout:====================================================================================== 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout:====================================================================================== 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 3.5 M 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 34 k 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 16 k 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:07:25.914 INFO:teuthology.orchestra.run.smithi089.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout:====================================================================================== 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout:Install 12 Packages 2024-04-15T21:07:25.915 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:25.916 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 8.6 M 2024-04-15T21:07:25.916 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 104 M 2024-04-15T21:07:25.916 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:26.153 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 6/6 2024-04-15T21:07:26.154 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/6 2024-04-15T21:07:26.154 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/6 2024-04-15T21:07:26.154 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:07:26.154 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:07:26.154 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:07:26.254 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:26.326 INFO:teuthology.orchestra.run.smithi089.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3084.g87 180 kB/s | 34 kB 00:00 2024-04-15T21:07:26.355 INFO:teuthology.orchestra.run.smithi169.stdout:Package ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:07:26.376 INFO:teuthology.orchestra.run.smithi089.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3084.g87d 68 kB/s | 16 kB 00:00 2024-04-15T21:07:26.407 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:26.408 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:07:26.408 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:26.482 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:07:26.482 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:26.482 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-test-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout: libcephsqlite-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:26.483 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:26.492 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install cephadm 2024-04-15T21:07:26.585 INFO:teuthology.orchestra.run.smithi089.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 238 kB 00:00 2024-04-15T21:07:26.643 INFO:teuthology.orchestra.run.smithi089.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.2 MB/s | 1.0 MB 00:00 2024-04-15T21:07:26.764 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph 2024-04-15T21:07:26.885 INFO:teuthology.orchestra.run.smithi089.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.2 MB/s | 548 kB 00:00 2024-04-15T21:07:26.985 INFO:teuthology.orchestra.run.smithi089.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 194 kB/s | 19 kB 00:00 2024-04-15T21:07:27.074 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:27.224 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:27.225 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:07:27.225 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:07:27.225 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout: cephadm noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 762 k 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 762 k 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 768 k 2024-04-15T21:07:27.226 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:07:27.357 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:00:44 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:27.369 INFO:teuthology.orchestra.run.smithi089.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 5.3 MB/s | 2.0 MB 00:00 2024-04-15T21:07:27.419 INFO:teuthology.orchestra.run.smithi089.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-04-15T21:07:27.461 INFO:teuthology.orchestra.run.smithi089.stdout:(9/12): protobuf-compiler-3.14.0-13.el9.x86_64. 985 kB/s | 863 kB 00:00 2024-04-15T21:07:27.486 INFO:teuthology.orchestra.run.smithi169.stdout:cephadm-19.0.0-3084.g87dbfb63.el9.noarch.rpm 2.9 MB/s | 762 kB 00:00 2024-04-15T21:07:27.487 INFO:teuthology.orchestra.run.smithi089.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 459 kB/s | 31 kB 00:00 2024-04-15T21:07:27.487 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:27.487 INFO:teuthology.orchestra.run.smithi169.stdout:Total 2.9 MB/s | 762 kB 00:00 2024-04-15T21:07:27.487 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:27.492 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:27.492 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:27.497 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:27.497 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:27.512 INFO:teuthology.orchestra.run.smithi089.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-04-15T21:07:27.521 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:========================================================================================= 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:========================================================================================= 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: ceph x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 6.6 k 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mds x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 2.4 M 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 1.5 M 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 249 k 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mon x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 4.7 M 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-osd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 17 M 2024-04-15T21:07:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:07:27.525 INFO:teuthology.orchestra.run.smithi017.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:07:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout:========================================================================================= 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout:Install 36 Packages 2024-04-15T21:07:27.527 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:27.528 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 30 M 2024-04-15T21:07:27.528 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 107 M 2024-04-15T21:07:27.528 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:07:27.572 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:28.037 INFO:teuthology.orchestra.run.smithi089.stdout:(12/12): ceph-mgr-dashboard-19.0.0-3084.g87dbfb 1.9 MB/s | 3.5 MB 00:01 2024-04-15T21:07:28.042 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:28.042 INFO:teuthology.orchestra.run.smithi089.stdout:Total 4.1 MB/s | 8.6 MB 00:02 2024-04-15T21:07:28.055 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:28.062 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:28.081 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:28.081 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:28.140 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:28.255 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:28.255 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:28.297 INFO:teuthology.orchestra.run.smithi017.stdout:(1/36): ceph-19.0.0-3084.g87dbfb63.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-04-15T21:07:28.558 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:28.794 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:28.819 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:28.819 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:28.819 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:07:28.819 INFO:teuthology.orchestra.run.smithi169.stdout: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:28.819 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:28.819 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:28.879 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:07:28.881 INFO:teuthology.orchestra.run.smithi017.stdout:(2/36): ceph-mgr-19.0.0-3084.g87dbfb63.el9.x86_ 2.0 MB/s | 1.5 MB 00:00 2024-04-15T21:07:28.914 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:07:28.948 INFO:teuthology.orchestra.run.smithi017.stdout:(3/36): ceph-mon-19.0.0-3084.g87dbfb63.el9.x86_ 7.2 MB/s | 4.7 MB 00:00 2024-04-15T21:07:28.961 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:07:28.992 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:07:29.006 INFO:teuthology.orchestra.run.smithi017.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3084.g87db 4.2 MB/s | 249 kB 00:00 2024-04-15T21:07:29.075 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:07:29.089 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:07:29.098 INFO:teuthology.orchestra.run.smithi017.stdout:(5/36): ceph-mds-19.0.0-3084.g87dbfb63.el9.x86_ 2.5 MB/s | 2.4 MB 00:00 2024-04-15T21:07:29.165 INFO:teuthology.orchestra.run.smithi017.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.2 MB/s | 144 kB 00:00 2024-04-15T21:07:29.190 INFO:teuthology.orchestra.run.smithi017.stdout:(7/36): lua-5.4.4-4.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-04-15T21:07:29.210 INFO:teuthology.orchestra.run.smithi017.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 757 kB/s | 32 kB 00:00 2024-04-15T21:07:29.216 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:07:29.224 INFO:teuthology.orchestra.run.smithi017.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-04-15T21:07:29.241 INFO:teuthology.orchestra.run.smithi017.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-04-15T21:07:29.267 INFO:teuthology.orchestra.run.smithi017.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-04-15T21:07:29.302 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:07:29.325 INFO:teuthology.orchestra.run.smithi017.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-04-15T21:07:29.351 INFO:teuthology.orchestra.run.smithi017.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-04-15T21:07:29.355 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:07:29.376 INFO:teuthology.orchestra.run.smithi017.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-15T21:07:29.384 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:07:29.401 INFO:teuthology.orchestra.run.smithi017.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-04-15T21:07:29.416 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9 10/12 2024-04-15T21:07:29.533 INFO:teuthology.orchestra.run.smithi017.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 797 kB/s | 125 kB 00:00 2024-04-15T21:07:29.670 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:06 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:29.826 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repo Size 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 145 k 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:07:29.827 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:07:29.828 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-15T21:07:29.828 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:29.828 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 145 k 2024-04-15T21:07:29.828 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 435 k 2024-04-15T21:07:29.828 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:07:30.035 INFO:teuthology.orchestra.run.smithi017.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 35 kB/s | 22 kB 00:00 2024-04-15T21:07:30.077 INFO:teuthology.orchestra.run.smithi017.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 278 kB/s | 151 kB 00:00 2024-04-15T21:07:30.218 INFO:teuthology.orchestra.run.smithi169.stdout:ceph-immutable-object-cache-19.0.0-3084.g87dbfb 372 kB/s | 145 kB 00:00 2024-04-15T21:07:30.219 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:30.219 INFO:teuthology.orchestra.run.smithi169.stdout:Total 370 kB/s | 145 kB 00:00 2024-04-15T21:07:30.219 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:30.226 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:30.226 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:30.252 INFO:teuthology.orchestra.run.smithi017.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 981 kB/s | 172 kB 00:00 2024-04-15T21:07:30.279 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:30.279 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:30.352 INFO:teuthology.orchestra.run.smithi017.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 137 kB/s | 43 kB 00:00 2024-04-15T21:07:30.433 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:30.436 INFO:teuthology.orchestra.run.smithi017.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-04-15T21:07:30.455 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el 11/12 2024-04-15T21:07:30.470 INFO:teuthology.orchestra.run.smithi017.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 91 kB/s | 11 kB 00:00 2024-04-15T21:07:30.492 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 12/12 2024-04-15T21:07:30.501 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:30.527 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:30.527 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:30.527 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:07:30.528 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:30.679 INFO:teuthology.orchestra.run.smithi017.stdout:(23/36): ceph-osd-19.0.0-3084.g87dbfb63.el9.x86 9.4 MB/s | 17 MB 00:01 2024-04-15T21:07:30.704 INFO:teuthology.orchestra.run.smithi017.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 66 kB/s | 18 kB 00:00 2024-04-15T21:07:30.729 INFO:teuthology.orchestra.run.smithi017.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 89 kB/s | 23 kB 00:00 2024-04-15T21:07:30.779 INFO:teuthology.orchestra.run.smithi017.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-04-15T21:07:30.813 INFO:teuthology.orchestra.run.smithi017.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-04-15T21:07:30.880 INFO:teuthology.orchestra.run.smithi017.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 787 kB/s | 79 kB 00:00 2024-04-15T21:07:30.980 INFO:teuthology.orchestra.run.smithi017.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-15T21:07:31.064 INFO:teuthology.orchestra.run.smithi017.stdout:(30/36): python3-logutils-0.3.5-21.el9.noarch.r 138 kB/s | 46 kB 00:00 2024-04-15T21:07:31.089 INFO:teuthology.orchestra.run.smithi017.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 829 kB/s | 90 kB 00:00 2024-04-15T21:07:31.115 INFO:teuthology.orchestra.run.smithi017.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 905 kB/s | 272 kB 00:00 2024-04-15T21:07:31.198 INFO:teuthology.orchestra.run.smithi017.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-04-15T21:07:31.223 INFO:teuthology.orchestra.run.smithi017.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-15T21:07:31.307 INFO:teuthology.orchestra.run.smithi017.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.2 MB/s | 427 kB 00:00 2024-04-15T21:07:31.324 INFO:teuthology.orchestra.run.smithi017.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 159 kB/s | 20 kB 00:00 2024-04-15T21:07:31.327 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:31.328 INFO:teuthology.orchestra.run.smithi017.stdout:Total 7.9 MB/s | 30 MB 00:03 2024-04-15T21:07:31.354 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:07:31.399 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:07:31.399 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:07:31.461 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:31.461 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:31.461 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:07:31.461 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:31.461 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:31.461 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:31.721 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-mgr 2024-04-15T21:07:31.815 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:07:31.816 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:07:31.992 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 12/12 2024-04-15T21:07:31.992 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el 1/12 2024-04-15T21:07:31.992 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 2/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9 3/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:07:31.993 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:07:32.308 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:09 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:32.345 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:07:32.345 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:07:32.346 INFO:teuthology.orchestra.run.smithi089.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:07:32.347 INFO:teuthology.orchestra.run.smithi089.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:07:32.347 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:32.347 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:32.407 INFO:teuthology.orchestra.run.smithi169.stdout:Package ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:07:32.460 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:32.461 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:07:32.461 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:32.537 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:07:32.593 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:07:33.110 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:33.165 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:07:33.175 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:11 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:33.227 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:07:33.259 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:07:33.260 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:33.261 INFO:teuthology.orchestra.run.smithi169.stdout:====================================================================================== 2024-04-15T21:07:33.261 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:07:33.261 INFO:teuthology.orchestra.run.smithi169.stdout:====================================================================================== 2024-04-15T21:07:33.261 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:07:33.261 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 3.5 M 2024-04-15T21:07:33.261 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 34 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 16 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:07:33.262 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:33.263 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:07:33.263 INFO:teuthology.orchestra.run.smithi169.stdout:====================================================================================== 2024-04-15T21:07:33.263 INFO:teuthology.orchestra.run.smithi169.stdout:Install 12 Packages 2024-04-15T21:07:33.263 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:33.263 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 8.6 M 2024-04-15T21:07:33.263 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 104 M 2024-04-15T21:07:33.264 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:07:33.287 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:07:33.330 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================================ 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================================ 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 7.4 M 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:07:33.331 INFO:teuthology.orchestra.run.smithi089.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================================ 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout:Install 12 Packages 2024-04-15T21:07:33.332 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:33.333 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 37 M 2024-04-15T21:07:33.333 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 209 M 2024-04-15T21:07:33.333 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:33.361 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:07:33.411 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:07:33.444 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:07:33.540 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:07:33.618 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:07:33.665 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:07:33.729 INFO:teuthology.orchestra.run.smithi169.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3084.g87 113 kB/s | 34 kB 00:00 2024-04-15T21:07:33.730 INFO:teuthology.orchestra.run.smithi089.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 214 kB/s | 32 kB 00:00 2024-04-15T21:07:33.739 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:07:33.764 INFO:teuthology.orchestra.run.smithi089.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 535 kB/s | 17 kB 00:00 2024-04-15T21:07:33.791 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:07:33.806 INFO:teuthology.orchestra.run.smithi089.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 841 kB/s | 34 kB 00:00 2024-04-15T21:07:33.828 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:07:33.854 INFO:teuthology.orchestra.run.smithi169.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3084.g87d 39 kB/s | 16 kB 00:00 2024-04-15T21:07:33.881 INFO:teuthology.orchestra.run.smithi089.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-04-15T21:07:33.886 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:07:33.921 INFO:teuthology.orchestra.run.smithi169.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2024-04-15T21:07:33.946 INFO:teuthology.orchestra.run.smithi169.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.5 MB/s | 238 kB 00:00 2024-04-15T21:07:33.961 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:07:34.133 INFO:teuthology.orchestra.run.smithi089.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-04-15T21:07:34.162 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:07:34.200 INFO:teuthology.orchestra.run.smithi089.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 15 MB/s | 4.8 MB 00:00 2024-04-15T21:07:34.216 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:07:34.225 INFO:teuthology.orchestra.run.smithi089.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-04-15T21:07:34.268 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:07:34.305 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:07:34.335 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:07:34.415 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:07:34.422 INFO:teuthology.orchestra.run.smithi169.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-15T21:07:34.454 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:07:34.483 INFO:teuthology.orchestra.run.smithi089.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.0 MB/s | 803 kB 00:00 2024-04-15T21:07:34.487 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:07:34.528 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:07:34.530 INFO:teuthology.orchestra.run.smithi169.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 180 kB/s | 19 kB 00:00 2024-04-15T21:07:34.571 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:07:34.583 INFO:teuthology.orchestra.run.smithi089.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.9 MB/s | 195 kB 00:00 2024-04-15T21:07:34.606 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:07:34.700 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:07:34.736 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:07:34.813 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:07:34.834 INFO:teuthology.orchestra.run.smithi089.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 25 MB/s | 16 MB 00:00 2024-04-15T21:07:34.864 INFO:teuthology.orchestra.run.smithi169.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 6.1 MB/s | 2.0 MB 00:00 2024-04-15T21:07:34.898 INFO:teuthology.orchestra.run.smithi169.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 884 kB/s | 863 kB 00:00 2024-04-15T21:07:34.931 INFO:teuthology.orchestra.run.smithi169.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.1 MB/s | 144 kB 00:00 2024-04-15T21:07:34.972 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:07:35.006 INFO:teuthology.orchestra.run.smithi169.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-04-15T21:07:35.065 INFO:teuthology.orchestra.run.smithi169.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 184 kB/s | 31 kB 00:00 2024-04-15T21:07:35.104 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:07:35.269 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9. 31/36 2024-04-15T21:07:35.299 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/36 2024-04-15T21:07:35.324 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 32/36 2024-04-15T21:07:35.324 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:35.324 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:07:35.325 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:07:35.325 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:07:35.325 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:35.776 INFO:teuthology.orchestra.run.smithi089.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-3 3.4 MB/s | 7.4 MB 00:02 2024-04-15T21:07:35.801 INFO:teuthology.orchestra.run.smithi089.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 202 kB/s | 245 kB 00:01 2024-04-15T21:07:35.804 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:35.804 INFO:teuthology.orchestra.run.smithi089.stdout:Total 15 MB/s | 37 MB 00:02 2024-04-15T21:07:35.848 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:35.873 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:35.873 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:36.015 INFO:teuthology.orchestra.run.smithi169.stdout:(12/12): ceph-mgr-dashboard-19.0.0-3084.g87dbfb 1.4 MB/s | 3.5 MB 00:02 2024-04-15T21:07:36.018 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:36.019 INFO:teuthology.orchestra.run.smithi169.stdout:Total 3.1 MB/s | 8.6 MB 00:02 2024-04-15T21:07:36.039 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:36.059 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:36.059 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:36.227 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:36.227 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:36.243 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:36.243 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:36.764 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:36.857 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:07:36.858 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/36 2024-04-15T21:07:36.885 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 33/36 2024-04-15T21:07:36.885 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:36.885 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:07:36.885 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:07:36.886 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:07:36.886 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:36.892 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:07:36.929 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:36.963 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:07:36.995 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:07:37.002 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:07:37.030 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:07:37.095 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:07:37.123 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:07:37.159 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:07:37.228 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:07:37.322 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:07:37.327 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:07:37.350 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 34/36 2024-04-15T21:07:37.366 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:07:37.366 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:07:37.374 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 34/36 2024-04-15T21:07:37.375 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:37.375 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:07:37.375 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:07:37.375 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:07:37.375 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:37.394 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:07:37.427 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9 10/12 2024-04-15T21:07:37.442 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:07:37.618 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 35/36 2024-04-15T21:07:37.641 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 35/36 2024-04-15T21:07:37.642 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:37.642 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:07:37.642 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:07:37.642 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:07:37.642 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:37.709 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 36/36 2024-04-15T21:07:38.094 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:07:38.212 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:07:38.468 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el 11/12 2024-04-15T21:07:38.502 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 12/12 2024-04-15T21:07:39.377 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 36/36 2024-04-15T21:07:39.377 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/36 2024-04-15T21:07:39.377 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 3/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 4/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 5/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9. 6/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:07:39.378 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:07:39.379 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:07:39.380 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:07:39.457 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:07:39.805 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 12/12 2024-04-15T21:07:39.805 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el 1/12 2024-04-15T21:07:39.805 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 2/12 2024-04-15T21:07:39.805 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9 3/12 2024-04-15T21:07:39.805 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:07:39.805 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:07:39.806 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:07:39.806 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:07:39.806 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:07:39.806 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:07:39.806 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:07:39.806 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:07:40.149 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:07:40.149 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:40.149 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:07:40.150 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:40.151 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:40.437 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mds-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-modules-core-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:40.498 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mon-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-osd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:07:40.499 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:07:40.500 INFO:teuthology.orchestra.run.smithi017.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:40.501 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:07:40.518 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 12/12 2024-04-15T21:07:40.852 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-base 2024-04-15T21:07:41.036 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:18 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:41.199 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:41.200 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================ 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================ 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 7.4 M 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:07:41.201 INFO:teuthology.orchestra.run.smithi169.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:07:41.202 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:41.203 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:07:41.203 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================ 2024-04-15T21:07:41.203 INFO:teuthology.orchestra.run.smithi169.stdout:Install 12 Packages 2024-04-15T21:07:41.203 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:41.203 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 37 M 2024-04-15T21:07:41.203 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 209 M 2024-04-15T21:07:41.203 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:07:41.461 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:41.567 INFO:teuthology.orchestra.run.smithi017.stdout:Package ceph-base-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:07:41.623 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:41.624 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:07:41.624 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:41.707 INFO:teuthology.orchestra.run.smithi169.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 203 kB/s | 32 kB 00:00 2024-04-15T21:07:41.726 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install cephadm 2024-04-15T21:07:41.741 INFO:teuthology.orchestra.run.smithi169.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 519 kB/s | 17 kB 00:00 2024-04-15T21:07:41.783 INFO:teuthology.orchestra.run.smithi169.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 820 kB/s | 34 kB 00:00 2024-04-15T21:07:41.866 INFO:teuthology.orchestra.run.smithi169.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.5 MB/s | 3.0 MB 00:00 2024-04-15T21:07:42.225 INFO:teuthology.orchestra.run.smithi169.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 11 MB/s | 4.7 MB 00:00 2024-04-15T21:07:42.309 INFO:teuthology.orchestra.run.smithi169.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 4.8 MB 00:00 2024-04-15T21:07:42.315 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:42.334 INFO:teuthology.orchestra.run.smithi169.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.0 MB/s | 217 kB 00:00 2024-04-15T21:07:42.434 INFO:teuthology.orchestra.run.smithi169.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-30 8.4 MB/s | 7.4 MB 00:00 2024-04-15T21:07:42.475 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:42.475 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:42.475 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout: cephadm noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 762 k 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:Install 1 Package 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 762 k 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 768 k 2024-04-15T21:07:42.476 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:07:42.568 INFO:teuthology.orchestra.run.smithi169.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 195 kB 00:00 2024-04-15T21:07:42.610 INFO:teuthology.orchestra.run.smithi169.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.8 MB/s | 803 kB 00:00 2024-04-15T21:07:43.029 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 12/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 1/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:07:43.030 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:07:43.085 INFO:teuthology.orchestra.run.smithi169.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-04-15T21:07:43.118 INFO:teuthology.orchestra.run.smithi017.stdout:cephadm-19.0.0-3084.g87dbfb63.el9.noarch.rpm 1.2 MB/s | 762 kB 00:00 2024-04-15T21:07:43.118 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:43.118 INFO:teuthology.orchestra.run.smithi017.stdout:Total 1.2 MB/s | 762 kB 00:00 2024-04-15T21:07:43.119 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:07:43.124 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:07:43.124 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:07:43.131 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:07:43.131 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:07:43.206 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:07:43.521 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:07:43.522 INFO:teuthology.orchestra.run.smithi089.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:07:43.523 INFO:teuthology.orchestra.run.smithi089.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:07:43.523 INFO:teuthology.orchestra.run.smithi089.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:07:43.523 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:43.523 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:43.623 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:43.776 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:43.854 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:07:43.910 INFO:teuthology.orchestra.run.smithi169.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 183 kB/s | 245 kB 00:01 2024-04-15T21:07:43.913 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:43.913 INFO:teuthology.orchestra.run.smithi169.stdout:Total 14 MB/s | 37 MB 00:02 2024-04-15T21:07:43.958 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:43.984 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:43.984 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:44.143 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:44.337 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:44.337 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:44.438 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/1 2024-04-15T21:07:44.438 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:44.438 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:07:44.439 INFO:teuthology.orchestra.run.smithi017.stdout: cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:44.439 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:44.439 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:44.439 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:22 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:44.597 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:44.598 INFO:teuthology.orchestra.run.smithi089.stdout:======================================================================================== 2024-04-15T21:07:44.598 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:44.598 INFO:teuthology.orchestra.run.smithi089.stdout:======================================================================================== 2024-04-15T21:07:44.598 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-rook noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 49 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:07:44.599 INFO:teuthology.orchestra.run.smithi089.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:07:44.600 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:07:44.600 INFO:teuthology.orchestra.run.smithi089.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:07:44.600 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:44.600 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:44.600 INFO:teuthology.orchestra.run.smithi089.stdout:======================================================================================== 2024-04-15T21:07:44.600 INFO:teuthology.orchestra.run.smithi089.stdout:Install 13 Packages 2024-04-15T21:07:44.600 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:44.601 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 2.0 M 2024-04-15T21:07:44.601 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 26 M 2024-04-15T21:07:44.601 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:44.666 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:07:44.903 INFO:teuthology.orchestra.run.smithi089.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 216 kB/s | 24 kB 00:00 2024-04-15T21:07:44.953 INFO:teuthology.orchestra.run.smithi089.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 111 kB/s | 18 kB 00:00 2024-04-15T21:07:45.004 INFO:teuthology.orchestra.run.smithi089.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 174 kB 00:00 2024-04-15T21:07:45.031 INFO:teuthology.orchestra.run.smithi089.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T21:07:45.054 INFO:teuthology.orchestra.run.smithi089.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:07:45.080 INFO:teuthology.orchestra.run.smithi089.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 899 kB/s | 43 kB 00:00 2024-04-15T21:07:45.161 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:45.213 INFO:teuthology.orchestra.run.smithi089.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 112 kB/s | 15 kB 00:00 2024-04-15T21:07:45.233 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:07:45.239 INFO:teuthology.orchestra.run.smithi089.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 175 kB/s | 32 kB 00:00 2024-04-15T21:07:45.254 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:45.264 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:07:45.264 INFO:teuthology.orchestra.run.smithi089.stdout:(9/13): ceph-mgr-rook-19.0.0-3084.g87dbfb63.el9 104 kB/s | 49 kB 00:00 2024-04-15T21:07:45.357 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:07:45.392 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:07:45.406 INFO:teuthology.orchestra.run.smithi089.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.0 MB/s | 203 kB 00:00 2024-04-15T21:07:45.413 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repo Size 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 145 k 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout:Install 1 Package 2024-04-15T21:07:45.414 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:45.415 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 145 k 2024-04-15T21:07:45.415 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 435 k 2024-04-15T21:07:45.415 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:07:45.431 INFO:teuthology.orchestra.run.smithi089.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 354 kB/s | 59 kB 00:00 2024-04-15T21:07:45.473 INFO:teuthology.orchestra.run.smithi089.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-04-15T21:07:45.515 INFO:teuthology.orchestra.run.smithi089.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.7 MB/s | 1.0 MB 00:00 2024-04-15T21:07:45.517 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:45.517 INFO:teuthology.orchestra.run.smithi089.stdout:Total 2.2 MB/s | 2.0 MB 00:00 2024-04-15T21:07:45.517 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:45.531 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:45.531 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:45.572 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:07:45.608 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:07:45.622 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:45.622 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:45.685 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:07:45.934 INFO:teuthology.orchestra.run.smithi017.stdout:ceph-immutable-object-cache-19.0.0-3084.g87dbfb 279 kB/s | 145 kB 00:00 2024-04-15T21:07:45.935 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:45.935 INFO:teuthology.orchestra.run.smithi017.stdout:Total 278 kB/s | 145 kB 00:00 2024-04-15T21:07:45.935 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:07:45.944 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:07:45.944 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:07:46.000 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:07:46.000 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:07:46.133 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:46.146 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:07:46.210 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:46.235 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:46.236 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:46.236 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:07:46.236 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:46.297 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:07:46.327 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:07:46.350 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:07:46.405 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:07:46.436 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:07:46.451 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:07:46.492 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:07:46.586 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:07:46.687 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:07:46.736 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:07:47.215 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63. 1/1 2024-04-15T21:07:47.215 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:47.216 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:07:47.216 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-immutable-object-cache-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:07:47.216 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:47.216 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:47.455 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-mgr 2024-04-15T21:07:47.461 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:07:47.508 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:07:47.542 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:07:47.591 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:07:47.612 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 13/13 2024-04-15T21:07:47.666 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:07:48.040 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:05 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:48.142 INFO:teuthology.orchestra.run.smithi017.stdout:Package ceph-mgr-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:07:48.200 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:48.200 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:07:48.201 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:48.259 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 13/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 1/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:07:48.428 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:07:48.429 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:07:48.429 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:07:48.694 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:07:48.724 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 12/12 2024-04-15T21:07:48.793 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:07:48.793 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:48.793 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:48.793 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:48.793 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:07:48.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:07:48.795 INFO:teuthology.orchestra.run.smithi089.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:07:48.795 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:48.795 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:48.844 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:05 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:49.004 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout:====================================================================================== 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout:====================================================================================== 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 3.5 M 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 34 k 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 16 k 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:07:49.005 INFO:teuthology.orchestra.run.smithi017.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout:====================================================================================== 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout:Install 12 Packages 2024-04-15T21:07:49.006 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:49.007 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 8.6 M 2024-04-15T21:07:49.007 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 104 M 2024-04-15T21:07:49.007 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:07:49.061 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:07:49.639 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:27 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:49.792 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout:======================================================================================== 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout:======================================================================================== 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 142 k 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:07:49.793 INFO:teuthology.orchestra.run.smithi089.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:07:49.794 INFO:teuthology.orchestra.run.smithi089.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:07:49.794 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:49.794 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:49.794 INFO:teuthology.orchestra.run.smithi089.stdout:======================================================================================== 2024-04-15T21:07:49.794 INFO:teuthology.orchestra.run.smithi089.stdout:Install 6 Packages 2024-04-15T21:07:49.794 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:49.794 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 6.8 M 2024-04-15T21:07:49.795 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 33 M 2024-04-15T21:07:49.795 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:49.856 INFO:teuthology.orchestra.run.smithi017.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3084.g87 91 kB/s | 34 kB 00:00 2024-04-15T21:07:49.964 INFO:teuthology.orchestra.run.smithi017.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3084.g87d 34 kB/s | 16 kB 00:00 2024-04-15T21:07:50.023 INFO:teuthology.orchestra.run.smithi017.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.0 MB/s | 1.0 MB 00:00 2024-04-15T21:07:50.048 INFO:teuthology.orchestra.run.smithi017.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-04-15T21:07:50.377 INFO:teuthology.orchestra.run.smithi089.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-04-15T21:07:50.677 INFO:teuthology.orchestra.run.smithi089.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 408 kB/s | 248 kB 00:00 2024-04-15T21:07:50.736 INFO:teuthology.orchestra.run.smithi089.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-04-15T21:07:50.786 INFO:teuthology.orchestra.run.smithi089.stdout:(4/6): ceph-mgr-cephadm-19.0.0-3084.g87dbfb63.e 198 kB/s | 142 kB 00:00 2024-04-15T21:07:50.803 INFO:teuthology.orchestra.run.smithi089.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 761 kB/s | 51 kB 00:00 2024-04-15T21:07:50.807 INFO:teuthology.orchestra.run.smithi017.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.1 MB/s | 863 kB 00:00 2024-04-15T21:07:50.832 INFO:teuthology.orchestra.run.smithi017.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 699 kB/s | 548 kB 00:00 2024-04-15T21:07:50.903 INFO:teuthology.orchestra.run.smithi089.stdout:(6/6): python3-natsort-7.1.1-5.el9.noarch.rpm 256 kB/s | 58 kB 00:00 2024-04-15T21:07:50.904 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:50.904 INFO:teuthology.orchestra.run.smithi089.stdout:Total 6.1 MB/s | 6.8 MB 00:01 2024-04-15T21:07:50.917 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:50.928 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:50.928 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:51.016 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:51.016 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:51.132 INFO:teuthology.orchestra.run.smithi017.stdout:(7/12): ceph-mgr-dashboard-19.0.0-3084.g87dbfb6 2.1 MB/s | 3.5 MB 00:01 2024-04-15T21:07:51.183 INFO:teuthology.orchestra.run.smithi017.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 5.8 MB/s | 2.0 MB 00:00 2024-04-15T21:07:51.199 INFO:teuthology.orchestra.run.smithi017.stdout:(9/12): grpc-data-1.46.7-10.el9.noarch.rpm 49 kB/s | 19 kB 00:00 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 12/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 1/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:07:51.275 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:07:51.276 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:07:51.276 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:07:51.276 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:07:51.291 INFO:teuthology.orchestra.run.smithi017.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 283 kB/s | 31 kB 00:00 2024-04-15T21:07:51.328 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:51.502 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:07:51.550 INFO:teuthology.orchestra.run.smithi017.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 538 kB/s | 188 kB 00:00 2024-04-15T21:07:51.555 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:07:51.700 INFO:teuthology.orchestra.run.smithi017.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 255 kB/s | 144 kB 00:00 2024-04-15T21:07:51.702 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:07:51.703 INFO:teuthology.orchestra.run.smithi169.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:07:51.704 INFO:teuthology.orchestra.run.smithi169.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:07:51.704 INFO:teuthology.orchestra.run.smithi169.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:07:51.704 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:51.704 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:51.705 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:51.706 INFO:teuthology.orchestra.run.smithi017.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-04-15T21:07:51.725 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:07:51.746 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:07:51.746 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:07:51.935 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:07:51.936 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:07:52.071 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:07:52.126 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:07:52.158 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:07:52.220 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:07:52.243 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 6/6 2024-04-15T21:07:52.474 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:07:52.560 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:07:52.595 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:07:52.642 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:07:52.680 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:07:52.713 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:29 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:52.802 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:07:52.865 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:52.866 INFO:teuthology.orchestra.run.smithi169.stdout:======================================================================================== 2024-04-15T21:07:52.866 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:07:52.866 INFO:teuthology.orchestra.run.smithi169.stdout:======================================================================================== 2024-04-15T21:07:52.866 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:07:52.866 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-rook noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 49 k 2024-04-15T21:07:52.866 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:07:52.867 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:07:52.868 INFO:teuthology.orchestra.run.smithi169.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:07:52.868 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:52.868 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:07:52.868 INFO:teuthology.orchestra.run.smithi169.stdout:======================================================================================== 2024-04-15T21:07:52.868 INFO:teuthology.orchestra.run.smithi169.stdout:Install 13 Packages 2024-04-15T21:07:52.868 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:52.869 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 2.0 M 2024-04-15T21:07:52.869 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 26 M 2024-04-15T21:07:52.869 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:07:52.944 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:07:53.038 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:07:53.053 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 6/6 2024-04-15T21:07:53.054 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/6 2024-04-15T21:07:53.054 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:07:53.054 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:07:53.054 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:07:53.054 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:07:53.086 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:07:53.122 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:07:53.141 INFO:teuthology.orchestra.run.smithi169.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 222 kB/s | 24 kB 00:00 2024-04-15T21:07:53.155 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9 10/12 2024-04-15T21:07:53.191 INFO:teuthology.orchestra.run.smithi169.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 113 kB/s | 18 kB 00:00 2024-04-15T21:07:53.233 INFO:teuthology.orchestra.run.smithi169.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.5 MB/s | 174 kB 00:00 2024-04-15T21:07:53.258 INFO:teuthology.orchestra.run.smithi169.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-04-15T21:07:53.283 INFO:teuthology.orchestra.run.smithi169.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:07:53.309 INFO:teuthology.orchestra.run.smithi169.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 854 kB/s | 43 kB 00:00 2024-04-15T21:07:53.357 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:07:53.357 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:53.357 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:53.358 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:53.442 INFO:teuthology.orchestra.run.smithi169.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 204 kB/s | 32 kB 00:00 2024-04-15T21:07:53.459 INFO:teuthology.orchestra.run.smithi169.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 100 kB/s | 15 kB 00:00 2024-04-15T21:07:53.593 INFO:teuthology.orchestra.run.smithi169.stdout:(9/13): python3-google-auth-2.28.2-1.el9.noarch 1.3 MB/s | 203 kB 00:00 2024-04-15T21:07:53.601 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-fuse 2024-04-15T21:07:53.610 INFO:teuthology.orchestra.run.smithi169.stdout:(10/13): ceph-mgr-rook-19.0.0-3084.g87dbfb63.el 85 kB/s | 49 kB 00:00 2024-04-15T21:07:53.626 INFO:teuthology.orchestra.run.smithi169.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-04-15T21:07:53.769 INFO:teuthology.orchestra.run.smithi169.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 567 kB/s | 90 kB 00:00 2024-04-15T21:07:53.802 INFO:teuthology.orchestra.run.smithi169.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-04-15T21:07:53.806 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:53.806 INFO:teuthology.orchestra.run.smithi169.stdout:Total 2.2 MB/s | 2.0 MB 00:00 2024-04-15T21:07:53.806 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:53.819 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:53.820 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:53.910 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:53.910 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:54.178 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:32 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:54.255 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el 11/12 2024-04-15T21:07:54.288 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 12/12 2024-04-15T21:07:54.332 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:54.333 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:54.333 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:54.333 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:54.333 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:54.333 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-fuse x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 890 k 2024-04-15T21:07:54.333 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout:Install 2 Packages 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 969 k 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 2.8 M 2024-04-15T21:07:54.334 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:54.425 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:54.456 INFO:teuthology.orchestra.run.smithi089.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 644 kB/s | 79 kB 00:00 2024-04-15T21:07:54.601 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:07:54.653 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:07:54.717 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:07:54.754 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:07:54.795 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:07:54.890 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:07:54.998 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:07:55.055 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:07:55.124 INFO:teuthology.orchestra.run.smithi089.stdout:(2/2): ceph-fuse-19.0.0-3084.g87dbfb63.el9.x86_ 1.1 MB/s | 890 kB 00:00 2024-04-15T21:07:55.125 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:55.126 INFO:teuthology.orchestra.run.smithi089.stdout:Total 1.2 MB/s | 969 kB 00:00 2024-04-15T21:07:55.126 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:55.147 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:55.147 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:55.222 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:55.222 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:55.410 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:55.550 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:07:55.615 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/2 2024-04-15T21:07:55.631 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 12/12 2024-04-15T21:07:55.631 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el 1/12 2024-04-15T21:07:55.631 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noa 2/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9 3/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:07:55.632 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:07:55.786 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:07:55.845 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:07:55.886 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:07:55.935 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:07:55.964 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 13/13 2024-04-15T21:07:56.101 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:07:56.101 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:56.101 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:07:56.101 INFO:teuthology.orchestra.run.smithi017.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:07:56.101 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-grafana-dashboards-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-dashboard-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-prometheus-alerts-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:56.102 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:07:56.319 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:07:56.352 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/2 2024-04-15T21:07:56.352 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/2 2024-04-15T21:07:56.668 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:07:56.668 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:56.668 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:56.668 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:07:56.668 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:56.668 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:56.811 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 13/13 2024-04-15T21:07:56.811 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 1/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:07:56.812 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:07:56.905 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:13 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:07:56.964 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install ceph-volume 2024-04-15T21:07:57.066 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:07:57.067 INFO:teuthology.orchestra.run.smithi017.stdout:============================================================================================ 2024-04-15T21:07:57.067 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:07:57.067 INFO:teuthology.orchestra.run.smithi017.stdout:============================================================================================ 2024-04-15T21:07:57.067 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:07:57.067 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 7.4 M 2024-04-15T21:07:57.067 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:07:57.068 INFO:teuthology.orchestra.run.smithi017.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:07:57.069 INFO:teuthology.orchestra.run.smithi017.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:07:57.069 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:57.069 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:07:57.069 INFO:teuthology.orchestra.run.smithi017.stdout:============================================================================================ 2024-04-15T21:07:57.069 INFO:teuthology.orchestra.run.smithi017.stdout:Install 12 Packages 2024-04-15T21:07:57.069 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:07:57.069 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 37 M 2024-04-15T21:07:57.070 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 209 M 2024-04-15T21:07:57.070 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:07:57.190 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:07:57.191 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:07:57.192 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:07:57.192 INFO:teuthology.orchestra.run.smithi169.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:07:57.192 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:57.192 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:07:57.392 INFO:teuthology.orchestra.run.smithi017.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 234 kB/s | 32 kB 00:00 2024-04-15T21:07:57.426 INFO:teuthology.orchestra.run.smithi017.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 537 kB/s | 17 kB 00:00 2024-04-15T21:07:57.456 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:07:57.468 INFO:teuthology.orchestra.run.smithi017.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 841 kB/s | 34 kB 00:00 2024-04-15T21:07:57.518 INFO:teuthology.orchestra.run.smithi017.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-04-15T21:07:57.554 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:35 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:07:57.709 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-volume noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 264 k 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:07:57.710 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:57.711 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:07:57.711 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:07:57.711 INFO:teuthology.orchestra.run.smithi089.stdout:Install 2 Packages 2024-04-15T21:07:57.711 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:57.711 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 332 k 2024-04-15T21:07:57.711 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 1.5 M 2024-04-15T21:07:57.711 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:07:57.727 INFO:teuthology.orchestra.run.smithi017.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-04-15T21:07:57.802 INFO:teuthology.orchestra.run.smithi017.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 17 MB/s | 4.8 MB 00:00 2024-04-15T21:07:57.827 INFO:teuthology.orchestra.run.smithi017.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 217 kB 00:00 2024-04-15T21:07:57.831 INFO:teuthology.orchestra.run.smithi089.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 575 kB/s | 69 kB 00:00 2024-04-15T21:07:57.990 INFO:teuthology.orchestra.run.smithi089.stdout:(2/2): ceph-volume-19.0.0-3084.g87dbfb63.el9.no 947 kB/s | 264 kB 00:00 2024-04-15T21:07:57.991 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:57.991 INFO:teuthology.orchestra.run.smithi089.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-04-15T21:07:57.991 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:07:58.000 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:07:58.001 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:07:58.039 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:07:58.039 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:07:58.039 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:35 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:07:58.169 INFO:teuthology.orchestra.run.smithi017.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-04-15T21:07:58.187 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:07:58.193 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout:======================================================================================== 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout:======================================================================================== 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 142 k 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:07:58.194 INFO:teuthology.orchestra.run.smithi169.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout:======================================================================================== 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout:Install 6 Packages 2024-04-15T21:07:58.195 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:07:58.196 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 6.8 M 2024-04-15T21:07:58.196 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 33 M 2024-04-15T21:07:58.196 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:07:58.320 INFO:teuthology.orchestra.run.smithi017.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-30 7.0 MB/s | 7.4 MB 00:01 2024-04-15T21:07:58.353 INFO:teuthology.orchestra.run.smithi017.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 803 kB 00:00 2024-04-15T21:07:58.366 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:07:58.401 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2/2 2024-04-15T21:07:58.411 INFO:teuthology.orchestra.run.smithi017.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 807 kB/s | 195 kB 00:00 2024-04-15T21:07:58.417 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2/2 2024-04-15T21:07:58.417 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:07:58.417 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:07:58.417 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:58.737 INFO:teuthology.orchestra.run.smithi169.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-04-15T21:07:58.837 INFO:teuthology.orchestra.run.smithi169.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3084.g87dbfb63.e 392 kB/s | 142 kB 00:00 2024-04-15T21:07:58.937 INFO:teuthology.orchestra.run.smithi169.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 577 kB/s | 58 kB 00:00 2024-04-15T21:07:58.988 INFO:teuthology.orchestra.run.smithi169.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.1 MB/s | 548 kB 00:00 2024-04-15T21:07:59.013 INFO:teuthology.orchestra.run.smithi169.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 678 kB/s | 51 kB 00:00 2024-04-15T21:07:59.155 INFO:teuthology.orchestra.run.smithi169.stdout:(6/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 364 kB/s | 248 kB 00:00 2024-04-15T21:07:59.156 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:59.156 INFO:teuthology.orchestra.run.smithi169.stdout:Total 7.1 MB/s | 6.8 MB 00:00 2024-04-15T21:07:59.170 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:07:59.181 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:07:59.181 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:07:59.186 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 1/2 2024-04-15T21:07:59.220 INFO:teuthology.orchestra.run.smithi017.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 273 kB/s | 245 kB 00:00 2024-04-15T21:07:59.225 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:07:59.226 INFO:teuthology.orchestra.run.smithi017.stdout:Total 17 MB/s | 37 MB 00:02 2024-04-15T21:07:59.271 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:07:59.271 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:07:59.272 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:07:59.298 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:07:59.298 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:07:59.508 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:07:59.509 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:59.509 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:07:59.509 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:07:59.509 INFO:teuthology.orchestra.run.smithi089.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:07:59.509 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:07:59.509 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:07:59.578 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:07:59.663 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:07:59.664 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:07:59.755 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:07:59.807 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:07:59.832 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install librados-devel 2024-04-15T21:08:00.325 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:08:00.410 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:08:00.429 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:38 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:00.472 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:08:00.502 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 6/6 2024-04-15T21:08:00.513 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:00.582 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:00.583 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:00.583 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repo Size 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout: librados-devel x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 127 k 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 127 k 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 456 k 2024-04-15T21:08:00.584 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:08:00.593 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:08:00.624 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:08:00.723 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:08:00.770 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:08:00.806 INFO:teuthology.orchestra.run.smithi089.stdout:librados-devel-19.0.0-3084.g87dbfb63.el9.x86_64 571 kB/s | 127 kB 00:00 2024-04-15T21:08:00.806 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:00.806 INFO:teuthology.orchestra.run.smithi089.stdout:Total 568 kB/s | 127 kB 00:00 2024-04-15T21:08:00.806 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:08:00.812 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:08:00.812 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:08:00.868 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:08:00.868 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:08:00.946 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:08:00.970 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:08:01.007 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:08:01.047 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:08:01.113 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:01.378 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 6/6 2024-04-15T21:08:01.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/6 2024-04-15T21:08:01.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:08:01.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:08:01.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:08:01.378 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:08:01.588 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:01.665 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:01.666 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:01.736 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:08:01.852 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:08:01.883 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:01.883 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:01.883 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:08:01.883 INFO:teuthology.orchestra.run.smithi089.stdout: librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:01.883 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:01.883 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:01.942 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-fuse 2024-04-15T21:08:02.132 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install libcephfs2 2024-04-15T21:08:02.520 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:02.672 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:02.673 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:02.673 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:08:02.673 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:02.673 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:08:02.673 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-fuse x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 890 k 2024-04-15T21:08:02.673 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:08:02.673 INFO:teuthology.orchestra.run.smithi169.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:08:02.674 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:02.674 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:08:02.674 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:02.674 INFO:teuthology.orchestra.run.smithi169.stdout:Install 2 Packages 2024-04-15T21:08:02.674 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:02.674 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 969 k 2024-04-15T21:08:02.675 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 2.8 M 2024-04-15T21:08:02.675 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:08:02.737 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:40 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:02.816 INFO:teuthology.orchestra.run.smithi169.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 555 kB/s | 79 kB 00:00 2024-04-15T21:08:02.846 INFO:teuthology.orchestra.run.smithi089.stdout:Package libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:02.901 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:02.902 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:08:02.902 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:02.978 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install libcephfs-devel 2024-04-15T21:08:03.149 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:08:03.358 INFO:teuthology.orchestra.run.smithi169.stdout:(2/2): ceph-fuse-19.0.0-3084.g87dbfb63.el9.x86_ 1.3 MB/s | 890 kB 00:00 2024-04-15T21:08:03.359 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:03.360 INFO:teuthology.orchestra.run.smithi169.stdout:Total 1.4 MB/s | 969 kB 00:00 2024-04-15T21:08:03.360 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:08:03.380 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:08:03.381 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:08:03.454 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:08:03.454 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:08:03.605 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:03.640 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:08:03.761 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:03.761 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:03.761 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repo Size 2024-04-15T21:08:03.761 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:03.761 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:08:03.761 INFO:teuthology.orchestra.run.smithi089.stdout: libcephfs-devel x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 32 k 2024-04-15T21:08:03.761 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:03.762 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:08:03.762 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:03.762 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-15T21:08:03.762 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:03.762 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 32 k 2024-04-15T21:08:03.762 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 142 k 2024-04-15T21:08:03.763 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:08:03.802 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:08:03.884 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/2 2024-04-15T21:08:03.920 INFO:teuthology.orchestra.run.smithi089.stdout:libcephfs-devel-19.0.0-3084.g87dbfb63.el9.x86_6 201 kB/s | 32 kB 00:00 2024-04-15T21:08:03.921 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:03.921 INFO:teuthology.orchestra.run.smithi089.stdout:Total 199 kB/s | 32 kB 00:00 2024-04-15T21:08:03.921 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:08:03.924 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:08:03.925 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:08:03.946 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:08:03.946 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:08:04.083 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:08:04.202 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:04.222 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:08:04.252 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 12/12 2024-04-15T21:08:04.566 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/2 2024-04-15T21:08:04.566 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/2 2024-04-15T21:08:04.575 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:04.858 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:04.858 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:04.858 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:08:04.858 INFO:teuthology.orchestra.run.smithi089.stdout: libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:04.858 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:04.858 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:04.888 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:08:04.888 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:04.888 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:04.888 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:08:04.888 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:04.888 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:05.012 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install librados2 2024-04-15T21:08:05.178 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-volume 2024-04-15T21:08:05.589 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:05.687 INFO:teuthology.orchestra.run.smithi089.stdout:Package librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:05.739 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:05.740 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:08:05.740 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:05.775 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:42 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:05.792 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install librbd1 2024-04-15T21:08:05.938 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:05.939 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:05.939 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-15T21:08:05.939 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-volume noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 264 k 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:05.940 INFO:teuthology.orchestra.run.smithi169.stdout:Install 2 Packages 2024-04-15T21:08:05.941 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:05.941 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 332 k 2024-04-15T21:08:05.941 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 1.5 M 2024-04-15T21:08:05.941 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:08:06.105 INFO:teuthology.orchestra.run.smithi169.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 417 kB/s | 69 kB 00:00 2024-04-15T21:08:06.214 INFO:teuthology.orchestra.run.smithi169.stdout:(2/2): ceph-volume-19.0.0-3084.g87dbfb63.el9.no 964 kB/s | 264 kB 00:00 2024-04-15T21:08:06.215 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:06.215 INFO:teuthology.orchestra.run.smithi169.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-04-15T21:08:06.215 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:08:06.223 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:08:06.224 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:08:06.264 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:08:06.264 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:08:06.367 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:06.411 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:08:06.465 INFO:teuthology.orchestra.run.smithi089.stdout:Package librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:06.517 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:06.518 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:08:06.518 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:06.566 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install python3-rados 2024-04-15T21:08:06.596 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:08:06.641 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2/2 2024-04-15T21:08:06.658 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2/2 2024-04-15T21:08:06.658 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:08:06.658 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:08:06.659 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:06.815 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 12/12 2024-04-15T21:08:06.815 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbf 1/12 2024-04-15T21:08:06.815 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:08:06.816 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:08:07.144 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:07.245 INFO:teuthology.orchestra.run.smithi089.stdout:Package python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:07.245 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:08:07.246 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:07.246 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:07.246 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:08:07.246 INFO:teuthology.orchestra.run.smithi017.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:08:07.246 INFO:teuthology.orchestra.run.smithi017.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:08:07.246 INFO:teuthology.orchestra.run.smithi017.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:07.247 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:07.297 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:07.297 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:08:07.298 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:07.349 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install python3-rgw 2024-04-15T21:08:07.369 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 1/2 2024-04-15T21:08:07.615 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:08:07.713 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:08:07.714 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:07.714 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:07.714 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:08:07.714 INFO:teuthology.orchestra.run.smithi169.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:08:07.714 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:07.714 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:07.926 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:08.022 INFO:teuthology.orchestra.run.smithi089.stdout:Package python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:08.063 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install librados-devel 2024-04-15T21:08:08.074 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:08.075 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:08:08.075 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:08.133 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install python3-cephfs 2024-04-15T21:08:08.209 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:25 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:08.368 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:08.369 INFO:teuthology.orchestra.run.smithi017.stdout:======================================================================================== 2024-04-15T21:08:08.369 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout:======================================================================================== 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-rook noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 49 k 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:08:08.370 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout:======================================================================================== 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout:Install 13 Packages 2024-04-15T21:08:08.371 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:08.372 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 2.0 M 2024-04-15T21:08:08.372 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 26 M 2024-04-15T21:08:08.372 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:08.660 INFO:teuthology.orchestra.run.smithi017.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 200 kB/s | 24 kB 00:00 2024-04-15T21:08:08.666 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:08.677 INFO:teuthology.orchestra.run.smithi017.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 130 kB/s | 18 kB 00:00 2024-04-15T21:08:08.711 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:08.727 INFO:teuthology.orchestra.run.smithi017.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-04-15T21:08:08.753 INFO:teuthology.orchestra.run.smithi017.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T21:08:08.778 INFO:teuthology.orchestra.run.smithi017.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:08:08.795 INFO:teuthology.orchestra.run.smithi017.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-04-15T21:08:08.810 INFO:teuthology.orchestra.run.smithi089.stdout:Package python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:08.822 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:08.823 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:08.823 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repo Size 2024-04-15T21:08:08.823 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:08.823 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:08:08.823 INFO:teuthology.orchestra.run.smithi169.stdout: librados-devel x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 127 k 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 127 k 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 456 k 2024-04-15T21:08:08.824 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:08:08.863 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:08.864 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:08:08.864 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:08.925 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install python3-rbd 2024-04-15T21:08:09.012 INFO:teuthology.orchestra.run.smithi017.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 69 kB/s | 15 kB 00:00 2024-04-15T21:08:09.029 INFO:teuthology.orchestra.run.smithi017.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-04-15T21:08:09.045 INFO:teuthology.orchestra.run.smithi017.stdout:(9/13): ceph-mgr-rook-19.0.0-3084.g87dbfb63.el9 97 kB/s | 49 kB 00:00 2024-04-15T21:08:09.154 INFO:teuthology.orchestra.run.smithi017.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.4 MB/s | 203 kB 00:00 2024-04-15T21:08:09.171 INFO:teuthology.orchestra.run.smithi017.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 471 kB/s | 59 kB 00:00 2024-04-15T21:08:09.196 INFO:teuthology.orchestra.run.smithi017.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2024-04-15T21:08:09.230 INFO:teuthology.orchestra.run.smithi017.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.1 MB/s | 1.0 MB 00:00 2024-04-15T21:08:09.232 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:09.232 INFO:teuthology.orchestra.run.smithi017.stdout:Total 2.4 MB/s | 2.0 MB 00:00 2024-04-15T21:08:09.233 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:09.248 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:09.248 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:09.349 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:09.349 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:09.445 INFO:teuthology.orchestra.run.smithi169.stdout:librados-devel-19.0.0-3084.g87dbfb63.el9.x86_64 204 kB/s | 127 kB 00:00 2024-04-15T21:08:09.445 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:09.446 INFO:teuthology.orchestra.run.smithi169.stdout:Total 204 kB/s | 127 kB 00:00 2024-04-15T21:08:09.446 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:08:09.451 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:08:09.451 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:08:09.499 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:09.508 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:08:09.509 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:08:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Package python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:09.649 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:09.650 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2024-04-15T21:08:09.650 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:09.657 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:08:09.699 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install rbd-fuse 2024-04-15T21:08:09.768 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:09.884 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:10.058 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:08:10.109 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:08:10.164 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:08:10.199 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:08:10.200 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:10.258 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:08:10.275 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:10.354 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:08:10.425 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:10.426 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:10.426 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout: rbd-fuse x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 85 k 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 85 k 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 231 k 2024-04-15T21:08:10.427 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:08:10.465 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:08:10.488 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:10.488 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:10.488 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:10.488 INFO:teuthology.orchestra.run.smithi169.stdout: librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:10.488 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:10.488 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:10.518 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:08:10.757 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install libcephfs2 2024-04-15T21:08:10.999 INFO:teuthology.orchestra.run.smithi089.stdout:rbd-fuse-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 149 kB/s | 85 kB 00:00 2024-04-15T21:08:11.000 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:11.000 INFO:teuthology.orchestra.run.smithi089.stdout:Total 149 kB/s | 85 kB 00:00 2024-04-15T21:08:11.000 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:08:11.007 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:08:11.007 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:08:11.062 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:08:11.063 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:08:11.197 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:08:11.275 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:08:11.296 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:11.331 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:08:11.365 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:08:11.387 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:11.414 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:08:11.451 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 13/13 2024-04-15T21:08:11.493 INFO:teuthology.orchestra.run.smithi169.stdout:Package libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:11.549 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:11.550 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:08:11.550 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:11.626 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install libcephfs-devel 2024-04-15T21:08:11.681 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:11.962 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:11.962 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:08:11.963 INFO:teuthology.orchestra.run.smithi089.stdout: rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:11.963 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:11.963 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:12.235 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:12.241 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install rbd-mirror 2024-04-15T21:08:12.247 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 13/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 1/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:08:12.248 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:08:12.249 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repo Size 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs-devel x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 32 k 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:12.388 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-15T21:08:12.389 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:12.389 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 32 k 2024-04-15T21:08:12.389 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 142 k 2024-04-15T21:08:12.389 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:08:12.602 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:08:12.602 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:12.602 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:12.602 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-rook-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:08:12.603 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:12.604 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:12.607 INFO:teuthology.orchestra.run.smithi169.stdout:libcephfs-devel-19.0.0-3084.g87dbfb63.el9.x86_6 145 kB/s | 32 kB 00:00 2024-04-15T21:08:12.608 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:12.608 INFO:teuthology.orchestra.run.smithi169.stdout:Total 144 kB/s | 32 kB 00:00 2024-04-15T21:08:12.608 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:08:12.612 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:08:12.612 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:08:12.638 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:08:12.638 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:08:12.772 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:08:12.827 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:12.849 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:08:12.871 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:12.986 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:12.987 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:12.987 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repo Size 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout: rbd-mirror x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.1 M 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 3.1 M 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 13 M 2024-04-15T21:08:12.988 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:08:13.282 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:13.459 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:30 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:13.537 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:13.537 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:13.537 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:13.537 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:13.537 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:13.537 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:13.612 INFO:teuthology.orchestra.run.smithi089.stdout:rbd-mirror-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 5.0 MB/s | 3.1 MB 00:00 2024-04-15T21:08:13.612 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:13.613 INFO:teuthology.orchestra.run.smithi089.stdout:Total 4.9 MB/s | 3.1 MB 00:00 2024-04-15T21:08:13.613 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:08:13.620 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout:======================================================================================== 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout:======================================================================================== 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 142 k 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:08:13.621 INFO:teuthology.orchestra.run.smithi017.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:08:13.622 INFO:teuthology.orchestra.run.smithi017.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:08:13.622 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:13.622 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:13.622 INFO:teuthology.orchestra.run.smithi017.stdout:======================================================================================== 2024-04-15T21:08:13.622 INFO:teuthology.orchestra.run.smithi017.stdout:Install 6 Packages 2024-04-15T21:08:13.622 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:13.623 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:08:13.623 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:08:13.623 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 6.8 M 2024-04-15T21:08:13.623 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 33 M 2024-04-15T21:08:13.623 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:13.697 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:08:13.697 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:08:13.713 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install librados2 2024-04-15T21:08:14.119 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:08:14.179 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:14.205 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:14.205 INFO:teuthology.orchestra.run.smithi089.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:08:14.205 INFO:teuthology.orchestra.run.smithi089.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:08:14.205 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:08:14.205 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:08:14.206 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:14.258 INFO:teuthology.orchestra.run.smithi017.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-04-15T21:08:14.293 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:14.300 INFO:teuthology.orchestra.run.smithi017.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3084.g87dbfb63.e 581 kB/s | 142 kB 00:00 2024-04-15T21:08:14.391 INFO:teuthology.orchestra.run.smithi169.stdout:Package librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:14.434 INFO:teuthology.orchestra.run.smithi017.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 5.8 MB 00:00 2024-04-15T21:08:14.443 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:14.444 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:08:14.444 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:14.497 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install librbd1 2024-04-15T21:08:14.592 INFO:teuthology.orchestra.run.smithi017.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 199 kB/s | 58 kB 00:00 2024-04-15T21:08:14.634 INFO:teuthology.orchestra.run.smithi017.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 255 kB/s | 51 kB 00:00 2024-04-15T21:08:14.693 INFO:teuthology.orchestra.run.smithi017.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.2 MB/s | 548 kB 00:00 2024-04-15T21:08:14.694 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:14.694 INFO:teuthology.orchestra.run.smithi017.stdout:Total 6.3 MB/s | 6.8 MB 00:01 2024-04-15T21:08:14.708 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:14.718 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:14.719 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:14.811 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:14.812 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:15.077 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:15.116 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:15.177 INFO:teuthology.orchestra.run.smithi169.stdout:Package librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:15.229 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:15.230 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:08:15.230 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:15.280 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install python3-rados 2024-04-15T21:08:15.289 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:08:15.329 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:15.329 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:15.329 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:08:15.330 INFO:teuthology.orchestra.run.smithi089.stdout: rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:15.330 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:15.330 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:15.336 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:08:15.599 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum -y install rbd-nbd 2024-04-15T21:08:15.860 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:15.885 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:08:15.960 INFO:teuthology.orchestra.run.smithi169.stdout:Package python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:15.965 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:08:16.012 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:16.013 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:08:16.014 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:16.036 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:08:16.064 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install python3-rgw 2024-04-15T21:08:16.065 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 6/6 2024-04-15T21:08:16.187 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 09:06:22 PM UTC. 2024-04-15T21:08:16.340 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-15T21:08:16.341 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:16.341 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-04-15T21:08:16.341 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:16.341 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-15T21:08:16.341 INFO:teuthology.orchestra.run.smithi089.stdout: rbd-nbd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 171 k 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 171 k 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 494 k 2024-04-15T21:08:16.342 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-15T21:08:16.646 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:16.709 INFO:teuthology.orchestra.run.smithi089.stdout:rbd-nbd-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 467 kB/s | 171 kB 00:00 2024-04-15T21:08:16.709 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:16.709 INFO:teuthology.orchestra.run.smithi089.stdout:Total 466 kB/s | 171 kB 00:00 2024-04-15T21:08:16.710 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-15T21:08:16.717 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-15T21:08:16.718 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-15T21:08:16.746 INFO:teuthology.orchestra.run.smithi169.stdout:Package python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:16.774 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-15T21:08:16.774 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-15T21:08:16.799 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:16.800 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:08:16.800 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:16.838 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 6/6 2024-04-15T21:08:16.838 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 1/6 2024-04-15T21:08:16.839 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:08:16.839 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:08:16.839 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:08:16.839 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:08:16.850 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install python3-cephfs 2024-04-15T21:08:16.920 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-15T21:08:17.032 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:17.138 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-cephadm-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:17.139 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:17.381 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-fuse 2024-04-15T21:08:17.420 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:17.433 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:17.533 INFO:teuthology.orchestra.run.smithi169.stdout:Package python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:17.586 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:17.586 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:08:17.587 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:17.638 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install python3-rbd 2024-04-15T21:08:17.704 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:17.704 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:17.704 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-15T21:08:17.704 INFO:teuthology.orchestra.run.smithi089.stdout: rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:17.705 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-15T21:08:17.705 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-15T21:08:17.948 DEBUG:teuthology.parallel:result is None 2024-04-15T21:08:17.971 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:34 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:18.129 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:18.130 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:18.130 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:08:18.130 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:18.130 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:18.130 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-fuse x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 890 k 2024-04-15T21:08:18.130 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:08:18.130 INFO:teuthology.orchestra.run.smithi017.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:08:18.131 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:18.131 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:18.131 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:18.131 INFO:teuthology.orchestra.run.smithi017.stdout:Install 2 Packages 2024-04-15T21:08:18.131 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:18.131 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 969 k 2024-04-15T21:08:18.131 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 2.8 M 2024-04-15T21:08:18.132 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:18.220 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:18.252 INFO:teuthology.orchestra.run.smithi017.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 650 kB/s | 79 kB 00:00 2024-04-15T21:08:18.320 INFO:teuthology.orchestra.run.smithi169.stdout:Package python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:18.371 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:18.372 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-15T21:08:18.372 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:18.423 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install rbd-fuse 2024-04-15T21:08:18.769 INFO:teuthology.orchestra.run.smithi017.stdout:(2/2): ceph-fuse-19.0.0-3084.g87dbfb63.el9.x86_ 1.4 MB/s | 890 kB 00:00 2024-04-15T21:08:18.771 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:18.771 INFO:teuthology.orchestra.run.smithi017.stdout:Total 1.5 MB/s | 969 kB 00:00 2024-04-15T21:08:18.771 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:18.794 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:18.794 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:18.870 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:18.870 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:19.001 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:19.053 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:19.154 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:19.154 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:19.154 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2024-04-15T21:08:19.154 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout: rbd-fuse x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 85 k 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:19.155 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 85 k 2024-04-15T21:08:19.156 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 231 k 2024-04-15T21:08:19.156 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:08:19.209 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:08:19.280 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/2 2024-04-15T21:08:19.677 INFO:teuthology.orchestra.run.smithi169.stdout:rbd-fuse-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 163 kB/s | 85 kB 00:00 2024-04-15T21:08:19.678 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:19.678 INFO:teuthology.orchestra.run.smithi169.stdout:Total 163 kB/s | 85 kB 00:00 2024-04-15T21:08:19.678 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:08:19.685 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:08:19.685 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:08:19.741 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:08:19.742 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:08:19.879 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:08:19.991 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:20.012 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2/2 2024-04-15T21:08:20.012 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/2 2024-04-15T21:08:20.304 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:08:20.305 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:20.305 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:20.305 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:08:20.305 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:20.305 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:20.450 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:20.610 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install ceph-volume 2024-04-15T21:08:20.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:20.726 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:20.726 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:20.726 INFO:teuthology.orchestra.run.smithi169.stdout: rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:20.726 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:20.726 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:20.985 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install rbd-mirror 2024-04-15T21:08:21.206 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:38 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:21.364 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:21.365 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:21.365 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-04-15T21:08:21.365 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:21.365 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:21.365 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-volume noarch 2:19.0.0-3084.g87dbfb63.el9 ceph-noarch 264 k 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout:Install 2 Packages 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:21.366 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 332 k 2024-04-15T21:08:21.367 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 1.5 M 2024-04-15T21:08:21.367 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:21.583 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:21.651 INFO:teuthology.orchestra.run.smithi017.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 241 kB/s | 69 kB 00:00 2024-04-15T21:08:21.737 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repo Size 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout: rbd-mirror x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.1 M 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:21.738 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 3.1 M 2024-04-15T21:08:21.739 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 13 M 2024-04-15T21:08:21.739 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:08:21.885 INFO:teuthology.orchestra.run.smithi017.stdout:(2/2): ceph-volume-19.0.0-3084.g87dbfb63.el9.no 509 kB/s | 264 kB 00:00 2024-04-15T21:08:21.886 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:21.887 INFO:teuthology.orchestra.run.smithi017.stdout:Total 638 kB/s | 332 kB 00:00 2024-04-15T21:08:21.887 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:21.896 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:21.896 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:21.936 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:21.937 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:22.089 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:22.130 INFO:teuthology.orchestra.run.smithi169.stdout:rbd-mirror-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-04-15T21:08:22.131 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:22.132 INFO:teuthology.orchestra.run.smithi169.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-04-15T21:08:22.132 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:08:22.141 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:08:22.141 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:08:22.214 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:08:22.214 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:08:22.283 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:08:22.312 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2/2 2024-04-15T21:08:22.328 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2/2 2024-04-15T21:08:22.328 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:08:22.329 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:08:22.329 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:22.637 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:08:22.714 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:22.740 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:22.740 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:08:22.741 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:08:22.741 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:08:22.741 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:08:22.741 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:23.031 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 1/2 2024-04-15T21:08:23.381 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:08:23.381 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:23.381 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:23.381 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-volume-2:19.0.0-3084.g87dbfb63.el9.noarch 2024-04-15T21:08:23.381 INFO:teuthology.orchestra.run.smithi017.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:08:23.381 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:23.381 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:23.693 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install librados-devel 2024-04-15T21:08:23.952 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:23.952 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:23.952 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:23.952 INFO:teuthology.orchestra.run.smithi169.stdout: rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:23.952 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:23.952 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:24.234 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install rbd-nbd 2024-04-15T21:08:24.307 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:24.467 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:24.468 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:24.468 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repo Size 2024-04-15T21:08:24.468 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:24.468 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:24.468 INFO:teuthology.orchestra.run.smithi017.stdout: librados-devel x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 127 k 2024-04-15T21:08:24.468 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:24.469 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:24.469 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:24.469 INFO:teuthology.orchestra.run.smithi017.stdout:Install 1 Package 2024-04-15T21:08:24.469 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:24.469 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 127 k 2024-04-15T21:08:24.469 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 456 k 2024-04-15T21:08:24.469 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:24.699 INFO:teuthology.orchestra.run.smithi017.stdout:librados-devel-19.0.0-3084.g87dbfb63.el9.x86_64 550 kB/s | 127 kB 00:00 2024-04-15T21:08:24.700 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:24.700 INFO:teuthology.orchestra.run.smithi017.stdout:Total 546 kB/s | 127 kB 00:00 2024-04-15T21:08:24.700 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:24.706 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:24.706 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:24.765 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:24.766 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:24.832 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 09:06:23 PM UTC. 2024-04-15T21:08:24.910 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:24.983 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-15T21:08:24.984 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:24.984 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2024-04-15T21:08:24.984 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:24.984 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-15T21:08:24.984 INFO:teuthology.orchestra.run.smithi169.stdout: rbd-nbd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 171 k 2024-04-15T21:08:24.984 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:24.985 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-15T21:08:24.985 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-15T21:08:24.985 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-15T21:08:24.985 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:24.985 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 171 k 2024-04-15T21:08:24.985 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 494 k 2024-04-15T21:08:24.985 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-15T21:08:25.002 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:25.326 INFO:teuthology.orchestra.run.smithi169.stdout:rbd-nbd-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 502 kB/s | 171 kB 00:00 2024-04-15T21:08:25.327 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:25.327 INFO:teuthology.orchestra.run.smithi169.stdout:Total 500 kB/s | 171 kB 00:00 2024-04-15T21:08:25.327 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-15T21:08:25.334 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-15T21:08:25.334 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-15T21:08:25.390 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-15T21:08:25.391 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-15T21:08:25.450 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:25.536 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-15T21:08:25.640 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:25.725 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:25.725 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:25.725 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:25.725 INFO:teuthology.orchestra.run.smithi017.stdout: librados-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:25.725 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:25.725 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:25.955 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install libcephfs2 2024-04-15T21:08:26.098 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:26.412 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:26.412 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:26.412 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-15T21:08:26.412 INFO:teuthology.orchestra.run.smithi169.stdout: rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:26.413 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:08:26.413 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-15T21:08:26.551 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:26.646 DEBUG:teuthology.parallel:result is None 2024-04-15T21:08:26.655 INFO:teuthology.orchestra.run.smithi017.stdout:Package libcephfs2-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:26.712 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:26.713 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:08:26.713 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:26.773 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install libcephfs-devel 2024-04-15T21:08:27.364 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:27.523 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:27.523 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repo Size 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: libcephfs-devel x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 32 k 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Install 1 Package 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 32 k 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 142 k 2024-04-15T21:08:27.524 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:27.937 INFO:teuthology.orchestra.run.smithi017.stdout:libcephfs-devel-19.0.0-3084.g87dbfb63.el9.x86_6 77 kB/s | 32 kB 00:00 2024-04-15T21:08:27.938 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:27.938 INFO:teuthology.orchestra.run.smithi017.stdout:Total 77 kB/s | 32 kB 00:00 2024-04-15T21:08:27.938 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:27.941 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:27.941 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:27.966 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:27.967 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:28.079 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:28.179 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:28.551 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:28.811 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:28.812 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:28.812 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:28.812 INFO:teuthology.orchestra.run.smithi017.stdout: libcephfs-devel-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:28.812 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:28.812 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:28.949 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install librados2 2024-04-15T21:08:29.538 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:29.640 INFO:teuthology.orchestra.run.smithi017.stdout:Package librados2-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:29.695 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:29.696 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:08:29.696 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:29.749 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install librbd1 2024-04-15T21:08:30.341 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:30.444 INFO:teuthology.orchestra.run.smithi017.stdout:Package librbd1-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:30.499 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:30.500 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:08:30.500 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:30.549 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install python3-rados 2024-04-15T21:08:31.139 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:31.243 INFO:teuthology.orchestra.run.smithi017.stdout:Package python3-rados-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:31.299 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:31.300 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:08:31.300 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:31.349 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install python3-rgw 2024-04-15T21:08:31.939 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:32.041 INFO:teuthology.orchestra.run.smithi017.stdout:Package python3-rgw-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:32.097 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:32.098 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:08:32.098 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:32.153 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install python3-cephfs 2024-04-15T21:08:32.746 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:32.848 INFO:teuthology.orchestra.run.smithi017.stdout:Package python3-cephfs-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:32.904 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:32.905 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:08:32.905 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:32.957 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install python3-rbd 2024-04-15T21:08:33.544 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:33.647 INFO:teuthology.orchestra.run.smithi017.stdout:Package python3-rbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 is already installed. 2024-04-15T21:08:33.702 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:33.769 INFO:teuthology.orchestra.run.smithi017.stdout:Nothing to do. 2024-04-15T21:08:33.769 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:33.769 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install rbd-fuse 2024-04-15T21:08:34.359 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:34.516 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:34.517 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout: Package Architecture Version Repository Size 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout: rbd-fuse x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 85 k 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:Install 1 Package 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 85 k 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 231 k 2024-04-15T21:08:34.518 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:34.723 INFO:teuthology.orchestra.run.smithi017.stdout:rbd-fuse-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 415 kB/s | 85 kB 00:00 2024-04-15T21:08:34.724 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:34.724 INFO:teuthology.orchestra.run.smithi017.stdout:Total 413 kB/s | 85 kB 00:00 2024-04-15T21:08:34.724 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:34.732 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:34.732 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:34.790 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:34.790 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:34.939 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:35.050 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:35.429 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:35.717 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:35.717 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:35.717 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:35.717 INFO:teuthology.orchestra.run.smithi017.stdout: rbd-fuse-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:35.717 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:35.717 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:35.933 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install rbd-mirror 2024-04-15T21:08:36.524 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:36.682 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:36.683 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:36.683 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repo Size 2024-04-15T21:08:36.683 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:36.683 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:36.683 INFO:teuthology.orchestra.run.smithi017.stdout: rbd-mirror x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 3.1 M 2024-04-15T21:08:36.683 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:36.684 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:36.684 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:36.684 INFO:teuthology.orchestra.run.smithi017.stdout:Install 1 Package 2024-04-15T21:08:36.684 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:36.684 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 3.1 M 2024-04-15T21:08:36.684 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 13 M 2024-04-15T21:08:36.684 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:37.801 INFO:teuthology.orchestra.run.smithi017.stdout:rbd-mirror-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 2.8 MB/s | 3.1 MB 00:01 2024-04-15T21:08:37.802 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:37.803 INFO:teuthology.orchestra.run.smithi017.stdout:Total 2.8 MB/s | 3.1 MB 00:01 2024-04-15T21:08:37.803 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:37.814 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:37.815 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:37.895 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:37.896 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:38.341 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:38.402 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:38.428 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:38.428 INFO:teuthology.orchestra.run.smithi017.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:08:38.428 INFO:teuthology.orchestra.run.smithi017.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:08:38.428 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:08:38.428 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:08:38.428 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:39.609 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:39.609 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:39.609 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:39.609 INFO:teuthology.orchestra.run.smithi017.stdout: rbd-mirror-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:39.609 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:39.609 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:39.867 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum -y install rbd-nbd 2024-04-15T21:08:40.463 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 09:06:43 PM UTC. 2024-04-15T21:08:40.621 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout: Package Architecture Version Repository Size 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout: rbd-nbd x86_64 2:19.0.0-3084.g87dbfb63.el9 ceph 171 k 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout:Install 1 Package 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:40.622 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 171 k 2024-04-15T21:08:40.623 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 494 k 2024-04-15T21:08:40.623 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-04-15T21:08:40.855 INFO:teuthology.orchestra.run.smithi017.stdout:rbd-nbd-19.0.0-3084.g87dbfb63.el9.x86_64.rpm 737 kB/s | 171 kB 00:00 2024-04-15T21:08:40.856 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:08:40.856 INFO:teuthology.orchestra.run.smithi017.stdout:Total 732 kB/s | 171 kB 00:00 2024-04-15T21:08:40.856 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-04-15T21:08:40.865 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-04-15T21:08:40.865 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-04-15T21:08:40.924 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-04-15T21:08:40.924 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-04-15T21:08:41.075 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-04-15T21:08:41.174 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:41.594 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:41.869 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 1/1 2024-04-15T21:08:41.869 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:41.869 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-04-15T21:08:41.870 INFO:teuthology.orchestra.run.smithi017.stdout: rbd-nbd-2:19.0.0-3084.g87dbfb63.el9.x86_64 2024-04-15T21:08:41.870 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:08:41.870 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-04-15T21:08:42.112 DEBUG:teuthology.parallel:result is None 2024-04-15T21:08:42.113 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:08:42.333 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:08:42.354 INFO:teuthology.orchestra.run.smithi017.stdout:19.0.0-3084.g87dbfb63.el9 2024-04-15T21:08:42.354 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3084.g87dbfb63.el9 2024-04-15T21:08:42.355 INFO:teuthology.task.install:The correct ceph version 19.0.0-3084.g87dbfb63 is installed. 2024-04-15T21:08:42.357 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:08:42.497 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:08:42.523 INFO:teuthology.orchestra.run.smithi089.stdout:19.0.0-3084.g87dbfb63.el9 2024-04-15T21:08:42.523 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3084.g87dbfb63.el9 2024-04-15T21:08:42.523 INFO:teuthology.task.install:The correct ceph version 19.0.0-3084.g87dbfb63 is installed. 2024-04-15T21:08:42.525 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:08:42.670 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:08:42.695 INFO:teuthology.orchestra.run.smithi169.stdout:19.0.0-3084.g87dbfb63.el9 2024-04-15T21:08:42.695 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3084.g87dbfb63.el9 2024-04-15T21:08:42.695 INFO:teuthology.task.install:The correct ceph version 19.0.0-3084.g87dbfb63 is installed. 2024-04-15T21:08:42.697 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T21:08:42.697 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:08:42.697 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:08:42.727 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:08:42.727 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:08:42.761 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:08:42.761 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:08:42.794 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T21:08:42.794 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:08:42.794 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:08:42.822 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:08:42.890 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:08:42.890 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:08:42.923 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:08:42.995 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:08:42.995 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:08:43.029 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:08:43.100 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T21:08:43.100 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:08:43.100 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:08:43.129 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:08:43.198 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:08:43.198 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:08:43.227 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:08:43.296 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:08:43.296 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:08:43.325 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:08:43.394 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T21:08:43.395 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:08:43.395 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:08:43.424 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:08:43.493 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:08:43.493 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:08:43.522 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:08:43.591 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:08:43.591 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:08:43.620 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:08:43.690 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T21:08:43.800 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29'} 2024-04-15T21:08:43.801 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:08:43.801 INFO:tasks.cephadm:Cluster fsid is 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:08:43.801 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T21:08:43.801 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.17', 'mon.b': '172.21.15.89', 'mon.c': '172.21.15.169'} 2024-04-15T21:08:43.802 INFO:tasks.cephadm:First mon is mon.a on smithi017 2024-04-15T21:08:43.802 INFO:tasks.cephadm:First mgr is a 2024-04-15T21:08:43.802 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T21:08:43.802 DEBUG:teuthology.orchestra.run.smithi017:> sudo hostname $(hostname -s) 2024-04-15T21:08:43.833 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-04-15T21:08:43.861 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2024-04-15T21:08:43.890 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T21:08:43.890 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:08:44.128 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '87dbfb632e974cb2c28d17423071d2d833b53b29', '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/54897/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3084-g87dbfb63', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3084.g87dbfb63'}, 'url': 'https://3.chacra.ceph.com/r/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:30:23.821701', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-15T21:08:44.268 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref main, sha1 87dbfb632e974cb2c28d17423071d2d833b53b29 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:08:44.270 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/x86_64/flavors/default/cephadm 2024-04-15T21:08:44.270 DEBUG:teuthology.orchestra.run.smithi017:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:45.439 INFO:teuthology.orchestra.run.smithi017.stdout:-rw-r--r--. 1 ubuntu ubuntu 781490 Apr 15 21:08 /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:45.440 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:46.869 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-r--r--. 1 ubuntu ubuntu 781490 Apr 15 21:08 /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:46.869 DEBUG:teuthology.orchestra.run.smithi169:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/main/87dbfb632e974cb2c28d17423071d2d833b53b29/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:48.094 INFO:teuthology.orchestra.run.smithi169.stdout:-rw-r--r--. 1 ubuntu ubuntu 781490 Apr 15 21:08 /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:48.095 DEBUG:teuthology.orchestra.run.smithi017:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:48.114 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:48.134 DEBUG:teuthology.orchestra.run.smithi169:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:08:48.167 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 on all hosts... 2024-04-15T21:08:48.167 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T21:08:48.170 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T21:08:48.177 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 pull 2024-04-15T21:08:48.968 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T21:08:49.033 INFO:teuthology.orchestra.run.smithi169.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T21:08:49.116 INFO:teuthology.orchestra.run.smithi017.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T21:09:31.489 INFO:teuthology.orchestra.run.smithi169.stdout:{ 2024-04-15T21:09:31.490 INFO:teuthology.orchestra.run.smithi169.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T21:09:31.490 INFO:teuthology.orchestra.run.smithi169.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T21:09:31.490 INFO:teuthology.orchestra.run.smithi169.stdout: "repo_digests": [ 2024-04-15T21:09:31.490 INFO:teuthology.orchestra.run.smithi169.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T21:09:31.490 INFO:teuthology.orchestra.run.smithi169.stdout: ] 2024-04-15T21:09:31.490 INFO:teuthology.orchestra.run.smithi169.stdout:} 2024-04-15T21:09:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-04-15T21:09:31.984 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T21:09:31.984 INFO:teuthology.orchestra.run.smithi017.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T21:09:31.984 INFO:teuthology.orchestra.run.smithi017.stdout: "repo_digests": [ 2024-04-15T21:09:31.984 INFO:teuthology.orchestra.run.smithi017.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T21:09:31.984 INFO:teuthology.orchestra.run.smithi017.stdout: ] 2024-04-15T21:09:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-04-15T21:09:34.889 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-04-15T21:09:34.889 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev)", 2024-04-15T21:09:34.889 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b", 2024-04-15T21:09:34.890 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2024-04-15T21:09:34.890 INFO:teuthology.orchestra.run.smithi089.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f" 2024-04-15T21:09:34.890 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2024-04-15T21:09:34.890 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-04-15T21:09:34.913 DEBUG:teuthology.orchestra.run.smithi017:> sudo mkdir -p /etc/ceph 2024-04-15T21:09:34.949 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-04-15T21:09:34.980 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /etc/ceph 2024-04-15T21:09:35.017 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 777 /etc/ceph 2024-04-15T21:09:35.049 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-04-15T21:09:35.079 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 777 /etc/ceph 2024-04-15T21:09:35.112 INFO:tasks.cephadm:Writing seed config... 2024-04-15T21:09:35.114 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-15T21:09:35.114 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-15T21:09:35.114 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-15T21:09:35.114 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-15T21:09:35.114 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-15T21:09:35.115 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-15T21:09:35.115 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-15T21:09:35.115 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-15T21:09:35.116 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-15T21:09:35.117 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:09:35.117 DEBUG:teuthology.orchestra.run.smithi017:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-15T21:09:35.133 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 = 577e88c6-fb6c-11ee-bc8f-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-15T21:09:35.134 DEBUG:teuthology.orchestra.run.smithi017:mon.a> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service 2024-04-15T21:09:35.177 DEBUG:teuthology.orchestra.run.smithi017:mgr.a> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.a.service 2024-04-15T21:09:35.220 INFO:tasks.cephadm:Bootstrapping... 2024-04-15T21:09:35.221 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 -v bootstrap --fsid 577e88c6-fb6c-11ee-bc8f-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.17 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:09:35.420 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:09:35.420 INFO:teuthology.orchestra.run.smithi017.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29', '-v', 'bootstrap', '--fsid', '577e88c6-fb6c-11ee-bc8f-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.17', '--skip-admin-label'] 2024-04-15T21:09:35.420 INFO:teuthology.orchestra.run.smithi017.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-15T21:09:35.421 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying podman|docker is present... 2024-04-15T21:09:35.445 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-15T21:09:35.445 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying lvm2 is present... 2024-04-15T21:09:35.445 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying time synchronization is in place... 2024-04-15T21:09:35.453 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-15T21:09:35.453 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-15T21:09:35.459 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-15T21:09:35.459 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-04-15T21:09:35.465 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout enabled 2024-04-15T21:09:35.472 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout active 2024-04-15T21:09:35.472 INFO:teuthology.orchestra.run.smithi017.stdout:Unit chronyd.service is enabled and running 2024-04-15T21:09:35.472 INFO:teuthology.orchestra.run.smithi017.stdout:Repeating the final host check... 2024-04-15T21:09:35.496 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-15T21:09:35.496 INFO:teuthology.orchestra.run.smithi017.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-15T21:09:35.496 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl is present 2024-04-15T21:09:35.496 INFO:teuthology.orchestra.run.smithi017.stdout:lvcreate is present 2024-04-15T21:09:35.502 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-15T21:09:35.503 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-15T21:09:35.509 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-15T21:09:35.509 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-04-15T21:09:35.515 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout enabled 2024-04-15T21:09:35.522 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout active 2024-04-15T21:09:35.522 INFO:teuthology.orchestra.run.smithi017.stdout:Unit chronyd.service is enabled and running 2024-04-15T21:09:35.522 INFO:teuthology.orchestra.run.smithi017.stdout:Host looks OK 2024-04-15T21:09:35.522 INFO:teuthology.orchestra.run.smithi017.stdout:Cluster fsid: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:35.522 INFO:teuthology.orchestra.run.smithi017.stdout:Acquiring lock 139708887770016 on /run/cephadm/577e88c6-fb6c-11ee-bc8f-c7b262605968.lock 2024-04-15T21:09:35.522 INFO:teuthology.orchestra.run.smithi017.stdout:Lock 139708887770016 acquired on /run/cephadm/577e88c6-fb6c-11ee-bc8f-c7b262605968.lock 2024-04-15T21:09:35.523 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying IP 172.21.15.17 port 3300 ... 2024-04-15T21:09:35.523 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying IP 172.21.15.17 port 6789 ... 2024-04-15T21:09:35.523 INFO:teuthology.orchestra.run.smithi017.stdout:Base mon IP(s) is [172.21.15.17:3300, 172.21.15.17:6789], mon addrv is [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-04-15T21:09:35.525 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.17 metric 100 2024-04-15T21:09:35.525 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.17 metric 100 2024-04-15T21:09:35.528 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-15T21:09:35.528 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-15T21:09:35.528 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-15T21:09:35.531 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-15T21:09:35.531 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-15T21:09:35.531 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-15T21:09:35.532 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-15T21:09:35.532 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe59:d992/64 scope link noprefixroute 2024-04-15T21:09:35.532 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-15T21:09:35.533 INFO:teuthology.orchestra.run.smithi017.stdout:Mon IP `172.21.15.17` is in CIDR network `172.21.0.0/20` 2024-04-15T21:09:35.533 INFO:teuthology.orchestra.run.smithi017.stdout:Mon IP `172.21.15.17` is in CIDR network `172.21.0.0/20` 2024-04-15T21:09:35.533 INFO:teuthology.orchestra.run.smithi017.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-15T21:09:35.533 INFO:teuthology.orchestra.run.smithi017.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-15T21:09:35.533 INFO:teuthology.orchestra.run.smithi017.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T21:09:36.011 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stdout a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b 2024-04-15T21:09:36.011 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29... 2024-04-15T21:09:36.012 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Getting image source signatures 2024-04-15T21:09:36.012 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Copying blob sha256:db6600fab110490d8983f9c48773b7ad292dbf67136d909afa3b973b354a77e9 2024-04-15T21:09:36.012 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Copying blob sha256:9793b5b5582798bde394f4383d142e9f248a25e4ebfd72ee05ea9ec6251a877d 2024-04-15T21:09:36.012 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Copying config sha256:a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b 2024-04-15T21:09:36.012 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-15T21:09:36.958 INFO:teuthology.orchestra.run.smithi017.stdout:ceph: stdout ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev) 2024-04-15T21:09:36.958 INFO:teuthology.orchestra.run.smithi017.stdout:Ceph version: ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev) 2024-04-15T21:09:36.959 INFO:teuthology.orchestra.run.smithi017.stdout:Extracting ceph user uid/gid from container image... 2024-04-15T21:09:37.861 INFO:teuthology.orchestra.run.smithi017.stdout:stat: stdout 167 167 2024-04-15T21:09:37.861 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial keys... 2024-04-15T21:09:38.755 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQCSlx1m3YvfChAARsB+hqx7obUE6QLJTOp80A== 2024-04-15T21:09:39.763 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQCTlx1mTaW3BRAAmZTVN7Qp7hEb+xVt3pvZLA== 2024-04-15T21:09:40.741 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQCUlx1mxt0eAhAAQJ4gXC2P3xCNIwg4VLQ3dA== 2024-04-15T21:09:40.742 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial monmap... 2024-04-15T21:09:41.606 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-15T21:09:41.606 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-15T21:09:41.606 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:41.606 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-15T21:09:41.606 INFO:teuthology.orchestra.run.smithi017.stdout:monmaptool for a [v2:172.21.15.17:3300,v1:172.21.15.17:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-15T21:09:41.607 INFO:teuthology.orchestra.run.smithi017.stdout:setting min_mon_release = quincy 2024-04-15T21:09:41.607 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: set fsid to 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:41.607 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-15T21:09:41.607 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:09:41.607 INFO:teuthology.orchestra.run.smithi017.stdout:Creating mon... 2024-04-15T21:09:42.461 INFO:teuthology.orchestra.run.smithi017.stdout:create mon.a on 2024-04-15T21:09:42.671 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-15T21:09:42.818 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-15T21:09:43.003 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968.target → /etc/systemd/system/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968.target. 2024-04-15T21:09:43.003 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968.target → /etc/systemd/system/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968.target. 2024-04-15T21:09:43.231 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a 2024-04-15T21:09:43.231 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to reset failed state of unit ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service: Unit ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service not loaded. 2024-04-15T21:09:43.397 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968.target.wants/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service → /etc/systemd/system/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@.service. 2024-04-15T21:09:44.154 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T21:09:44.155 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-04-15T21:09:44.162 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T21:09:44.162 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-04-15T21:09:44.162 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-04-15T21:09:44.162 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to enable service . firewalld.service is not available 2024-04-15T21:09:44.163 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mon to start... 2024-04-15T21:09:44.163 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mon... 2024-04-15T21:09:44.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 systemd[1]: Started Ceph mon.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:09:45.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-15T21:09:45.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: monmap epoch 1 2024-04-15T21:09:45.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:45.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: last_changed 2024-04-15T21:09:41.089826+0000 2024-04-15T21:09:45.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:09:45.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: min_mon_release 19 (squid) 2024-04-15T21:09:45.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: election_strategy: 1 2024-04-15T21:09:45.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:09:45.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: fsmap 2024-04-15T21:09:45.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: osdmap e1: 0 total, 0 up, 0 in 2024-04-15T21:09:45.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:44 smithi017 ceph-mon[29303]: mgrmap e1: no daemons active 2024-04-15T21:09:47.441 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:47 smithi017 ceph-mon[29303]: from='client.? 172.21.15.17:0/1124767888' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout cluster: 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout id: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout services: 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 3s) 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-15T21:09:53.094 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout data: 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout pgs: 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:mon is available 2024-04-15T21:09:53.095 INFO:teuthology.orchestra.run.smithi017.stdout:Assimilating anything we can from ceph.conf... 2024-04-15T21:09:55.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:55 smithi017 ceph-mon[29303]: from='client.? 172.21.15.17:0/2862066326' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-15T21:09:55.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:55 smithi017 ceph-mon[29303]: from='client.? 172.21.15.17:0/2862066326' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-15T21:09:55.952 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:09:55.952 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [global] 2024-04-15T21:09:55.952 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout fsid = 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:55.952 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-04-15T21:09:55.952 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [osd] 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-15T21:09:55.953 INFO:teuthology.orchestra.run.smithi017.stdout:Generating new minimal ceph.conf... 2024-04-15T21:09:56.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:56 smithi017 ceph-mon[29303]: from='client.? 172.21.15.17:0/1331817628' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:09:56.982 INFO:teuthology.orchestra.run.smithi017.stdout:Restarting the monitor... 2024-04-15T21:09:57.259 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:57 smithi017 systemd[1]: Stopping Ceph mon.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:09:57.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:57 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a[29299]: 2024-04-15T21:09:57.263+0000 7f9bdfbfd700 -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-04-15T21:09:57.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:57 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a[29299]: 2024-04-15T21:09:57.263+0000 7f9bdfbfd700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-15T21:09:57.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:57 smithi017 podman[29549]: 2024-04-15 21:09:57.417750154 +0000 UTC m=+0.262381187 container died d7704803b617d926bb566551a10b0a9b6f8c4e965192405f0bb88df279a47c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, RELEASE=main-87dbfb6, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-04-15T21:09:57.916 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:57 smithi017 podman[29549]: 2024-04-15 21:09:57.730342311 +0000 UTC m=+0.574973345 container cleanup d7704803b617d926bb566551a10b0a9b6f8c4e965192405f0bb88df279a47c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, RELEASE=main-87dbfb6, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-15T21:09:57.917 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:57 smithi017 bash[29549]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a 2024-04-15T21:09:58.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:57 smithi017 podman[29564]: 2024-04-15 21:09:57.922946009 +0000 UTC m=+0.505935245 container remove d7704803b617d926bb566551a10b0a9b6f8c4e965192405f0bb88df279a47c44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240409, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-87dbfb6, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-15T21:09:58.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 systemd[1]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-15T21:09:58.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 systemd[1]: Stopped Ceph mon.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:09:58.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 systemd[1]: Starting Ceph mon.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:09:58.592 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 podman[29660]: 2024-04-15 21:09:58.250981562 +0000 UTC m=+0.017408530 image pull a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:09:58.593 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 podman[29660]: 2024-04-15 21:09:58.348924344 +0000 UTC m=+0.115351311 container create 50f7b003139a5c8d4d621b95aac698fe184274c28c1f67dba99a3952c91052e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=main-87dbfb6, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-15T21:09:58.593 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 podman[29660]: 2024-04-15 21:09:58.568168479 +0000 UTC m=+0.334595447 container init 50f7b003139a5c8d4d621b95aac698fe184274c28c1f67dba99a3952c91052e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, ceph=True, org.label-schema.schema-version=1.0, RELEASE=main-87dbfb6, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-04-15T21:09:58.593 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 podman[29660]: 2024-04-15 21:09:58.57137209 +0000 UTC m=+0.337799058 container start 50f7b003139a5c8d4d621b95aac698fe184274c28c1f67dba99a3952c91052e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-87dbfb6, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409) 2024-04-15T21:09:58.593 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: set uid:gid to 167:167 (ceph:ceph) 2024-04-15T21:09:58.593 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: ceph version 19.0.0-3084-g87dbfb63 (87dbfb632e974cb2c28d17423071d2d833b53b29) squid (dev), process ceph-mon, pid 2 2024-04-15T21:09:58.593 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: pidfile_write: ignore empty --pid-file 2024-04-15T21:09:58.593 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: load: jerasure load: lrc 2024-04-15T21:09:58.649 INFO:teuthology.orchestra.run.smithi017.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-15T21:09:58.882 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: RocksDB version: 7.9.2 2024-04-15T21:09:58.882 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Git sha 0 2024-04-15T21:09:58.882 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: DB SUMMARY 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: DB Session ID: JDXRP6CK58Y352JRTZQH 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: CURRENT file: CURRENT 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: IDENTITY file: IDENTITY 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89402 ; 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.error_if_exists: 0 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.create_if_missing: 0 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.paranoid_checks: 1 2024-04-15T21:09:58.883 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.env: 0x558924b8ecc0 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.fs: PosixFileSystem 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.info_log: 0x558925b61c20 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_file_opening_threads: 16 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.statistics: (nil) 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.use_fsync: 0 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_log_file_size: 0 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T21:09:58.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.keep_log_file_num: 1000 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.recycle_log_file_num: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.allow_fallocate: 1 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.allow_mmap_reads: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.allow_mmap_writes: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.use_direct_reads: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.create_missing_column_families: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.db_log_dir: 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.wal_dir: 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T21:09:58.885 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T21:09:58.889 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.advise_random_on_open: 1 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.db_write_buffer_size: 0 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.write_buffer_manager: 0x558925b301e0 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.rate_limiter: (nil) 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.wal_recovery_mode: 2 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.enable_thread_tracking: 0 2024-04-15T21:09:58.890 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.enable_pipelined_write: 0 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.unordered_write: 0 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.row_cache: None 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.wal_filter: None 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.allow_ingest_behind: 0 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.two_write_queues: 0 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.manual_wal_flush: 0 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.wal_compression: 0 2024-04-15T21:09:58.891 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.atomic_flush: 0 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.log_readahead_size: 0 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.best_efforts_recovery: 0 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.allow_data_in_errors: 0 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.db_host_id: __hostname__ 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T21:09:58.892 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_background_jobs: 2 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_background_compactions: -1 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_subcompactions: 1 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_total_wal_size: 0 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_open_files: -1 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bytes_per_sync: 0 2024-04-15T21:09:58.893 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_readahead_size: 0 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_background_flushes: -1 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Compression algorithms supported: 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kZSTD supported: 0 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kXpressCompression supported: 0 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kLZ4HCCompression supported: 1 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kZlibCompression supported: 1 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kSnappyCompression supported: 1 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kLZ4Compression supported: 1 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: kBZip2Compression supported: 0 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T21:09:58.894 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.merge_operator: 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_filter: None 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_filter_factory: None 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.sst_partitioner_factory: None 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558925b61de0) 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout: cache_index_and_filter_blocks: 1 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T21:09:58.895 INFO:journalctl@ceph.mon.a.smithi017.stdout: pin_top_level_index_and_filter: 1 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: index_type: 0 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: data_block_index_type: 0 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: index_shortening: 1 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: checksum: 4 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: no_block_cache: 0 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache: 0x558925b63090 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache_name: BinnedLRUCache 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache_options: 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: capacity : 536870912 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: num_shard_bits : 4 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: strict_capacity_limit : 0 2024-04-15T21:09:58.896 INFO:journalctl@ceph.mon.a.smithi017.stdout: high_pri_pool_ratio: 0.000 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache_compressed: (nil) 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: persistent_cache: (nil) 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_size: 4096 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_size_deviation: 10 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_restart_interval: 16 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: index_block_restart_interval: 1 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: metadata_block_size: 4096 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: partition_filters: 0 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: use_delta_encoding: 1 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: filter_policy: bloomfilter 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: whole_key_filtering: 1 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: verify_compression: 0 2024-04-15T21:09:58.897 INFO:journalctl@ceph.mon.a.smithi017.stdout: read_amp_bytes_per_bit: 0 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout: format_version: 5 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout: enable_index_compression: 1 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_align: 0 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout: max_auto_readahead_size: 262144 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout: prepopulate_block_cache: 0 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout: initial_auto_readahead_size: 8192 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout: num_file_reads_for_auto_readahead: 2 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.write_buffer_size: 33554432 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_write_buffer_number: 2 2024-04-15T21:09:58.898 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression: NoCompression 2024-04-15T21:09:58.899 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression: Disabled 2024-04-15T21:09:58.899 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.prefix_extractor: nullptr 2024-04-15T21:09:58.899 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T21:09:58.899 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.num_levels: 7 2024-04-15T21:09:58.899 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T21:09:58.899 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T21:09:58.899 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.level: 32767 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.strategy: 0 2024-04-15T21:09:58.900 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.enabled: false 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.target_file_size_base: 67108864 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T21:09:58.901 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.arena_block_size: 1048576 2024-04-15T21:09:58.902 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.disable_auto_compactions: 0 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T21:09:58.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.inplace_update_support: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.bloom_locality: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.max_successive_merges: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.paranoid_file_checks: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.force_consistency_checks: 1 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.report_bg_io_stats: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.ttl: 2592000 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T21:09:58.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.enable_blob_files: false 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.min_blob_size: 0 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.blob_file_size: 268435456 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.blob_file_starting_level: 0 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-15T21:09:58.905 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 79dc86f0-be6b-46f8-b257-41d794b8aa09 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713215398601016, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713215398601872, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85908, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 264, "table_properties": {"data_size": 84037, "index_size": 255, "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": 10231, "raw_average_key_size": 46, "raw_value_size": 78199, "raw_average_value_size": 357, "num_data_blocks": 12, "num_entries": 219, "num_filter_entries": 219, "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": 1713215398, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "79dc86f0-be6b-46f8-b257-41d794b8aa09", "db_session_id": "JDXRP6CK58Y352JRTZQH", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713215398601956, "job": 1, "event": "recovery_finished"} 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558925c50000 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: DB pointer 0x558925c3a000 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T21:09:58.906 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** DB Stats ** 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.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-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.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-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** Compaction Stats [default] ** 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.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-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T21:09:58.907 INFO:journalctl@ceph.mon.a.smithi017.stdout: L0 2/0 85.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: Sum 2/0 85.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.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 154.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** Compaction Stats [default] ** 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.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-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.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 154.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T21:09:58.908 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: Cumulative compaction: 0.00 GB write, 27.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: Interval compaction: 0.00 GB write, 27.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.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-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: Block cache BinnedLRUCache@0x558925b63090#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-04-15T21:09:58.909 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: starting mon.a rank 0 at public addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] at bind addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???) e1 preinit fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???).mds e1 new map 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???).mds e1 print_map 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.stdout: e1 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-15T21:09:58.910 INFO:journalctl@ceph.mon.a.smithi017.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-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout: legacy client fscid: -1 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout: No filesystems configured 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 bash[29660]: 50f7b003139a5c8d4d621b95aac698fe184274c28c1f67dba99a3952c91052e7 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 systemd[1]: Started Ceph mon.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-15T21:09:58.911 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: monmap epoch 1 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: last_changed 2024-04-15T21:09:41.089826+0000 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: min_mon_release 19 (squid) 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: election_strategy: 1 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: fsmap 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: osdmap e1: 0 total, 0 up, 0 in 2024-04-15T21:09:58.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:09:58 smithi017 ceph-mon[29678]: mgrmap e1: no daemons active 2024-04-15T21:09:59.729 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-15T21:09:59.751 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:09:59.751 INFO:teuthology.orchestra.run.smithi017.stdout:Creating mgr... 2024-04-15T21:09:59.752 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-15T21:09:59.752 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-15T21:10:00.012 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.a 2024-04-15T21:10:00.012 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to reset failed state of unit ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.a.service: Unit ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.a.service not loaded. 2024-04-15T21:10:00.162 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968.target.wants/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@.service. 2024-04-15T21:10:00.441 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:00 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/3690091510' entity='client.admin' 2024-04-15T21:10:00.441 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:00 smithi017 podman[29894]: 2024-04-15 21:10:00.310430239 +0000 UTC m=+0.017665141 image pull a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 2024-04-15T21:10:01.370 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:01 smithi017 podman[29894]: 2024-04-15 21:10:01.09923817 +0000 UTC m=+0.806473059 container create bb2aacacd9cca9e8be18b365f5ef239e848c95b55010dfc91a541071e34e1cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=main-87dbfb6, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240409, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-15T21:10:01.370 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:01 smithi017 podman[29894]: 2024-04-15 21:10:01.301634127 +0000 UTC m=+1.008869016 container init bb2aacacd9cca9e8be18b365f5ef239e848c95b55010dfc91a541071e34e1cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-04-15T21:10:01.370 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:01 smithi017 podman[29894]: 2024-04-15 21:10:01.304764564 +0000 UTC m=+1.011999454 container start bb2aacacd9cca9e8be18b365f5ef239e848c95b55010dfc91a541071e34e1cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, RELEASE=main-87dbfb6, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409) 2024-04-15T21:10:01.384 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T21:10:01.384 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-04-15T21:10:01.392 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T21:10:01.392 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-04-15T21:10:01.392 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-04-15T21:10:01.392 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to enable service . firewalld.service is not available 2024-04-15T21:10:01.401 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T21:10:01.401 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-04-15T21:10:01.409 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T21:10:01.409 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-04-15T21:10:01.409 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-04-15T21:10:01.409 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-15T21:10:01.409 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr to start... 2024-04-15T21:10:01.409 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr... 2024-04-15T21:10:01.625 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:01 smithi017 bash[29894]: bb2aacacd9cca9e8be18b365f5ef239e848c95b55010dfc91a541071e34e1cc8 2024-04-15T21:10:01.625 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:01 smithi017 systemd[1]: Started Ceph mgr.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:10:02.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:01 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1656044626' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T21:10:02.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:01 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:01.880+0000 7fb355e63200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T21:10:02.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:01 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:01.980+0000 7fb355e63200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "577e88c6-fb6c-11ee-bc8f-c7b262605968", 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:02.557 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T21:10:02.558 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:02.559 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T21:10:02.559 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T21:10:02.559 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T21:10:02.559 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T21:10:02.559 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T21:10:02.559 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T21:10:02.565 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T21:10:02.566 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T21:09:43.897074+0000", 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:02.567 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T21:10:02.568 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:02.568 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (1/15)... 2024-04-15T21:10:02.886 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:02.653+0000 7fb355e63200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T21:10:02.886 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:02.748+0000 7fb355e63200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T21:10:03.186 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:02.891+0000 7fb355e63200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T21:10:03.186 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:02.991+0000 7fb355e63200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T21:10:03.186 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:03 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:03.077+0000 7fb355e63200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T21:10:03.441 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:03 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:03.356+0000 7fb355e63200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T21:10:03.835 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:03 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:03.471+0000 7fb355e63200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T21:10:03.835 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:03 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:03.561+0000 7fb355e63200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T21:10:03.835 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:03 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:03.660+0000 7fb355e63200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T21:10:03.835 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:03 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:03.840+0000 7fb355e63200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T21:10:04.941 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:04 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:04.850+0000 7fb355e63200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T21:10:05.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:05 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1144006260' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T21:10:05.328 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:04 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:04.986+0000 7fb355e63200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T21:10:05.329 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:05.333+0000 7fb355e63200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T21:10:05.623 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:05.425+0000 7fb355e63200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T21:10:05.623 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:05.628+0000 7fb355e63200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:10:05.810 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "577e88c6-fb6c-11ee-bc8f-c7b262605968", 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T21:10:05.814 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:05.815 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T21:10:05.815 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:05.815 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T21:10:05.815 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T21:10:05.815 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T21:10:05.819 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T21:10:05.820 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T21:09:43.897074+0000", 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:05.821 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (2/15)... 2024-04-15T21:10:05.941 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:05.818+0000 7fb355e63200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T21:10:06.368 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:06 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:06.110+0000 7fb355e63200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:10:06.368 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:06 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:06.373+0000 7fb355e63200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T21:10:06.691 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:06 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:06.617+0000 7fb355e63200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T21:10:07.691 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:07 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:07.444+0000 7fb355e63200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T21:10:08.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:08 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:08.032+0000 7fb355e63200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T21:10:08.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:08 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:08.132+0000 7fb355e63200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T21:10:08.638 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:08 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1437516909' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T21:10:08.639 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:08 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:08.359+0000 7fb355e63200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T21:10:08.923 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:10:08.923 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:08.923 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "577e88c6-fb6c-11ee-bc8f-c7b262605968", 2024-04-15T21:10:08.923 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T21:10:08.923 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T21:10:08.923 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T21:10:08.923 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T21:10:08.924 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:08.924 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T21:10:08.924 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T21:10:08.924 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-04-15T21:10:08.924 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:08.924 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T21:10:08.925 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T21:10:08.926 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:08.927 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T21:09:43.897074+0000", 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:08.928 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (3/15)... 2024-04-15T21:10:09.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: Activating manager daemon a 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: mgrmap e2: a(active, starting, since 0.00283004s) 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: Manager daemon a is now available 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' 2024-04-15T21:10:09.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T21:10:09.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' 2024-04-15T21:10:09.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:09 smithi017 ceph-mon[29678]: from='mgr.14100 172.21.15.17:0/3169667910' entity='mgr.a' 2024-04-15T21:10:10.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:10 smithi017 ceph-mon[29678]: mgrmap e3: a(active, since 1.00687s) 2024-04-15T21:10:11.658 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:11 smithi017 ceph-mon[29678]: mgrmap e4: a(active, since 2s) 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "577e88c6-fb6c-11ee-bc8f-c7b262605968", 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-15T21:10:12.254 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:12.255 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-15T21:10:12.256 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-15T21:10:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-04-15T21:09:43.897074+0000", 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:12.258 INFO:teuthology.orchestra.run.smithi017.stdout:mgr is available 2024-04-15T21:10:12.565 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:12 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/3632558074' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-15T21:10:13.441 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:13 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/38746566' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-15T21:10:13.441 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:13 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/38746566' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-15T21:10:13.455 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:10:13.455 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [global] 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout fsid = 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [osd] 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-15T21:10:13.456 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling cephadm module... 2024-04-15T21:10:14.674 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:14 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1980491647' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-15T21:10:14.675 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:14 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ignoring --setuser ceph since I am not root 2024-04-15T21:10:14.675 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:14 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ignoring --setgroup ceph since I am not root 2024-04-15T21:10:15.244 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:14 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:14.955+0000 7f6a33564200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T21:10:15.244 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:15 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:15.053+0000 7f6a33564200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T21:10:15.623 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:15 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1980491647' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-15T21:10:15.623 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:15 smithi017 ceph-mon[29678]: mgrmap e5: a(active, since 6s) 2024-04-15T21:10:15.907 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:15 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:15.729+0000 7f6a33564200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T21:10:15.907 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:15 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:15.824+0000 7f6a33564200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T21:10:16.157 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:15 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:15.970+0000 7f6a33564200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T21:10:16.157 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:16.069+0000 7f6a33564200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T21:10:16.157 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:16.155+0000 7f6a33564200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T21:10:16.160 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:16.160 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-15T21:10:16.160 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T21:10:16.160 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-15T21:10:16.160 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-15T21:10:16.160 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:16.160 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for the mgr to restart... 2024-04-15T21:10:16.161 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr epoch 5... 2024-04-15T21:10:16.432 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/3846687307' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-15T21:10:16.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:16.437+0000 7f6a33564200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T21:10:16.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:16.552+0000 7f6a33564200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T21:10:16.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:16.642+0000 7f6a33564200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T21:10:17.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:16.740+0000 7f6a33564200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T21:10:17.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:16 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:16.931+0000 7f6a33564200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T21:10:18.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:17 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:17.922+0000 7f6a33564200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T21:10:18.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:18 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:18.056+0000 7f6a33564200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T21:10:18.686 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:18 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:18.395+0000 7f6a33564200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T21:10:18.686 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:18 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:18.488+0000 7f6a33564200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T21:10:18.686 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:18 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:18.691+0000 7f6a33564200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:10:18.941 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:18 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:18.882+0000 7f6a33564200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T21:10:19.432 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:19 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:19.175+0000 7f6a33564200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:10:19.432 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:19 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:19.437+0000 7f6a33564200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T21:10:19.691 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:19 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:19.682+0000 7f6a33564200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T21:10:20.941 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:20 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:20.515+0000 7f6a33564200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T21:10:21.418 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:21.098+0000 7f6a33564200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T21:10:21.418 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:21.199+0000 7f6a33564200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T21:10:21.418 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:21.422+0000 7f6a33564200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T21:10:21.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: Active manager daemon a restarted 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: Activating manager daemon a 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: osdmap e2: 0 total, 0 up, 0 in 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: mgrmap e6: a(active, starting, since 0.0031114s) 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: Manager daemon a is now available 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:21.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:21.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:21.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:21.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T21:10:21.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:21 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T21:10:22.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:22 smithi017 ceph-mon[29678]: Found migration_current of "None". Setting to last migration. 2024-04-15T21:10:22.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:22 smithi017 ceph-mon[29678]: mgrmap e7: a(active, since 1.00559s) 2024-04-15T21:10:22.999 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:22.999 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-15T21:10:23.000 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-15T21:10:23.000 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:23.000 INFO:teuthology.orchestra.run.smithi017.stdout:mgr epoch 5 is available 2024-04-15T21:10:23.000 INFO:teuthology.orchestra.run.smithi017.stdout:Setting orchestrator backend to cephadm... 2024-04-15T21:10:23.638 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:23 smithi017 ceph-mon[29678]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-15T21:10:23.641 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:23 smithi017 ceph-mon[29678]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-15T21:10:24.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:24 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:24.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:24 smithi017 ceph-mon[29678]: mgrmap e8: a(active, since 2s) 2024-04-15T21:10:24.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:24 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:24.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:24 smithi017 ceph-mon[29678]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:24.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:24 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:24.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:24 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:25.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-15T21:10:25.337 INFO:teuthology.orchestra.run.smithi017.stdout:Generating ssh key... 2024-04-15T21:10:25.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:25 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:24] ENGINE Bus STARTING 2024-04-15T21:10:25.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:25 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:24] ENGINE Serving on http://172.21.15.17:8765 2024-04-15T21:10:25.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:25 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:24] ENGINE Serving on https://172.21.15.17:7150 2024-04-15T21:10:25.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:25 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:24] ENGINE Bus STARTED 2024-04-15T21:10:25.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:25 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:25.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:25 smithi017 ceph-mon[29678]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:26.692 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: Generating public/private rsa key pair. 2024-04-15T21:10:26.692 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: Your identification has been saved in /tmp/tmp3athx8ps/key. 2024-04-15T21:10:26.692 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: Your public key has been saved in /tmp/tmp3athx8ps/key.pub. 2024-04-15T21:10:26.692 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: The key fingerprint is: 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: SHA256:fALTHMlKIKqTEOhZcqWvwV2b3E6FEFEJKpV4KJUCIaI ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: The key's randomart image is: 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: +---[RSA 3072]----+ 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: |O.o.*+.**o. | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: |=* Boooo+o. | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: |E Bo.oooo. . | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: |o+. + +++ . | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: |+ o o +So. | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: | . o oo | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: | . . | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: | | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: | | 2024-04-15T21:10:26.693 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:26 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: +----[SHA256]-----+ 2024-04-15T21:10:27.580 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:27 smithi017 ceph-mon[29678]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:27.580 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:27 smithi017 ceph-mon[29678]: Generating ssh key... 2024-04-15T21:10:27.581 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:27 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:27.581 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:27 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:28.040 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAtoG8tgugRsWHTYmfymcKHqxo+R5yuFOW+H8jWnkaE4NM9hvnCeB5fwK68XFFtZjMSQFjvROWO76tqO7/BmDTWNNf7sWEV64vy0P6oA6RB6PcIRaHT+pH6WbN9TLFc4W3TyWyUv11KTIh9nXaOvTPfNHTO2zIv4eBHaIZEwKU3ikgp0S2O8sxc6aRZx1kjy+KwWHOehQhsGB1M2snotWi3WnHpKZac0Rm01Helplu/rmnpdX74lgE4J5JQXwYCP+Vx43xtjz2sbGHLYt/Z+N6mw+Q/CAAoHsP9LK43rAj8F3otw9JFZ7AdoMqYyJoubrsoqgWNyO5XNgZC+2QPMrgWnU2bpwCcfgve+6Lav/nltCP6/eOpVBHPqX3TWTQGW4mh6czNso7APlEyoHWEhifvZWIsvGzik3TPY7Ar/j3JoucHXHqpm3+erF9hmk6XUuKPm5hZXRUUvv41v1mofp05OjSzGw3jBfsUbkFkqxpZCHM+kZY3ERWlY8saORcyBU= ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:10:28.040 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-15T21:10:28.041 INFO:teuthology.orchestra.run.smithi017.stdout:Adding key to root@localhost authorized_keys... 2024-04-15T21:10:28.041 INFO:teuthology.orchestra.run.smithi017.stdout:Adding host smithi017... 2024-04-15T21:10:28.657 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:28 smithi017 ceph-mon[29678]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:29.487 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:29 smithi017 ceph-mon[29678]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi017", "addr": "172.21.15.17", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:29.487 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:29 smithi017 ceph-mon[29678]: Deploying cephadm binary to smithi017 2024-04-15T21:10:33.623 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Added host 'smithi017' with addr '172.21.15.17' 2024-04-15T21:10:33.624 INFO:teuthology.orchestra.run.smithi017.stdout:Deploying unmanaged mon service... 2024-04-15T21:10:34.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:34 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:34.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:34 smithi017 ceph-mon[29678]: Added host smithi017 2024-04-15T21:10:34.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:34 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:34.907 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-15T21:10:34.907 INFO:teuthology.orchestra.run.smithi017.stdout:Deploying unmanaged mgr service... 2024-04-15T21:10:35.501 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:35 smithi017 ceph-mon[29678]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:35.501 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:35 smithi017 ceph-mon[29678]: Saving service mon spec with placement count:5 2024-04-15T21:10:35.501 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:35 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:37.135 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-15T21:10:37.191 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:37 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:37.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:37 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:37.192 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:37 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:38.442 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:38 smithi017 ceph-mon[29678]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:38.442 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:38 smithi017 ceph-mon[29678]: Saving service mgr spec with placement count:2 2024-04-15T21:10:38.442 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:38 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/3626226862' entity='client.admin' 2024-04-15T21:10:39.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:39 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:39.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:39 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:39.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:39 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:10:39.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:39 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' 2024-04-15T21:10:39.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:39 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-04-15T21:10:39.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:39 smithi017 ceph-mon[29678]: from='mgr.14120 172.21.15.17:0/564050596' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]': finished 2024-04-15T21:10:39.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:39 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/2761094119' entity='client.admin' 2024-04-15T21:10:39.993 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling the dashboard module... 2024-04-15T21:10:40.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:40 smithi017 ceph-mon[29678]: Deploying daemon agent.smithi017 on smithi017 2024-04-15T21:10:41.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:41 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1418338706' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-15T21:10:41.864 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:41 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ignoring --setuser ceph since I am not root 2024-04-15T21:10:41.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:41 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ignoring --setgroup ceph since I am not root 2024-04-15T21:10:42.442 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:42.137+0000 7f2ba9c37200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T21:10:42.442 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:42.237+0000 7f2ba9c37200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T21:10:42.821 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:42 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1418338706' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-15T21:10:42.821 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:42 smithi017 ceph-mon[29678]: mgrmap e9: a(active, since 20s) 2024-04-15T21:10:43.146 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:42.918+0000 7f2ba9c37200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T21:10:43.146 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.013+0000 7f2ba9c37200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T21:10:43.414 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.164+0000 7f2ba9c37200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T21:10:43.414 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.263+0000 7f2ba9c37200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T21:10:43.414 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.349+0000 7f2ba9c37200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T21:10:43.465 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:43.466 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-15T21:10:43.466 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-15T21:10:43.466 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-15T21:10:43.466 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-15T21:10:43.466 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:43.466 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for the mgr to restart... 2024-04-15T21:10:43.466 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr epoch 9... 2024-04-15T21:10:43.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/202798602' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-15T21:10:43.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.631+0000 7f2ba9c37200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T21:10:44.022 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.747+0000 7f2ba9c37200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T21:10:44.022 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.839+0000 7f2ba9c37200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T21:10:44.023 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:43 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:43.938+0000 7f2ba9c37200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T21:10:44.442 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:44 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:44.122+0000 7f2ba9c37200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T21:10:45.442 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:45 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:45.119+0000 7f2ba9c37200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T21:10:45.442 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:45 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:45.254+0000 7f2ba9c37200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T21:10:45.900 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:45 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:45.609+0000 7f2ba9c37200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T21:10:45.900 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:45 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:45.701+0000 7f2ba9c37200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T21:10:45.900 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:45 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:45.904+0000 7f2ba9c37200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:10:46.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:46 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:46.095+0000 7f2ba9c37200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T21:10:46.651 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:46 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:46.391+0000 7f2ba9c37200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:10:46.651 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:46 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:46.655+0000 7f2ba9c37200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T21:10:46.941 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:46 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:46.901+0000 7f2ba9c37200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T21:10:48.191 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:47 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:47.734+0000 7f2ba9c37200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T21:10:48.641 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:48.319+0000 7f2ba9c37200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T21:10:48.641 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:48.420+0000 7f2ba9c37200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T21:10:48.641 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:10:48.646+0000 7f2ba9c37200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: Active manager daemon a restarted 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: Activating manager daemon a 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: osdmap e3: 0 total, 0 up, 0 in 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: mgrmap e10: a(active, starting, since 0.00305595s) 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T21:10:48.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T21:10:48.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T21:10:48.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: Manager daemon a is now available 2024-04-15T21:10:48.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:48.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:49.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T21:10:49.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T21:10:49.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:49 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:49] ENGINE Bus STARTING 2024-04-15T21:10:49.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:49 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:49] ENGINE Serving on https://172.21.15.17:7150 2024-04-15T21:10:49.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:49 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:49] ENGINE Serving on http://172.21.15.17:8765 2024-04-15T21:10:49.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:49 smithi017 ceph-mon[29678]: [15/Apr/2024:21:10:49] ENGINE Bus STARTED 2024-04-15T21:10:49.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:49 smithi017 ceph-mon[29678]: mgrmap e11: a(active, since 1.0061s) 2024-04-15T21:10:50.417 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-04-15T21:10:50.418 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-15T21:10:50.418 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-15T21:10:50.418 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-04-15T21:10:50.418 INFO:teuthology.orchestra.run.smithi017.stdout:mgr epoch 9 is available 2024-04-15T21:10:50.418 INFO:teuthology.orchestra.run.smithi017.stdout:Generating a dashboard self-signed certificate... 2024-04-15T21:10:51.699 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-15T21:10:51.700 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial admin user... 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:51.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:52.877 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:52 smithi017 ceph-mon[29678]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:52.878 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:52 smithi017 ceph-mon[29678]: Deploying daemon agent.smithi017 on smithi017 2024-04-15T21:10:52.878 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:52 smithi017 ceph-mon[29678]: mgrmap e12: a(active, since 2s) 2024-04-15T21:10:53.231 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$mDUiuW9EQaLbDetiuwM27eCfwnfHri6hGliOSMNij9q6bcO1mi6UW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713215452, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-15T21:10:53.231 INFO:teuthology.orchestra.run.smithi017.stdout:Fetching dashboard port number... 2024-04-15T21:10:53.851 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:53 smithi017 ceph-mon[29678]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:10:53.851 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:54.412 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 8443 2024-04-15T21:10:54.421 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-15T21:10:54.421 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-04-15T21:10:54.429 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-15T21:10:54.429 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-04-15T21:10:54.429 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-04-15T21:10:54.429 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-15T21:10:54.431 INFO:teuthology.orchestra.run.smithi017.stdout:Ceph Dashboard is now available at: 2024-04-15T21:10:54.431 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:54.431 INFO:teuthology.orchestra.run.smithi017.stdout: URL: https://smithi017.front.sepia.ceph.com:8443/ 2024-04-15T21:10:54.431 INFO:teuthology.orchestra.run.smithi017.stdout: User: admin 2024-04-15T21:10:54.431 INFO:teuthology.orchestra.run.smithi017.stdout: Password: w49k9laubn 2024-04-15T21:10:54.432 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:54.432 INFO:teuthology.orchestra.run.smithi017.stdout:Saving cluster configuration to /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config directory 2024-04-15T21:10:54.432 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling autotune for osd_memory_target 2024-04-15T21:10:54.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:54 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/28701703' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-15T21:10:56.814 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:56 smithi017 ceph-mon[29678]: mgrmap e13: a(active, since 6s) 2024-04-15T21:10:56.814 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:56 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/2311713965' entity='client.admin' 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout:Or, if you are only running a single cluster on this host: 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.817 INFO:teuthology.orchestra.run.smithi017.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout: ceph telemetry on 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout:For more information see: 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:10:56.818 INFO:teuthology.orchestra.run.smithi017.stdout:Bootstrap complete. 2024-04-15T21:10:56.864 INFO:tasks.cephadm:Fetching config... 2024-04-15T21:10:56.865 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:10:56.865 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-15T21:10:56.881 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-15T21:10:56.881 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:10:56.881 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-15T21:10:56.936 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-15T21:10:56.936 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:10:56.937 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-15T21:10:57.090 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-15T21:10:57.090 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:10:57.090 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-15T21:10:57.154 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-15T21:10:57.154 DEBUG:teuthology.orchestra.run.smithi017:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAtoG8tgugRsWHTYmfymcKHqxo+R5yuFOW+H8jWnkaE4NM9hvnCeB5fwK68XFFtZjMSQFjvROWO76tqO7/BmDTWNNf7sWEV64vy0P6oA6RB6PcIRaHT+pH6WbN9TLFc4W3TyWyUv11KTIh9nXaOvTPfNHTO2zIv4eBHaIZEwKU3ikgp0S2O8sxc6aRZx1kjy+KwWHOehQhsGB1M2snotWi3WnHpKZac0Rm01Helplu/rmnpdX74lgE4J5JQXwYCP+Vx43xtjz2sbGHLYt/Z+N6mw+Q/CAAoHsP9LK43rAj8F3otw9JFZ7AdoMqYyJoubrsoqgWNyO5XNgZC+2QPMrgWnU2bpwCcfgve+6Lav/nltCP6/eOpVBHPqX3TWTQGW4mh6czNso7APlEyoHWEhifvZWIsvGzik3TPY7Ar/j3JoucHXHqpm3+erF9hmk6XUuKPm5hZXRUUvv41v1mofp05OjSzGw3jBfsUbkFkqxpZCHM+kZY3ERWlY8saORcyBU= ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T21:10:57.288 INFO:teuthology.orchestra.run.smithi017.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAtoG8tgugRsWHTYmfymcKHqxo+R5yuFOW+H8jWnkaE4NM9hvnCeB5fwK68XFFtZjMSQFjvROWO76tqO7/BmDTWNNf7sWEV64vy0P6oA6RB6PcIRaHT+pH6WbN9TLFc4W3TyWyUv11KTIh9nXaOvTPfNHTO2zIv4eBHaIZEwKU3ikgp0S2O8sxc6aRZx1kjy+KwWHOehQhsGB1M2snotWi3WnHpKZac0Rm01Helplu/rmnpdX74lgE4J5JQXwYCP+Vx43xtjz2sbGHLYt/Z+N6mw+Q/CAAoHsP9LK43rAj8F3otw9JFZ7AdoMqYyJoubrsoqgWNyO5XNgZC+2QPMrgWnU2bpwCcfgve+6Lav/nltCP6/eOpVBHPqX3TWTQGW4mh6czNso7APlEyoHWEhifvZWIsvGzik3TPY7Ar/j3JoucHXHqpm3+erF9hmk6XUuKPm5hZXRUUvv41v1mofp05OjSzGw3jBfsUbkFkqxpZCHM+kZY3ERWlY8saORcyBU= ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:10:57.304 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAtoG8tgugRsWHTYmfymcKHqxo+R5yuFOW+H8jWnkaE4NM9hvnCeB5fwK68XFFtZjMSQFjvROWO76tqO7/BmDTWNNf7sWEV64vy0P6oA6RB6PcIRaHT+pH6WbN9TLFc4W3TyWyUv11KTIh9nXaOvTPfNHTO2zIv4eBHaIZEwKU3ikgp0S2O8sxc6aRZx1kjy+KwWHOehQhsGB1M2snotWi3WnHpKZac0Rm01Helplu/rmnpdX74lgE4J5JQXwYCP+Vx43xtjz2sbGHLYt/Z+N6mw+Q/CAAoHsP9LK43rAj8F3otw9JFZ7AdoMqYyJoubrsoqgWNyO5XNgZC+2QPMrgWnU2bpwCcfgve+6Lav/nltCP6/eOpVBHPqX3TWTQGW4mh6czNso7APlEyoHWEhifvZWIsvGzik3TPY7Ar/j3JoucHXHqpm3+erF9hmk6XUuKPm5hZXRUUvv41v1mofp05OjSzGw3jBfsUbkFkqxpZCHM+kZY3ERWlY8saORcyBU= ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T21:10:57.354 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAtoG8tgugRsWHTYmfymcKHqxo+R5yuFOW+H8jWnkaE4NM9hvnCeB5fwK68XFFtZjMSQFjvROWO76tqO7/BmDTWNNf7sWEV64vy0P6oA6RB6PcIRaHT+pH6WbN9TLFc4W3TyWyUv11KTIh9nXaOvTPfNHTO2zIv4eBHaIZEwKU3ikgp0S2O8sxc6aRZx1kjy+KwWHOehQhsGB1M2snotWi3WnHpKZac0Rm01Helplu/rmnpdX74lgE4J5JQXwYCP+Vx43xtjz2sbGHLYt/Z+N6mw+Q/CAAoHsP9LK43rAj8F3otw9JFZ7AdoMqYyJoubrsoqgWNyO5XNgZC+2QPMrgWnU2bpwCcfgve+6Lav/nltCP6/eOpVBHPqX3TWTQGW4mh6czNso7APlEyoHWEhifvZWIsvGzik3TPY7Ar/j3JoucHXHqpm3+erF9hmk6XUuKPm5hZXRUUvv41v1mofp05OjSzGw3jBfsUbkFkqxpZCHM+kZY3ERWlY8saORcyBU= ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:10:57.370 DEBUG:teuthology.orchestra.run.smithi169:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAtoG8tgugRsWHTYmfymcKHqxo+R5yuFOW+H8jWnkaE4NM9hvnCeB5fwK68XFFtZjMSQFjvROWO76tqO7/BmDTWNNf7sWEV64vy0P6oA6RB6PcIRaHT+pH6WbN9TLFc4W3TyWyUv11KTIh9nXaOvTPfNHTO2zIv4eBHaIZEwKU3ikgp0S2O8sxc6aRZx1kjy+KwWHOehQhsGB1M2snotWi3WnHpKZac0Rm01Helplu/rmnpdX74lgE4J5JQXwYCP+Vx43xtjz2sbGHLYt/Z+N6mw+Q/CAAoHsP9LK43rAj8F3otw9JFZ7AdoMqYyJoubrsoqgWNyO5XNgZC+2QPMrgWnU2bpwCcfgve+6Lav/nltCP6/eOpVBHPqX3TWTQGW4mh6czNso7APlEyoHWEhifvZWIsvGzik3TPY7Ar/j3JoucHXHqpm3+erF9hmk6XUuKPm5hZXRUUvv41v1mofp05OjSzGw3jBfsUbkFkqxpZCHM+kZY3ERWlY8saORcyBU= ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-15T21:10:57.422 INFO:teuthology.orchestra.run.smithi169.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAtoG8tgugRsWHTYmfymcKHqxo+R5yuFOW+H8jWnkaE4NM9hvnCeB5fwK68XFFtZjMSQFjvROWO76tqO7/BmDTWNNf7sWEV64vy0P6oA6RB6PcIRaHT+pH6WbN9TLFc4W3TyWyUv11KTIh9nXaOvTPfNHTO2zIv4eBHaIZEwKU3ikgp0S2O8sxc6aRZx1kjy+KwWHOehQhsGB1M2snotWi3WnHpKZac0Rm01Helplu/rmnpdX74lgE4J5JQXwYCP+Vx43xtjz2sbGHLYt/Z+N6mw+Q/CAAoHsP9LK43rAj8F3otw9JFZ7AdoMqYyJoubrsoqgWNyO5XNgZC+2QPMrgWnU2bpwCcfgve+6Lav/nltCP6/eOpVBHPqX3TWTQGW4mh6czNso7APlEyoHWEhifvZWIsvGzik3TPY7Ar/j3JoucHXHqpm3+erF9hmk6XUuKPm5hZXRUUvv41v1mofp05OjSzGw3jBfsUbkFkqxpZCHM+kZY3ERWlY8saORcyBU= ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:10:57.438 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-15T21:10:57.825 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:10:58.485 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:58.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:58 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:59.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:59.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:10:59.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:59 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1763853421' entity='client.admin' 2024-04-15T21:10:59.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:10:59.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:10:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:01.170 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-15T21:11:01.170 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-15T21:11:01.632 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:11:02.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:02.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:05.034 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:05.034 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:05.034 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:05.034 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:05.034 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:05.034 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:05.034 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:05.035 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:04 smithi017 ceph-mon[29678]: Updating smithi017:/etc/ceph/ceph.conf 2024-04-15T21:11:05.062 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi089 2024-04-15T21:11:05.063 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:11:05.063 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.conf 2024-04-15T21:11:05.083 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:11:05.083 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:05.141 INFO:tasks.cephadm:Adding host smithi089 to orchestrator... 2024-04-15T21:11:05.142 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch host add smithi089 2024-04-15T21:11:05.389 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:11:06.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:06 smithi017 ceph-mon[29678]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:06.654 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:06 smithi017 ceph-mon[29678]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:06.654 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:06 smithi017 ceph-mon[29678]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:11:06.654 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:06.654 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:06.654 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:07.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:07 smithi017 ceph-mon[29678]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:08.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:08 smithi017 ceph-mon[29678]: Deploying cephadm binary to smithi089 2024-04-15T21:11:09.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:09 smithi017 ceph-mon[29678]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:11.509 INFO:teuthology.orchestra.run.smithi017.stdout:Added host 'smithi089' with addr '172.21.15.89' 2024-04-15T21:11:12.049 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch host ls --format=json 2024-04-15T21:11:12.311 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:11:12.534 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:12 smithi017 ceph-mon[29678]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:12.534 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:12.534 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:12 smithi017 ceph-mon[29678]: Added host smithi089 2024-04-15T21:11:12.534 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:12.534 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]: dispatch 2024-04-15T21:11:13.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]': finished 2024-04-15T21:11:14.091 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:11:14.091 INFO:teuthology.orchestra.run.smithi017.stdout:[{"addr": "172.21.15.17", "hostname": "smithi017", "labels": [], "status": ""}, {"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}] 2024-04-15T21:11:14.685 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:14 smithi017 ceph-mon[29678]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:14.685 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:14 smithi017 ceph-mon[29678]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:14.685 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:14 smithi017 ceph-mon[29678]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:14.685 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:14 smithi017 ceph-mon[29678]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:11:14.712 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi169 2024-04-15T21:11:14.712 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:11:14.712 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.conf 2024-04-15T21:11:14.732 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:11:14.732 DEBUG:teuthology.orchestra.run.smithi169:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:14.791 INFO:tasks.cephadm:Adding host smithi169 to orchestrator... 2024-04-15T21:11:14.791 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch host add smithi169 2024-04-15T21:11:15.032 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:11:15.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:11:15.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: Deploying daemon agent.smithi089 on smithi089 2024-04-15T21:11:15.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:15.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:15.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:16.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:16 smithi017 ceph-mon[29678]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:16.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:16.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:16.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:18.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:18 smithi017 ceph-mon[29678]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:18.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:18 smithi017 ceph-mon[29678]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:18.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:18 smithi017 ceph-mon[29678]: Deploying cephadm binary to smithi169 2024-04-15T21:11:18.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:18 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:18.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:18 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:19.925 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:19 smithi017 ceph-mon[29678]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:19.926 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:19 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:19.926 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:19 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:19.926 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:19 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:19.926 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:19 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:21.330 INFO:teuthology.orchestra.run.smithi017.stdout:Added host 'smithi169' with addr '172.21.15.169' 2024-04-15T21:11:21.918 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch host ls --format=json 2024-04-15T21:11:22.167 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:11:22.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:22 smithi017 ceph-mon[29678]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:22.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:22.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:22 smithi017 ceph-mon[29678]: Added host smithi169 2024-04-15T21:11:22.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:22.573 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:23.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:23.492 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:23.492 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi169", "caps": []}]: dispatch 2024-04-15T21:11:23.492 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi169", "caps": []}]': finished 2024-04-15T21:11:23.930 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:11:23.930 INFO:teuthology.orchestra.run.smithi017.stdout:[{"addr": "172.21.15.17", "hostname": "smithi017", "labels": [], "status": ""}, {"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "172.21.15.169", "hostname": "smithi169", "labels": [], "status": ""}] 2024-04-15T21:11:24.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:24 smithi017 ceph-mon[29678]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:24.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:24 smithi017 ceph-mon[29678]: Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:24.491 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:24 smithi017 ceph-mon[29678]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:11:24.517 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-15T21:11:24.518 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd crush tunables default 2024-04-15T21:11:24.757 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:11:25.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:25 smithi017 ceph-mon[29678]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:11:25.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:25 smithi017 ceph-mon[29678]: Deploying daemon agent.smithi169 on smithi169 2024-04-15T21:11:25.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:25.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:25.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:27.391 INFO:teuthology.orchestra.run.smithi017.stderr:adjusted tunables profile to default 2024-04-15T21:11:27.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:27 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/2171709712' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-15T21:11:27.929 INFO:tasks.cephadm:Adding mon.a on smithi017 2024-04-15T21:11:27.929 INFO:tasks.cephadm:Adding mon.b on smithi089 2024-04-15T21:11:27.929 INFO:tasks.cephadm:Adding mon.c on smithi169 2024-04-15T21:11:27.929 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch apply mon '3;smithi017:172.21.15.17=a;smithi089:172.21.15.89=b;smithi169:172.21.15.169=c' 2024-04-15T21:11:28.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:28 smithi017 ceph-mon[29678]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:28.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:28 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/2171709712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-15T21:11:28.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:28 smithi017 ceph-mon[29678]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T21:11:28.747 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:30.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:29 smithi017 ceph-mon[29678]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:30.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:29 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:30.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:29 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:30.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:29 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:30.493 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled mon update... 2024-04-15T21:11:31.002 DEBUG:teuthology.orchestra.run.smithi089:mon.b> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.b.service 2024-04-15T21:11:31.005 DEBUG:teuthology.orchestra.run.smithi169:mon.c> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.c.service 2024-04-15T21:11:31.007 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-15T21:11:31.007 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T21:11:31.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi017:172.21.15.17=a;smithi089:172.21.15.89=b;smithi169:172.21.15.169=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: Saving service mon spec with placement smithi017:172.21.15.17=a;smithi089:172.21.15.89=b;smithi169:172.21.15.169=c;count:3 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:31 smithi017 ceph-mon[29678]: Deploying daemon mon.c on smithi169 2024-04-15T21:11:32.548 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:32.844 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:32 smithi017 ceph-mon[29678]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:34.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:34 smithi017 ceph-mon[29678]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.267 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:11:35.267 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":1,"fsid":"577e88c6-fb6c-11ee-bc8f-c7b262605968","modified":"2024-04-15T21:09:41.089826Z","created":"2024-04-15T21:09:41.089826Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-15T21:11:35.269 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 1 2024-04-15T21:11:35.284 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pidfile_write: ignore empty --pid-file 2024-04-15T21:11:35.284 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: load: jerasure load: lrc 2024-04-15T21:11:35.693 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: RocksDB version: 7.9.2 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Git sha 0 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Compile date 2024-04-14 15:12:02 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: DB SUMMARY 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: DB Session ID: HN68LT5TSE84DWXQF5ZO 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: CURRENT file: CURRENT 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: IDENTITY file: IDENTITY 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.error_if_exists: 0 2024-04-15T21:11:35.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.create_if_missing: 0 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.paranoid_checks: 1 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.env: 0x55e612ce5cc0 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.fs: PosixFileSystem 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.info_log: 0x55e615231c20 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_file_opening_threads: 16 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.statistics: (nil) 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.use_fsync: 0 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_log_file_size: 0 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-15T21:11:35.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.keep_log_file_num: 1000 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.recycle_log_file_num: 0 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.allow_fallocate: 1 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.allow_mmap_reads: 0 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.allow_mmap_writes: 0 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.use_direct_reads: 0 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.create_missing_column_families: 0 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.db_log_dir: 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.wal_dir: 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-15T21:11:35.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.advise_random_on_open: 1 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.db_write_buffer_size: 0 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.write_buffer_manager: 0x55e6152001e0 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.rate_limiter: (nil) 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-15T21:11:35.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.wal_recovery_mode: 2 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.enable_thread_tracking: 0 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.enable_pipelined_write: 0 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.unordered_write: 0 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.row_cache: None 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.wal_filter: None 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.allow_ingest_behind: 0 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.two_write_queues: 0 2024-04-15T21:11:35.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.manual_wal_flush: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.wal_compression: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.atomic_flush: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.log_readahead_size: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.best_efforts_recovery: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.allow_data_in_errors: 0 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.db_host_id: __hostname__ 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-15T21:11:35.699 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_background_jobs: 2 2024-04-15T21:11:35.700 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_background_compactions: -1 2024-04-15T21:11:35.700 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_subcompactions: 1 2024-04-15T21:11:35.700 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_total_wal_size: 0 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_open_files: -1 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bytes_per_sync: 0 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-15T21:11:35.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_readahead_size: 0 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_background_flushes: -1 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Compression algorithms supported: 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kZSTD supported: 0 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kXpressCompression supported: 0 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kLZ4HCCompression supported: 1 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kZlibCompression supported: 1 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kSnappyCompression supported: 1 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kLZ4Compression supported: 1 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: kBZip2Compression supported: 0 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-15T21:11:35.703 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.merge_operator: 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_filter: None 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_filter_factory: None 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.sst_partitioner_factory: None 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e615231de0) 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout: cache_index_and_filter_blocks: 1 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout: pin_top_level_index_and_filter: 1 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout: index_type: 0 2024-04-15T21:11:35.704 INFO:journalctl@ceph.mon.c.smithi169.stdout: data_block_index_type: 0 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: index_shortening: 1 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: checksum: 4 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: no_block_cache: 0 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_cache: 0x55e615233090 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_cache_name: BinnedLRUCache 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_cache_options: 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: capacity : 536870912 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: num_shard_bits : 4 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: strict_capacity_limit : 0 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: high_pri_pool_ratio: 0.000 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_cache_compressed: (nil) 2024-04-15T21:11:35.705 INFO:journalctl@ceph.mon.c.smithi169.stdout: persistent_cache: (nil) 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_size: 4096 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_size_deviation: 10 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_restart_interval: 16 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: index_block_restart_interval: 1 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: metadata_block_size: 4096 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: partition_filters: 0 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: use_delta_encoding: 1 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: filter_policy: bloomfilter 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: whole_key_filtering: 1 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: verify_compression: 0 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: read_amp_bytes_per_bit: 0 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: format_version: 5 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: enable_index_compression: 1 2024-04-15T21:11:35.706 INFO:journalctl@ceph.mon.c.smithi169.stdout: block_align: 0 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout: max_auto_readahead_size: 262144 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout: prepopulate_block_cache: 0 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout: initial_auto_readahead_size: 8192 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout: num_file_reads_for_auto_readahead: 2 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.write_buffer_size: 33554432 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_write_buffer_number: 2 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression: NoCompression 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression: Disabled 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.prefix_extractor: nullptr 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.num_levels: 7 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-15T21:11:35.707 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.level: 32767 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.strategy: 0 2024-04-15T21:11:35.708 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.enabled: false 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.target_file_size_base: 67108864 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-15T21:11:35.709 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.arena_block_size: 1048576 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-15T21:11:35.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.disable_auto_compactions: 0 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.inplace_update_support: 0 2024-04-15T21:11:35.711 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.bloom_locality: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.max_successive_merges: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.paranoid_file_checks: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.force_consistency_checks: 1 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.report_bg_io_stats: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.ttl: 2592000 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-15T21:11:35.712 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.enable_blob_files: false 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.min_blob_size: 0 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.blob_file_size: 268435456 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.blob_file_starting_level: 0 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a6dd428c-f060-4b1a-8081-0770dc9cfb11 2024-04-15T21:11:35.713 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713215495292451, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713215495293039, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713215495, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a6dd428c-f060-4b1a-8081-0770dc9cfb11", "db_session_id": "HN68LT5TSE84DWXQF5ZO", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713215495293146, "job": 1, "event": "recovery_finished"} 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e615320000 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: DB pointer 0x55e61530a000 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout: ** DB Stats ** 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.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-04-15T21:11:35.714 INFO:journalctl@ceph.mon.c.smithi169.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.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-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: ** Compaction Stats [default] ** 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.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-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:11:35.715 INFO:journalctl@ceph.mon.c.smithi169.stdout: 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: ** Compaction Stats [default] ** 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.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-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-15T21:11:35.716 INFO:journalctl@ceph.mon.c.smithi169.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.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-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout: Block cache BinnedLRUCache@0x55e615233090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout: 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: using public_addr v2:172.21.15.169:0/0 -> [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: starting mon.c rank -1 at public addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] at bind addrs [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(???) e0 preinit fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).mds e1 new map 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).mds e1 print_map 2024-04-15T21:11:35.717 INFO:journalctl@ceph.mon.c.smithi169.stdout: e1 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.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-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout: legacy client fscid: -1 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout: 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout: No filesystems configured 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-15T21:11:35.718 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T21:11:35.719 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Added host smithi089 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:11:35.723 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]: dispatch 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]': finished 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Deploying daemon agent.smithi089 on smithi089 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.724 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi169", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:35.725 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Deploying cephadm binary to smithi169 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Added host smithi169 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.726 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi169", "caps": []}]: dispatch 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi169", "caps": []}]': finished 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.727 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Deploying daemon agent.smithi169 on smithi169 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.728 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/2171709712' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/2171709712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.729 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi017:172.21.15.17=a;smithi089:172.21.15.89=b;smithi169:172.21.15.169=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Saving service mon spec with placement smithi017:172.21.15.17=a;smithi089:172.21.15.89=b;smithi169:172.21.15.169=c;count:3 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: Deploying daemon mon.c on smithi169 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 ceph-mon[31510]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 bash[31469]: eb6207743af525bd6724ca688141565e92665b39e6e3ee36fe27ee0b90c9aea8 2024-04-15T21:11:35.730 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:35 smithi169 systemd[1]: Started Ceph mon.c for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:11:36.985 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-15T21:11:36.985 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T21:11:37.236 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T21:11:40.574 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: mon.a calling monitor election 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: mon.c calling monitor election 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.575 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: monmap epoch 2 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: last_changed 2024-04-15T21:11:35.319279+0000 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: min_mon_release 19 (squid) 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: election_strategy: 1 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: fsmap 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: mgrmap e13: a(active, since 51s) 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: overall HEALTH_OK 2024-04-15T21:11:40.576 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:40.577 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: mon.a calling monitor election 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: mon.c calling monitor election 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: monmap epoch 2 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: last_changed 2024-04-15T21:11:35.319279+0000 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: min_mon_release 19 (squid) 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: election_strategy: 1 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: fsmap 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T21:11:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: mgrmap e13: a(active, since 51s) 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: overall HEALTH_OK 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:40.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:41.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:41 smithi017 ceph-mon[29678]: Deploying daemon mon.b on smithi089 2024-04-15T21:11:41.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:41.693 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:41 smithi169 ceph-mon[31510]: Deploying daemon mon.b on smithi089 2024-04-15T21:11:41.693 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:42.010 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:11:42.010 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":2,"fsid":"577e88c6-fb6c-11ee-bc8f-c7b262605968","modified":"2024-04-15T21:11:35.319279Z","created":"2024-04-15T21:09:41.089826Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-15T21:11:42.012 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 2 2024-04-15T21:11:42.570 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:42 smithi169 ceph-mon[31510]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:42.570 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:42 smithi169 ceph-mon[31510]: from='client.? 172.21.15.169:0/3052474421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T21:11:42.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:42 smithi017 ceph-mon[29678]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:42.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:42 smithi017 ceph-mon[29678]: from='client.? 172.21.15.169:0/3052474421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T21:11:43.572 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-15T21:11:43.572 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph mon dump -f json 2024-04-15T21:11:43.821 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T21:11:44.469 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:44 smithi089 systemd[1]: Started Ceph mon.b for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:11:49.662 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:11:49.662 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.662 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: mon.a calling monitor election 2024-04-15T21:11:49.662 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:49.662 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: mon.c calling monitor election 2024-04-15T21:11:49.662 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:49.662 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: mon.b calling monitor election 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: monmap epoch 3 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: last_changed 2024-04-15T21:11:44.225139+0000 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: min_mon_release 19 (squid) 2024-04-15T21:11:49.663 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: election_strategy: 1 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: fsmap 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: mgrmap e13: a(active, since 60s) 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: overall HEALTH_OK 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.664 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.665 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.665 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.665 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.665 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.665 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: mon.a calling monitor election 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: mon.c calling monitor election 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: mon.b calling monitor election 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: monmap epoch 3 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: last_changed 2024-04-15T21:11:44.225139+0000 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:11:49.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: min_mon_release 19 (squid) 2024-04-15T21:11:49.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: election_strategy: 1 2024-04-15T21:11:49.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:11:49.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-04-15T21:11:49.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-04-15T21:11:49.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: fsmap 2024-04-15T21:11:49.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T21:11:49.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: mgrmap e13: a(active, since 60s) 2024-04-15T21:11:49.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: overall HEALTH_OK 2024-04-15T21:11:49.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:11:49.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: mon.a calling monitor election 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: mon.c calling monitor election 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: mon.b calling monitor election 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: monmap epoch 3 2024-04-15T21:11:49.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: last_changed 2024-04-15T21:11:44.225139+0000 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: min_mon_release 19 (squid) 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: election_strategy: 1 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: fsmap 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: osdmap e4: 0 total, 0 up, 0 in 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: mgrmap e13: a(active, since 60s) 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: overall HEALTH_OK 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:49.999 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-15T21:11:50.000 INFO:teuthology.orchestra.run.smithi169.stdout:{"epoch":3,"fsid":"577e88c6-fb6c-11ee-bc8f-c7b262605968","modified":"2024-04-15T21:11:44.225139Z","created":"2024-04-15T21:09:41.089826Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:3300","nonce":0},{"type":"v1","addr":"172.21.15.169:6789","nonce":0}]},"addr":"172.21.15.169:6789/0","public_addr":"172.21.15.169:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-15T21:11:50.000 INFO:teuthology.orchestra.run.smithi169.stderr:dumped monmap epoch 3 2024-04-15T21:11:50.469 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:50.469 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:50.469 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: Updating smithi017:/etc/ceph/ceph.conf 2024-04-15T21:11:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:11:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:11:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='client.? 172.21.15.169:0/1055911505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T21:11:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:50.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:50.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:50.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:50.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: Updating smithi017:/etc/ceph/ceph.conf 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='client.? 172.21.15.169:0/1055911505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:50.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: Updating smithi017:/etc/ceph/ceph.conf 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='client.? 172.21.15.169:0/1055911505' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:50.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:50.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:50.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:11:51.147 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-15T21:11:51.147 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph config generate-minimal-conf 2024-04-15T21:11:51.373 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.373 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.373 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.373 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:11:51.373 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: Reconfiguring mon.a (unknown last config time)... 2024-04-15T21:11:51.373 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: Reconfiguring daemon mon.a on smithi017 2024-04-15T21:11:51.374 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.374 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.374 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:51 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: Reconfiguring mon.a (unknown last config time)... 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: Reconfiguring daemon mon.a on smithi017 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.615 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:51 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: Reconfiguring mon.a (unknown last config time)... 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: Reconfiguring daemon mon.a on smithi017 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.631 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:51.729 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:11:52.363 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:52 smithi089 ceph-mon[31510]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:52.363 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:52.363 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:52.363 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:52.363 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:52.363 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:52.556 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:52 smithi169 ceph-mon[31510]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:52.556 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:52.557 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:52.557 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:52.557 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:52.557 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:52.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:52 smithi017 ceph-mon[29678]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:53.445 INFO:teuthology.orchestra.run.smithi017.stdout:# minimal ceph.conf for 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:53.445 INFO:teuthology.orchestra.run.smithi017.stdout:[global] 2024-04-15T21:11:53.445 INFO:teuthology.orchestra.run.smithi017.stdout: fsid = 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:11:53.445 INFO:teuthology.orchestra.run.smithi017.stdout: mon_host = [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] 2024-04-15T21:11:53.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: Reconfiguring mon.b (monmap changed)... 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: Reconfiguring daemon mon.b on smithi089 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: Reconfiguring mon.b (monmap changed)... 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: Reconfiguring daemon mon.b on smithi089 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: Reconfiguring mon.b (monmap changed)... 2024-04-15T21:11:53.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: Reconfiguring daemon mon.b on smithi089 2024-04-15T21:11:53.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:53.988 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-15T21:11:53.988 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:11:53.988 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T21:11:54.019 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:11:54.020 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:54.088 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:11:54.088 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T21:11:54.120 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:11:54.120 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:54.189 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:11:54.190 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.conf 2024-04-15T21:11:54.222 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:11:54.223 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:11:54.295 INFO:tasks.cephadm:Adding mgr.a on smithi017 2024-04-15T21:11:54.295 INFO:tasks.cephadm:Adding mgr.b on smithi089 2024-04-15T21:11:54.296 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch apply mgr '2;smithi017=a;smithi089=b' 2024-04-15T21:11:54.512 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:54.512 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/1347330417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:54.513 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.513 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.513 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.513 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:54.513 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:54.513 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:54 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1347330417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:54.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:54 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:54.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:54.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/1347330417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:54.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:54.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-15T21:11:54.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-15T21:11:54.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:54 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:55.283 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T21:11:55.531 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:55 smithi169 ceph-mon[31510]: Reconfiguring mon.c (monmap changed)... 2024-04-15T21:11:55.531 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:55 smithi169 ceph-mon[31510]: Reconfiguring daemon mon.c on smithi169 2024-04-15T21:11:55.532 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:55 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:55.532 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:55 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:55.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:55 smithi017 ceph-mon[29678]: Reconfiguring mon.c (monmap changed)... 2024-04-15T21:11:55.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:55 smithi017 ceph-mon[29678]: Reconfiguring daemon mon.c on smithi169 2024-04-15T21:11:55.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:55 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:55.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:55 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:55.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:55 smithi089 ceph-mon[31510]: Reconfiguring mon.c (monmap changed)... 2024-04-15T21:11:55.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:55 smithi089 ceph-mon[31510]: Reconfiguring daemon mon.c on smithi169 2024-04-15T21:11:55.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:55 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:55.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:55 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:56.519 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:56 smithi169 ceph-mon[31510]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:56.519 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:56 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:56.519 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:56 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:56.519 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:56 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:56.519 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:56 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:56.692 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:56 smithi017 ceph-mon[29678]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:56.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:56 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:56.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:56 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:56.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:56 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:56.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:56 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:56.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:56 smithi089 ceph-mon[31510]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:56.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:56 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:56.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:56 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:56.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:56 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:56.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:56 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:56.929 INFO:teuthology.orchestra.run.smithi169.stdout:Scheduled mgr update... 2024-04-15T21:11:57.540 DEBUG:teuthology.orchestra.run.smithi089:mgr.b> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.b.service 2024-04-15T21:11:57.543 INFO:tasks.cephadm:Deploying OSDs... 2024-04-15T21:11:57.543 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-04-15T21:11:57.543 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:11:57.563 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-15T21:11:57.563 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_1 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-04-15 21:11:40.173610855 +0000 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-04-15 21:05:35.898619770 +0000 2024-04-15T21:11:57.624 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-04-15 21:05:35.898619770 +0000 2024-04-15T21:11:57.625 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-04-15 21:05:35.898619770 +0000 2024-04-15T21:11:57.625 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:11:57.697 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-04-15T21:11:57.697 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-04-15T21:11:57.697 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000112082 s, 4.6 MB/s 2024-04-15T21:11:57.698 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:11:57.758 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_2 2024-04-15T21:11:57.815 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:11:57.815 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:57.815 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-15T21:11:57.815 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:57.815 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:57.815 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-04-15 21:11:40.173610855 +0000 2024-04-15T21:11:57.816 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-04-15 21:05:36.247616196 +0000 2024-04-15T21:11:57.816 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-04-15 21:05:36.247616196 +0000 2024-04-15T21:11:57.816 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-04-15 21:05:36.247616196 +0000 2024-04-15T21:11:57.816 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:11:57.886 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-04-15T21:11:57.887 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-04-15T21:11:57.887 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 9.9963e-05 s, 5.1 MB/s 2024-04-15T21:11:57.888 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:11:57.946 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_3 2024-04-15T21:11:57.980 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:57.980 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi017=a;smithi089=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:57.980 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: Saving service mgr spec with placement smithi017=a;smithi089=b;count:2 2024-04-15T21:11:57.980 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:57.980 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:57.980 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:57.980 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:57.981 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:57.981 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T21:11:57.981 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T21:11:57.981 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T21:11:57.981 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:57.981 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:11:57 smithi017 ceph-mon[29678]: Deploying daemon mgr.b on smithi089 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-04-15 21:11:40.173610855 +0000 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-04-15 21:05:36.585612736 +0000 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-04-15 21:05:36.585612736 +0000 2024-04-15T21:11:57.997 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-04-15 21:05:36.585612736 +0000 2024-04-15T21:11:57.997 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:11:58.065 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-04-15T21:11:58.065 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-04-15T21:11:58.065 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.00010523 s, 4.9 MB/s 2024-04-15T21:11:58.066 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:11:58.123 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_4 2024-04-15T21:11:58.138 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:58.138 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi017=a;smithi089=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:58.138 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: Saving service mgr spec with placement smithi017=a;smithi089=b;count:2 2024-04-15T21:11:58.138 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:58.138 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:58.138 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:58.138 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:58.139 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:58.139 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T21:11:58.139 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T21:11:58.139 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T21:11:58.139 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:58.139 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:11:57 smithi089 ceph-mon[31510]: Deploying daemon mgr.b on smithi089 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-04-15 21:11:40.173610855 +0000 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-04-15 21:05:36.927609234 +0000 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-04-15 21:05:36.927609234 +0000 2024-04-15T21:11:58.180 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-04-15 21:05:36.927609234 +0000 2024-04-15T21:11:58.180 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:11:58.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:11:58.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi017=a;smithi089=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:11:58.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: Saving service mgr spec with placement smithi017=a;smithi089=b;count:2 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:11:58.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:11:57 smithi169 ceph-mon[31510]: Deploying daemon mgr.b on smithi089 2024-04-15T21:11:58.249 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-04-15T21:11:58.249 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-04-15T21:11:58.249 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000101485 s, 5.0 MB/s 2024-04-15T21:11:58.251 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:11:58.307 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-15T21:11:58.307 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:11:58.323 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-15T21:11:58.323 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-04-15T21:11:58.379 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:11:58.379 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:58.379 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-15T21:11:58.380 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:58.380 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:58.380 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:11:51.567234188 +0000 2024-04-15T21:11:58.380 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:05:32.726340738 +0000 2024-04-15T21:11:58.380 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:05:32.726340738 +0000 2024-04-15T21:11:58.380 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:05:32.726340738 +0000 2024-04-15T21:11:58.380 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:11:58.448 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:11:58.448 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:11:58.448 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000256349 s, 2.0 MB/s 2024-04-15T21:11:58.450 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:11:58.506 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:11:51.567234188 +0000 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:05:33.068332729 +0000 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:05:33.068332729 +0000 2024-04-15T21:11:58.569 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:05:33.068332729 +0000 2024-04-15T21:11:58.570 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:11:58.693 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:11:58.693 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:11:58.693 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000205253 s, 2.5 MB/s 2024-04-15T21:11:58.694 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:11:58.711 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:11:58.652070514 +0000 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:05:33.401324931 +0000 2024-04-15T21:11:58.773 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:05:33.401324931 +0000 2024-04-15T21:11:58.774 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:05:33.401324931 +0000 2024-04-15T21:11:58.774 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:11:58.873 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:11:58.874 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:11:58.874 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000216006 s, 2.4 MB/s 2024-04-15T21:11:58.875 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:11:58.891 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-15 21:11:58.834066310 +0000 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-15 21:05:33.743316922 +0000 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-15 21:05:33.743316922 +0000 2024-04-15T21:11:58.948 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-15 21:05:33.743316922 +0000 2024-04-15T21:11:58.949 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:11:58.969 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:58 smithi089 systemd[1]: Starting Ceph mgr.b for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:11:58.998 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-15T21:11:58.999 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-15T21:11:58.999 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000180166 s, 2.8 MB/s 2024-04-15T21:11:59.000 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:11:59.058 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-15T21:11:59.058 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T21:11:59.075 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-15T21:11:59.075 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_1 2024-04-15T21:11:59.131 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-04-15 21:11:51.924337471 +0000 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-04-15 21:05:32.726823374 +0000 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-04-15 21:05:32.726823374 +0000 2024-04-15T21:11:59.132 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: 2024-04-15 21:05:32.726823374 +0000 2024-04-15T21:11:59.132 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T21:11:59.205 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-04-15T21:11:59.206 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-04-15T21:11:59.206 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.00025229 s, 2.0 MB/s 2024-04-15T21:11:59.207 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T21:11:59.254 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 podman[33047]: 2024-04-15 21:11:59.02099958 +0000 UTC m=+0.017802476 image pull a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f 2024-04-15T21:11:59.254 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 podman[33047]: 2024-04-15 21:11:59.146114095 +0000 UTC m=+0.142916974 container create 6c370e508c75bafcd72262f8d7afb4ecec396f9c84724fc7db5c3acfb4f99615 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, RELEASE=main-87dbfb6, io.buildah.version=1.33.5) 2024-04-15T21:11:59.263 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_2 2024-04-15T21:11:59.319 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T21:11:59.319 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:59.319 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-15T21:11:59.319 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:59.319 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:59.319 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-04-15 21:11:51.924337471 +0000 2024-04-15T21:11:59.319 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-04-15 21:05:33.071816094 +0000 2024-04-15T21:11:59.320 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-04-15 21:05:33.071816094 +0000 2024-04-15T21:11:59.320 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: 2024-04-15 21:05:33.071816094 +0000 2024-04-15T21:11:59.320 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T21:11:59.386 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-04-15T21:11:59.387 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-04-15T21:11:59.387 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000220039 s, 2.3 MB/s 2024-04-15T21:11:59.388 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T21:11:59.446 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_3 2024-04-15T21:11:59.502 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T21:11:59.502 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:59.503 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-15T21:11:59.503 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:59.503 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:59.503 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-04-15 21:11:51.924337471 +0000 2024-04-15T21:11:59.503 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-04-15 21:05:33.405809046 +0000 2024-04-15T21:11:59.503 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-04-15 21:05:33.405809046 +0000 2024-04-15T21:11:59.503 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: 2024-04-15 21:05:33.405809046 +0000 2024-04-15T21:11:59.503 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T21:11:59.570 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-04-15T21:11:59.570 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-04-15T21:11:59.570 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000259736 s, 2.0 MB/s 2024-04-15T21:11:59.571 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T21:11:59.627 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_4 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-04-15 21:11:51.924337471 +0000 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-04-15 21:05:33.752801725 +0000 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-04-15 21:05:33.752801725 +0000 2024-04-15T21:11:59.683 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: 2024-04-15 21:05:33.752801725 +0000 2024-04-15T21:11:59.684 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T21:11:59.719 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 podman[33047]: 2024-04-15 21:11:59.348264759 +0000 UTC m=+0.345067639 container init 6c370e508c75bafcd72262f8d7afb4ecec396f9c84724fc7db5c3acfb4f99615 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, ceph=True, RELEASE=main-87dbfb6, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-04-15T21:11:59.719 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 podman[33047]: 2024-04-15 21:11:59.351125162 +0000 UTC m=+0.347928041 container start 6c370e508c75bafcd72262f8d7afb4ecec396f9c84724fc7db5c3acfb4f99615 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-87dbfb6, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-04-15T21:11:59.720 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 ceph-mgr[33086]: -- 172.21.15.89:0/3388944056 <== mon.2 v2:172.21.15.89:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557d0eb3a5a0 con 0x557d0eb0f000 2024-04-15T21:11:59.720 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 bash[33047]: 6c370e508c75bafcd72262f8d7afb4ecec396f9c84724fc7db5c3acfb4f99615 2024-04-15T21:11:59.720 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 systemd[1]: Started Ceph mgr.b for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:11:59.750 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-04-15T21:11:59.751 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-04-15T21:11:59.751 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.00019427 s, 2.6 MB/s 2024-04-15T21:11:59.752 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T21:11:59.810 INFO:tasks.cephadm:Deploying osd.0 on smithi017 with /dev/vg_nvme/lv_4... 2024-04-15T21:11:59.810 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-15T21:12:00.219 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:11:59.899+0000 7ffa5d5f3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T21:12:00.219 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:11:59 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:11:59.990+0000 7ffa5d5f3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T21:12:00.512 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:12:00.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:00.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T21:12:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:00.819 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:00.625+0000 7ffa5d5f3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:00.722+0000 7ffa5d5f3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:00.820 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:00.821 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.821 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T21:12:00.821 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T21:12:00.821 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:00.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:00.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-15T21:12:00.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:01.096 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:00.869+0000 7ffa5d5f3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T21:12:01.096 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:00 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:00.963+0000 7ffa5d5f3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T21:12:01.097 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:01.048+0000 7ffa5d5f3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T21:12:01.349 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:01.321+0000 7ffa5d5f3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T21:12:01.618 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:12:01.618 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-mon[31510]: Reconfiguring mgr.a (unknown last config time)... 2024-04-15T21:12:01.618 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-mon[31510]: Reconfiguring daemon mgr.a on smithi017 2024-04-15T21:12:01.619 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.619 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.619 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.619 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:01.440+0000 7ffa5d5f3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T21:12:01.619 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:01.528+0000 7ffa5d5f3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T21:12:01.619 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:01.623+0000 7ffa5d5f3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T21:12:01.721 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:01 smithi017 ceph-mon[29678]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:12:01.721 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:01 smithi017 ceph-mon[29678]: Reconfiguring mgr.a (unknown last config time)... 2024-04-15T21:12:01.721 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:01 smithi017 ceph-mon[29678]: Reconfiguring daemon mgr.a on smithi017 2024-04-15T21:12:01.722 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:01 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.722 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:01 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.722 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:01 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.917 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:01 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:01.815+0000 7ffa5d5f3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T21:12:01.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:01 smithi169 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:12:01.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:01 smithi169 ceph-mon[31510]: Reconfiguring mgr.a (unknown last config time)... 2024-04-15T21:12:01.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:01 smithi169 ceph-mon[31510]: Reconfiguring daemon mgr.a on smithi017 2024-04-15T21:12:01.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:01 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:01 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:01.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:01 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.651 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:02.651 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.651 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.651 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:02.652 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:02.652 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:02.652 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.652 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:12:02.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:02.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:02.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:02.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:02.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.816 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:02 smithi017 ceph-mon[29678]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:12:02.908 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:02 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:02.883+0000 7ffa5d5f3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T21:12:02.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:02.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:02.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:02.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:02.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:02.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:02 smithi169 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:12:03.219 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:03 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:03.019+0000 7ffa5d5f3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T21:12:03.259 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-15T21:12:03.259 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-15T21:12:03.259 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10+0 records in 2024-04-15T21:12:03.259 INFO:teuthology.orchestra.run.smithi017.stderr:10+0 records out 2024-04-15T21:12:03.259 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00827839 s, 1.3 GB/s 2024-04-15T21:12:03.259 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping successful for: 2024-04-15T21:12:03.665 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:03 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:03.354+0000 7ffa5d5f3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T21:12:03.665 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:03 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:03.463+0000 7ffa5d5f3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T21:12:03.665 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:03 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:03.668+0000 7ffa5d5f3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:12:03.888 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi017:vg_nvme/lv_4 2024-04-15T21:12:03.967 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:03 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:03.855+0000 7ffa5d5f3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T21:12:04.141 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:12:04.219 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:04.146+0000 7ffa5d5f3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:12:04.719 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:04.404+0000 7ffa5d5f3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T21:12:04.719 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:04.641+0000 7ffa5d5f3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:04.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:05.719 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:05 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:05.442+0000 7ffa5d5f3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T21:12:06.316 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:06.008+0000 7ffa5d5f3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T21:12:06.316 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:06.105+0000 7ffa5d5f3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T21:12:06.316 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:12:06.319+0000 7ffa5d5f3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T21:12:06.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:06.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:06.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:06.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:06.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: Standby manager daemon b started 2024-04-15T21:12:06.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T21:12:06.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T21:12:06.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T21:12:06.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:06 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T21:12:06.798 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:06.798 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:06.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:06.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:06.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: Standby manager daemon b started 2024-04-15T21:12:06.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T21:12:06.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T21:12:06.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T21:12:06.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:06 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T21:12:06.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: Standby manager daemon b started 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T21:12:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:06 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/3868027788' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T21:12:07.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:07 smithi017 ceph-mon[29678]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:07.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:07 smithi017 ceph-mon[29678]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-15T21:12:07.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:07 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T21:12:07.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:07 smithi169 ceph-mon[31510]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:07.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:07 smithi169 ceph-mon[31510]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-15T21:12:07.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:07 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T21:12:07.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:07 smithi089 ceph-mon[31510]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:07.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:07 smithi089 ceph-mon[31510]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-15T21:12:07.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:07 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T21:12:08.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:08 smithi017 ceph-mon[29678]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:08.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:08 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1690666805' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9517c99c-2e48-4ec6-901d-79c08a47c744"}]: dispatch 2024-04-15T21:12:08.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:08 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1690666805' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9517c99c-2e48-4ec6-901d-79c08a47c744"}]': finished 2024-04-15T21:12:08.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:08 smithi017 ceph-mon[29678]: osdmap e5: 1 total, 0 up, 1 in 2024-04-15T21:12:08.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:08 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:08.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:08 smithi169 ceph-mon[31510]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:08.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:08 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/1690666805' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9517c99c-2e48-4ec6-901d-79c08a47c744"}]: dispatch 2024-04-15T21:12:08.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:08 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/1690666805' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9517c99c-2e48-4ec6-901d-79c08a47c744"}]': finished 2024-04-15T21:12:08.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:08 smithi169 ceph-mon[31510]: osdmap e5: 1 total, 0 up, 1 in 2024-04-15T21:12:08.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:08 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:08.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:08 smithi089 ceph-mon[31510]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:08.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:08 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/1690666805' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9517c99c-2e48-4ec6-901d-79c08a47c744"}]: dispatch 2024-04-15T21:12:08.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:08 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/1690666805' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9517c99c-2e48-4ec6-901d-79c08a47c744"}]': finished 2024-04-15T21:12:08.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:08 smithi089 ceph-mon[31510]: osdmap e5: 1 total, 0 up, 1 in 2024-04-15T21:12:08.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:08 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:09.859 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:09 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/4208671081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:12:09.942 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:09 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/4208671081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:12:09.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:09 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/4208671081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:12:10.853 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:10 smithi169 ceph-mon[31510]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:10.879 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:10 smithi089 ceph-mon[31510]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:10.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:10 smithi017 ceph-mon[29678]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:12.754 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:12 smithi017 ceph-mon[29678]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:12.755 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:12 smithi169 ceph-mon[31510]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:12.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:12 smithi089 ceph-mon[31510]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:14.029 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:13 smithi017 ceph-mon[29678]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:14.030 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.030 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.030 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:13 smithi169 ceph-mon[31510]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:14.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:13 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:13 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:13 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:13 smithi089 ceph-mon[31510]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:14.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:13 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:13 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:14.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:13 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:16.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:15 smithi017 ceph-mon[29678]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:16.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T21:12:16.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:16.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:15 smithi017 ceph-mon[29678]: Deploying daemon osd.0 on smithi017 2024-04-15T21:12:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:15 smithi169 ceph-mon[31510]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:15 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T21:12:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:15 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:16.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:15 smithi169 ceph-mon[31510]: Deploying daemon osd.0 on smithi017 2024-04-15T21:12:16.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:15 smithi089 ceph-mon[31510]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:16.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:15 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T21:12:16.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:15 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:16.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:15 smithi089 ceph-mon[31510]: Deploying daemon osd.0 on smithi017 2024-04-15T21:12:18.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:17 smithi017 ceph-mon[29678]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:18.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:17 smithi169 ceph-mon[31510]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:18.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:17 smithi089 ceph-mon[31510]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:19.840 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:19 smithi017 ceph-mon[29678]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:20.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:19 smithi169 ceph-mon[31510]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:20.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:19 smithi089 ceph-mon[31510]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.567 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T21:12:21.567 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:21.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:21.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:21.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:21.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T21:12:21.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:21.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-15T21:12:21.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:22.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:22 smithi017 ceph-mon[29678]: Reconfiguring osd.0 (unknown last config time)... 2024-04-15T21:12:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:22 smithi017 ceph-mon[29678]: Reconfiguring daemon osd.0 on smithi017 2024-04-15T21:12:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:22 smithi017 ceph-mon[29678]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:12:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:22.700 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:22 smithi089 ceph-mon[31510]: Reconfiguring osd.0 (unknown last config time)... 2024-04-15T21:12:22.701 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:22 smithi089 ceph-mon[31510]: Reconfiguring daemon osd.0 on smithi017 2024-04-15T21:12:22.701 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:22 smithi089 ceph-mon[31510]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:12:22.701 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:22.701 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:22.940 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:22 smithi169 ceph-mon[31510]: Reconfiguring osd.0 (unknown last config time)... 2024-04-15T21:12:22.941 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:22 smithi169 ceph-mon[31510]: Reconfiguring daemon osd.0 on smithi017 2024-04-15T21:12:22.941 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:22 smithi169 ceph-mon[31510]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:12:22.941 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:22.941 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:23 smithi017 ceph-mon[29678]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:23.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:23 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:23 smithi089 ceph-mon[31510]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:23.719 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:23 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:23 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:23 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:23 smithi169 ceph-mon[31510]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:23.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:23 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:23 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:23.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:23 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:24.653 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:24 smithi017 ceph-mon[29678]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:24.654 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:24 smithi017 ceph-mon[29678]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:12:24.654 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:24 smithi017 ceph-mon[29678]: Cluster is now healthy 2024-04-15T21:12:24.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:24 smithi089 ceph-mon[31510]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:24.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:24 smithi089 ceph-mon[31510]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:12:24.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:24 smithi089 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:12:24.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:24 smithi169 ceph-mon[31510]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:24.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:24 smithi169 ceph-mon[31510]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:12:24.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:24 smithi169 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:12:25.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:25 smithi017 ceph-mon[29678]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T21:12:25.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:25.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:25.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:25 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:25 smithi169 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:25 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:25 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:25 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:25 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:25 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:25.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:25 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:25 smithi089 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-15T21:12:25.969 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:25 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:25 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:25.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:25 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:25.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:25 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:25.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:25 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:25.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:25 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.315 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 0 on host 'smithi017' 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: osdmap e6: 1 total, 0 up, 1 in 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:26.587 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:12:26.588 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.588 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:26.588 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:26.588 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:26 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.883 DEBUG:teuthology.orchestra.run.smithi017:osd.0> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.0.service 2024-04-15T21:12:26.886 INFO:tasks.cephadm:Deploying osd.1 on smithi089 with /dev/vg_nvme/lv_4... 2024-04-15T21:12:26.886 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: osdmap e6: 1 total, 0 up, 1 in 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:26.919 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:12:26.920 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.920 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:26.920 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:26.920 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:26 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: osdmap e6: 1 total, 0 up, 1 in 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:12:26.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:26.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:26.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:26.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:26 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:27.137 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.b/config 2024-04-15T21:12:27.845 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:27 smithi169 ceph-mon[31510]: Adjusting osd_memory_target on smithi017 to 16069M 2024-04-15T21:12:27.845 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:27 smithi169 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-04-15T21:12:27.845 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:27 smithi169 ceph-mon[31510]: osdmap e7: 1 total, 0 up, 1 in 2024-04-15T21:12:27.845 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:27 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.846 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:27 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.846 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:27 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:27 smithi017 ceph-mon[29678]: Adjusting osd_memory_target on smithi017 to 16069M 2024-04-15T21:12:27.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:27 smithi017 ceph-mon[29678]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-04-15T21:12:27.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:27 smithi017 ceph-mon[29678]: osdmap e7: 1 total, 0 up, 1 in 2024-04-15T21:12:27.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:27 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:27 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:27 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:27 smithi089 ceph-mon[31510]: Adjusting osd_memory_target on smithi017 to 16069M 2024-04-15T21:12:27.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:27 smithi089 ceph-mon[31510]: from='osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-04-15T21:12:27.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:27 smithi089 ceph-mon[31510]: osdmap e7: 1 total, 0 up, 1 in 2024-04-15T21:12:27.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:27 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:27 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:27.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:27 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:28.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:28 smithi089 ceph-mon[31510]: purged_snaps scrub starts 2024-04-15T21:12:28.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:28 smithi089 ceph-mon[31510]: purged_snaps scrub ok 2024-04-15T21:12:28.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:28 smithi089 ceph-mon[31510]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:28.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:28 smithi089 ceph-mon[31510]: osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524] boot 2024-04-15T21:12:28.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:28 smithi089 ceph-mon[31510]: osdmap e8: 1 total, 1 up, 1 in 2024-04-15T21:12:28.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:28 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:28.940 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-15T21:12:28.940 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-15T21:12:28.940 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10+0 records in 2024-04-15T21:12:28.940 INFO:teuthology.orchestra.run.smithi089.stderr:10+0 records out 2024-04-15T21:12:28.941 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131711 s, 796 MB/s 2024-04-15T21:12:28.941 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping successful for: 2024-04-15T21:12:28.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:28 smithi017 ceph-mon[29678]: purged_snaps scrub starts 2024-04-15T21:12:28.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:28 smithi017 ceph-mon[29678]: purged_snaps scrub ok 2024-04-15T21:12:28.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:28 smithi017 ceph-mon[29678]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:28.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:28 smithi017 ceph-mon[29678]: osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524] boot 2024-04-15T21:12:28.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:28 smithi017 ceph-mon[29678]: osdmap e8: 1 total, 1 up, 1 in 2024-04-15T21:12:28.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:28 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:28.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:28 smithi169 ceph-mon[31510]: purged_snaps scrub starts 2024-04-15T21:12:28.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:28 smithi169 ceph-mon[31510]: purged_snaps scrub ok 2024-04-15T21:12:28.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:28 smithi169 ceph-mon[31510]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-15T21:12:28.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:28 smithi169 ceph-mon[31510]: osd.0 [v2:172.21.15.17:6802/3105265524,v1:172.21.15.17:6803/3105265524] boot 2024-04-15T21:12:28.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:28 smithi169 ceph-mon[31510]: osdmap e8: 1 total, 1 up, 1 in 2024-04-15T21:12:28.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:28 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:12:29.485 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_4 2024-04-15T21:12:29.693 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:29 smithi169 ceph-mon[31510]: osdmap e9: 1 total, 1 up, 1 in 2024-04-15T21:12:29.763 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.b/config 2024-04-15T21:12:29.883 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:29 smithi089 ceph-mon[31510]: osdmap e9: 1 total, 1 up, 1 in 2024-04-15T21:12:29.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:29 smithi017 ceph-mon[29678]: osdmap e9: 1 total, 1 up, 1 in 2024-04-15T21:12:30.772 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:30 smithi089 ceph-mon[31510]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:30.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:30 smithi017 ceph-mon[29678]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:30.943 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:30 smithi169 ceph-mon[31510]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:31.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:31 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:31.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:31 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:31.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:31 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:31.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:31 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:31.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:31 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:31.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:31 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:31.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:31 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:32.693 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:32 smithi169 ceph-mon[31510]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:32.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:32 smithi169 ceph-mon[31510]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:32.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:32 smithi089 ceph-mon[31510]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:32.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:32 smithi089 ceph-mon[31510]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:32.844 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:32 smithi017 ceph-mon[29678]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:32.844 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:32 smithi017 ceph-mon[29678]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:34.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:33 smithi017 ceph-mon[29678]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:34.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:33 smithi169 ceph-mon[31510]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:34.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.219 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:33 smithi089 ceph-mon[31510]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:34.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:34.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:35.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:34 smithi017 ceph-mon[29678]: from='client.? 172.21.15.89:0/3521809787' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]: dispatch 2024-04-15T21:12:35.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:34 smithi017 ceph-mon[29678]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]: dispatch 2024-04-15T21:12:35.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:34 smithi017 ceph-mon[29678]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]': finished 2024-04-15T21:12:35.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:34 smithi017 ceph-mon[29678]: osdmap e10: 2 total, 1 up, 2 in 2024-04-15T21:12:35.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:35.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:34 smithi017 ceph-mon[29678]: from='client.? 172.21.15.89:0/836025501' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:12:35.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:34 smithi169 ceph-mon[31510]: from='client.? 172.21.15.89:0/3521809787' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]: dispatch 2024-04-15T21:12:35.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:34 smithi169 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]: dispatch 2024-04-15T21:12:35.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:34 smithi169 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]': finished 2024-04-15T21:12:35.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:34 smithi169 ceph-mon[31510]: osdmap e10: 2 total, 1 up, 2 in 2024-04-15T21:12:35.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:35.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:34 smithi169 ceph-mon[31510]: from='client.? 172.21.15.89:0/836025501' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:12:35.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:34 smithi089 ceph-mon[31510]: from='client.? 172.21.15.89:0/3521809787' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]: dispatch 2024-04-15T21:12:35.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:34 smithi089 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]: dispatch 2024-04-15T21:12:35.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:34 smithi089 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ed845f0a-dc1e-42cd-ab3f-576140d18a02"}]': finished 2024-04-15T21:12:35.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:34 smithi089 ceph-mon[31510]: osdmap e10: 2 total, 1 up, 2 in 2024-04-15T21:12:35.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:35.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:34 smithi089 ceph-mon[31510]: from='client.? 172.21.15.89:0/836025501' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:12:36.443 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:36 smithi017 ceph-mon[29678]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:36.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:36 smithi169 ceph-mon[31510]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:36.469 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:36 smithi089 ceph-mon[31510]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:38.425 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:38 smithi089 ceph-mon[31510]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:38.443 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:38 smithi017 ceph-mon[29678]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:38.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:38 smithi169 ceph-mon[31510]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:40.139 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:40 smithi089 ceph-mon[31510]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:40.443 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:40 smithi017 ceph-mon[29678]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:40.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:40 smithi169 ceph-mon[31510]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:41.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T21:12:41.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: Deploying daemon osd.1 on smithi089 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: Detected new or changed devices on smithi017 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:41.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:41.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T21:12:41.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: Deploying daemon osd.1 on smithi089 2024-04-15T21:12:41.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: Detected new or changed devices on smithi017 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:41.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:41.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: Deploying daemon osd.1 on smithi089 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: Detected new or changed devices on smithi017 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:41.457 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:42.704 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:42 smithi089 ceph-mon[31510]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.704 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:42 smithi089 ceph-mon[31510]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.704 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:42 smithi089 ceph-mon[31510]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.921 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:42 smithi017 ceph-mon[29678]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.921 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:42 smithi017 ceph-mon[29678]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.921 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:42 smithi017 ceph-mon[29678]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:42 smithi169 ceph-mon[31510]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:42 smithi169 ceph-mon[31510]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:42.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:42 smithi169 ceph-mon[31510]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:43.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:43 smithi017 ceph-mon[29678]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:43.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:43 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:43.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:43 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:43.943 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:43 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:44.189 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:43 smithi089 ceph-mon[31510]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:44.189 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:43 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:44.189 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:43 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:44.189 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:43 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:44.193 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:43 smithi169 ceph-mon[31510]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:44.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:43 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:44.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:43 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:44.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:43 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:46.046 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:45 smithi089 ceph-mon[31510]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:46.193 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:45 smithi017 ceph-mon[29678]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:46.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:45 smithi169 ceph-mon[31510]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:47.567 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:47 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.567 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:47 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.567 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:47 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:47.567 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:47 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:47.567 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:47 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:47.567 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:47 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:47 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:47 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:47 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:47.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:47 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:47.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:47 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:47.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:47 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:47 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:47 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:47.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:47 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:47.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:47 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:47.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:47 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:47.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:47 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:48.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:48 smithi089 ceph-mon[31510]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:48.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:48 smithi017 ceph-mon[29678]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:48.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:48 smithi169 ceph-mon[31510]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:49.910 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 1 on host 'smithi089' 2024-04-15T21:12:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T21:12:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T21:12:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:12:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:50.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:50 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.583 DEBUG:teuthology.orchestra.run.smithi089:osd.1> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.1.service 2024-04-15T21:12:50.586 INFO:tasks.cephadm:Deploying osd.2 on smithi169 with /dev/vg_nvme/lv_4... 2024-04-15T21:12:50.586 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-15T21:12:50.619 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:50.619 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:50.620 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:50 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:12:50.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:50 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:50.837 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T21:12:51.589 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:51 smithi169 ceph-mon[31510]: Adjusting osd_memory_target on smithi089 to 16064M 2024-04-15T21:12:51.589 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:51 smithi169 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T21:12:51.590 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:51 smithi169 ceph-mon[31510]: osdmap e11: 2 total, 1 up, 2 in 2024-04-15T21:12:51.590 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:51 smithi169 ceph-mon[31510]: from='osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-04-15T21:12:51.590 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:51 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:51.590 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:51 smithi169 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-04-15T21:12:51.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:51 smithi017 ceph-mon[29678]: Adjusting osd_memory_target on smithi089 to 16064M 2024-04-15T21:12:51.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:51 smithi017 ceph-mon[29678]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T21:12:51.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:51 smithi017 ceph-mon[29678]: osdmap e11: 2 total, 1 up, 2 in 2024-04-15T21:12:51.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:51 smithi017 ceph-mon[29678]: from='osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-04-15T21:12:51.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:51 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:51.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:51 smithi017 ceph-mon[29678]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-04-15T21:12:51.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-mon[31510]: Adjusting osd_memory_target on smithi089 to 16064M 2024-04-15T21:12:51.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-15T21:12:51.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-mon[31510]: osdmap e11: 2 total, 1 up, 2 in 2024-04-15T21:12:51.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-mon[31510]: from='osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-04-15T21:12:51.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:51.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-04-15T21:12:51.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1[36365]: 2024-04-15T21:12:51.331+0000 7f7d4eeb7700 -1 osd.1 0 waiting for initial osdmap 2024-04-15T21:12:51.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:12:51 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1[36365]: 2024-04-15T21:12:51.334+0000 7f7d4acaa700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-15T21:12:52.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:52 smithi169 ceph-mon[31510]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:52.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:52 smithi169 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-04-15T21:12:52.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:52 smithi169 ceph-mon[31510]: osdmap e12: 2 total, 1 up, 2 in 2024-04-15T21:12:52.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:52.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:52 smithi017 ceph-mon[29678]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:52 smithi017 ceph-mon[29678]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-04-15T21:12:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:52 smithi017 ceph-mon[29678]: osdmap e12: 2 total, 1 up, 2 in 2024-04-15T21:12:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:52.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:52 smithi089 ceph-mon[31510]: pgmap v68: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-15T21:12:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:52 smithi089 ceph-mon[31510]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-04-15T21:12:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:52 smithi089 ceph-mon[31510]: osdmap e12: 2 total, 1 up, 2 in 2024-04-15T21:12:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:53.224 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-15T21:12:53.224 INFO:teuthology.orchestra.run.smithi169.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-15T21:12:53.225 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10+0 records in 2024-04-15T21:12:53.225 INFO:teuthology.orchestra.run.smithi169.stderr:10+0 records out 2024-04-15T21:12:53.225 INFO:teuthology.orchestra.run.smithi169.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129172 s, 812 MB/s 2024-04-15T21:12:53.225 INFO:teuthology.orchestra.run.smithi169.stderr:--> Zapping successful for: 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: purged_snaps scrub starts 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: purged_snaps scrub ok 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476] boot 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: osdmap e13: 2 total, 2 up, 2 in 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.607 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:53 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: purged_snaps scrub starts 2024-04-15T21:12:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: purged_snaps scrub ok 2024-04-15T21:12:53.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476] boot 2024-04-15T21:12:53.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: osdmap e13: 2 total, 2 up, 2 in 2024-04-15T21:12:53.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:53.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:53 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: purged_snaps scrub starts 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: purged_snaps scrub ok 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: osd.1 [v2:172.21.15.89:6800/811878476,v1:172.21.15.89:6801/811878476] boot 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: osdmap e13: 2 total, 2 up, 2 in 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:53.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:53 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:12:54.429 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph orch daemon add osd smithi169:vg_nvme/lv_4 2024-04-15T21:12:54.624 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:54 smithi169 ceph-mon[31510]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:54.625 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:54 smithi169 ceph-mon[31510]: osdmap e14: 2 total, 2 up, 2 in 2024-04-15T21:12:54.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:54 smithi017 ceph-mon[29678]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:54.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:54 smithi017 ceph-mon[29678]: osdmap e14: 2 total, 2 up, 2 in 2024-04-15T21:12:54.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:54 smithi089 ceph-mon[31510]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:54.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:54 smithi089 ceph-mon[31510]: osdmap e14: 2 total, 2 up, 2 in 2024-04-15T21:12:55.157 INFO:teuthology.orchestra.run.smithi169.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.c/config 2024-04-15T21:12:56.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:56 smithi169 ceph-mon[31510]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:56.684 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:56 smithi089 ceph-mon[31510]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:56.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:56 smithi017 ceph-mon[29678]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:57.595 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:57.595 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:57.595 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:57 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:57.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:57.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:57.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:57 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:57.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-15T21:12:57.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-15T21:12:57.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:57 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:12:58.678 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:58 smithi169 ceph-mon[31510]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:58.678 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:12:58 smithi169 ceph-mon[31510]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:58.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:58 smithi017 ceph-mon[29678]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:58.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:12:58 smithi017 ceph-mon[29678]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:12:58.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:58 smithi089 ceph-mon[31510]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:12:58.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:12:58 smithi089 ceph-mon[31510]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi169:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:13:00.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='client.? 172.21.15.169:0/584255875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]: dispatch 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]: dispatch 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]': finished 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: osdmap e15: 3 total, 2 up, 3 in 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:00 smithi017 ceph-mon[29678]: from='client.? 172.21.15.169:0/2683541430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:13:00.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:00.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='client.? 172.21.15.169:0/584255875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]: dispatch 2024-04-15T21:13:00.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]: dispatch 2024-04-15T21:13:00.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]': finished 2024-04-15T21:13:00.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: osdmap e15: 3 total, 2 up, 3 in 2024-04-15T21:13:00.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:00.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:00 smithi169 ceph-mon[31510]: from='client.? 172.21.15.169:0/2683541430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='client.? 172.21.15.169:0/584255875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]: dispatch 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]: dispatch 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a348b877-b450-48bc-afc6-3b35903d9d7b"}]': finished 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: osdmap e15: 3 total, 2 up, 3 in 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:00.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:00 smithi089 ceph-mon[31510]: from='client.? 172.21.15.169:0/2683541430' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-15T21:13:02.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:02 smithi017 ceph-mon[29678]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:02.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:02 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:02 smithi169 ceph-mon[31510]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:02.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:02 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:02 smithi089 ceph-mon[31510]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:02.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:02.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:02 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:03.661 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:03 smithi169 ceph-mon[31510]: Detected new or changed devices on smithi089 2024-04-15T21:13:03.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:03 smithi017 ceph-mon[29678]: Detected new or changed devices on smithi089 2024-04-15T21:13:03.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:03 smithi089 ceph-mon[31510]: Detected new or changed devices on smithi089 2024-04-15T21:13:04.591 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:04 smithi169 ceph-mon[31510]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:04.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:04 smithi017 ceph-mon[29678]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:04.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:04 smithi089 ceph-mon[31510]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:06.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:06 smithi169 ceph-mon[31510]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:06.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:06 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T21:13:06.657 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:06 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:06.679 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:06 smithi089 ceph-mon[31510]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:06.679 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:06 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T21:13:06.679 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:06 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:06 smithi017 ceph-mon[29678]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-15T21:13:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:06 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:07.613 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:07 smithi169 ceph-mon[31510]: Deploying daemon osd.2 on smithi169 2024-04-15T21:13:07.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:07 smithi017 ceph-mon[29678]: Deploying daemon osd.2 on smithi169 2024-04-15T21:13:07.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:07 smithi089 ceph-mon[31510]: Deploying daemon osd.2 on smithi169 2024-04-15T21:13:08.586 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:08 smithi169 ceph-mon[31510]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:08.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:08 smithi017 ceph-mon[29678]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:08.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:08 smithi089 ceph-mon[31510]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:10.646 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:10 smithi169 ceph-mon[31510]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:10.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:10 smithi017 ceph-mon[29678]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:10.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:10 smithi089 ceph-mon[31510]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:12.630 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:12.630 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.631 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:12.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:12.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:12.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:12.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:12.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:13.560 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:13 smithi169 ceph-mon[31510]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:13.560 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:13 smithi169 ceph-mon[31510]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:13.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:13 smithi017 ceph-mon[29678]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:13.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:13 smithi017 ceph-mon[29678]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:13.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:13 smithi089 ceph-mon[31510]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:13.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:13 smithi089 ceph-mon[31510]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:15.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:15 smithi169 ceph-mon[31510]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:15.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:15 smithi169 ceph-mon[31510]: from='osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T21:13:15.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:15 smithi169 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T21:13:15.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:15 smithi017 ceph-mon[29678]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:15.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:15 smithi017 ceph-mon[29678]: from='osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T21:13:15.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:15 smithi017 ceph-mon[29678]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T21:13:15.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:15 smithi089 ceph-mon[31510]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:15.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:15 smithi089 ceph-mon[31510]: from='osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T21:13:15.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:15 smithi089 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-15T21:13:16.095 INFO:teuthology.orchestra.run.smithi169.stdout:Created osd(s) 2 on host 'smithi169' 2024-04-15T21:13:16.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: osdmap e16: 3 total, 2 up, 3 in 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:16.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:16 smithi017 ceph-mon[29678]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: osdmap e16: 3 total, 2 up, 3 in 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:16.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:13:16.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:16.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:16.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:16 smithi169 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-04-15T21:13:16.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-15T21:13:16.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: osdmap e16: 3 total, 2 up, 3 in 2024-04-15T21:13:16.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-04-15T21:13:16.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:16.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]: dispatch 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:16.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:16 smithi089 ceph-mon[31510]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi169", "root=default"]}]': finished 2024-04-15T21:13:16.979 DEBUG:teuthology.orchestra.run.smithi169:osd.2> sudo journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.2.service 2024-04-15T21:13:16.982 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-15T21:13:16.982 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd stat -f json 2024-04-15T21:13:17.240 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:17.627 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:17 smithi017 ceph-mon[29678]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:17.627 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:17 smithi017 ceph-mon[29678]: Adjusting osd_memory_target on smithi169 to 20160M 2024-04-15T21:13:17.627 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:17 smithi017 ceph-mon[29678]: osdmap e17: 3 total, 2 up, 3 in 2024-04-15T21:13:17.627 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:17 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.627 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:17 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.627 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:17 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.628 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:17 smithi169 ceph-mon[31510]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:17.628 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:17 smithi169 ceph-mon[31510]: Adjusting osd_memory_target on smithi169 to 20160M 2024-04-15T21:13:17.628 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:17 smithi169 ceph-mon[31510]: osdmap e17: 3 total, 2 up, 3 in 2024-04-15T21:13:17.628 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:17 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.628 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:17 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.628 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:17 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:17 smithi089 ceph-mon[31510]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:17.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:17 smithi089 ceph-mon[31510]: Adjusting osd_memory_target on smithi169 to 20160M 2024-04-15T21:13:17.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:17 smithi089 ceph-mon[31510]: osdmap e17: 3 total, 2 up, 3 in 2024-04-15T21:13:17.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:17 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:17 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:17.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:17 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:18.601 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:18 smithi017 ceph-mon[29678]: purged_snaps scrub starts 2024-04-15T21:13:18.601 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:18 smithi017 ceph-mon[29678]: purged_snaps scrub ok 2024-04-15T21:13:18.601 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:18 smithi017 ceph-mon[29678]: osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407] boot 2024-04-15T21:13:18.602 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:18 smithi017 ceph-mon[29678]: osdmap e18: 3 total, 3 up, 3 in 2024-04-15T21:13:18.602 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:18 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:18.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:18 smithi169 ceph-mon[31510]: purged_snaps scrub starts 2024-04-15T21:13:18.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:18 smithi169 ceph-mon[31510]: purged_snaps scrub ok 2024-04-15T21:13:18.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:18 smithi169 ceph-mon[31510]: osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407] boot 2024-04-15T21:13:18.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:18 smithi169 ceph-mon[31510]: osdmap e18: 3 total, 3 up, 3 in 2024-04-15T21:13:18.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:18 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:18.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:18 smithi089 ceph-mon[31510]: purged_snaps scrub starts 2024-04-15T21:13:18.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:18 smithi089 ceph-mon[31510]: purged_snaps scrub ok 2024-04-15T21:13:18.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:18 smithi089 ceph-mon[31510]: osd.2 [v2:172.21.15.169:6800/2975970407,v1:172.21.15.169:6801/2975970407] boot 2024-04-15T21:13:18.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:18 smithi089 ceph-mon[31510]: osdmap e18: 3 total, 3 up, 3 in 2024-04-15T21:13:18.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:18 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:13:19.070 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:19.671 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:19 smithi017 ceph-mon[29678]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:19.671 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:19 smithi017 ceph-mon[29678]: osdmap e19: 3 total, 3 up, 3 in 2024-04-15T21:13:19.671 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:19 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' 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-04-15T21:13:19.671 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:19 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/3386089225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T21:13:19.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:19 smithi169 ceph-mon[31510]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:19.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:19 smithi169 ceph-mon[31510]: osdmap e19: 3 total, 3 up, 3 in 2024-04-15T21:13:19.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:19 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' 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-04-15T21:13:19.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:19 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/3386089225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T21:13:19.698 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1713215597,"num_in_osds":3,"osd_in_since":1713215579,"num_remapped_pgs":0} 2024-04-15T21:13:19.698 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T21:13:19.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:19 smithi089 ceph-mon[31510]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-15T21:13:19.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:19 smithi089 ceph-mon[31510]: osdmap e19: 3 total, 3 up, 3 in 2024-04-15T21:13:19.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:19 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' 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-04-15T21:13:19.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:19 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/3386089225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-15T21:13:20.660 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' 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-04-15T21:13:20.661 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 ceph-mon[31510]: osdmap e20: 3 total, 3 up, 3 in 2024-04-15T21:13:20.661 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T21:13:20.661 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.661 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.661 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.661 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37692]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T21:13:20.661 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37692]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.661 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37692]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.661 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37692]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.662 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37695]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T21:13:20.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' 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-04-15T21:13:20.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 ceph-mon[29678]: osdmap e20: 3 total, 3 up, 3 in 2024-04-15T21:13:20.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T21:13:20.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.694 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42577]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T21:13:20.694 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42577]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.695 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42577]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.695 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42577]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.695 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42580]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T21:13:20.695 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42580]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.695 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42580]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.695 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42580]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' 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-04-15T21:13:20.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 ceph-mon[31510]: osdmap e20: 3 total, 3 up, 3 in 2024-04-15T21:13:20.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-15T21:13:20.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37640]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37640]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37640]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37640]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37643]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37643]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37643]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.721 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37643]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.816 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:20.944 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37695]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.944 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37695]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.944 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37695]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37698]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37698]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37698]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37698]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37701]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37701]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37701]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:20 smithi169 sudo[37701]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.954 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42583]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T21:13:20.954 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42583]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.954 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42583]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.954 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42583]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:20.954 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42586]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T21:13:20.954 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42586]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:20.954 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42586]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:20.955 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:20 smithi017 sudo[42586]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:21.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37646]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-15T21:13:21.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37646]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:21.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37646]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:21.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37646]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:21.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37649]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-15T21:13:21.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37649]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-15T21:13:21.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37649]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-15T21:13:21.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:20 smithi089 sudo[37649]: pam_unix(sudo:session): session closed for user root 2024-04-15T21:13:21.517 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: osdmap e21: 3 total, 3 up, 3 in 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:21 smithi017 ceph-mon[29678]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:21.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: osdmap e21: 3 total, 3 up, 3 in 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.696 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:21 smithi169 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: pgmap v93: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: osdmap e21: 3 total, 3 up, 3 in 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:21.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-15T21:13:21.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:13:21.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:13:21.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:13:21.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:21 smithi089 ceph-mon[31510]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: osdmap e22: 3 total, 3 up, 3 in 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:22 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: osdmap e22: 3 total, 3 up, 3 in 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:22 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: osdmap e22: 3 total, 3 up, 3 in 2024-04-15T21:13:22.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-15T21:13:22.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:22.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:22 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:23.609 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:23.609 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":22,"fsid":"577e88c6-fb6c-11ee-bc8f-c7b262605968","created":"2024-04-15T21:09:43.896608+0000","modified":"2024-04-15T21:13:21.410732+0000","last_up_change":"2024-04-15T21:13:17.392106+0000","last_in_change":"2024-04-15T21:12:59.563257+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-04-15T21:13:18.753003+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,"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":"9517c99c-2e48-4ec6-901d-79c08a47c744","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.17:6802","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6803","nonce":3105265524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6805","nonce":3105265524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6809","nonce":3105265524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6807","nonce":3105265524}]},"public_addr":"172.21.15.17:6803/3105265524","cluster_addr":"172.21.15.17:6805/3105265524","heartbeat_back_addr":"172.21.15.17:6809/3105265524","heartbeat_front_addr":"172.21.15.17:6807/3105265524","state":["exists","up"]},{"osd":1,"uuid":"ed845f0a-dc1e-42cd-ab3f-576140d18a02","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.89:6800","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6801","nonce":811878476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6803","nonce":811878476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6807","nonce":811878476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6805","nonce":811878476}]},"public_addr":"172.21.15.89:6801/811878476","cluster_addr":"172.21.15.89:6803/811878476","heartbeat_back_addr":"172.21.15.89:6807/811878476","heartbeat_front_addr":"172.21.15.89:6805/811878476","state":["exists","up"]},{"osd":2,"uuid":"a348b877-b450-48bc-afc6-3b35903d9d7b","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.169:6800","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6801","nonce":2975970407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6803","nonce":2975970407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6807","nonce":2975970407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6805","nonce":2975970407}]},"public_addr":"172.21.15.169:6801/2975970407","cluster_addr":"172.21.15.169:6803/2975970407","heartbeat_back_addr":"172.21.15.169:6807/2975970407","heartbeat_front_addr":"172.21.15.169:6805/2975970407","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-04-15T21:12:25.797030+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-04-15T21:12:50.408056+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-04-15T21:13:16.154631+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/2818936533":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/4068299667":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6801/2302680351":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/4064864369":"2024-04-16T21:10:21.424944+0000","172.21.15.17:0/3212479163":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/2303951520":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/3042146536":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6800/1593022953":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6801/1593022953":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6800/2302680351":"2024-04-16T21:10:48.648358+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-04-15T21:13:23.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:23 smithi017 ceph-mon[29678]: pgmap v96: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:23.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:23 smithi017 ceph-mon[29678]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T21:13:23.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:23 smithi017 ceph-mon[29678]: Cluster is now healthy 2024-04-15T21:13:23.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:23 smithi169 ceph-mon[31510]: pgmap v96: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:23.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:23 smithi169 ceph-mon[31510]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T21:13:23.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:23 smithi169 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:13:23.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:23 smithi089 ceph-mon[31510]: pgmap v96: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:23.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:23 smithi089 ceph-mon[31510]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-15T21:13:23.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:23 smithi089 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:13:24.184 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-15T21:13:18.753003+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, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-15T21:13:24.184 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-15T21:13:24.427 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:24.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:24 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/319596374' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:24.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:24 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/319596374' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:24.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:24 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/319596374' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:25.691 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:25 smithi017 ceph-mon[29678]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:25.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:25 smithi169 ceph-mon[31510]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:25.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:25 smithi089 ceph-mon[31510]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:26.151 INFO:teuthology.orchestra.run.smithi017.stdout:pg_num: 1 2024-04-15T21:13:26.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:26 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/3058909892' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T21:13:26.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:26 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/3058909892' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T21:13:26.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:26 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/3058909892' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-15T21:13:26.737 INFO:tasks.cephadm:Setting up client nodes... 2024-04-15T21:13:26.737 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-15T21:13:26.737 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-15T21:13:26.738 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph mgr dump --format=json 2024-04-15T21:13:26.980 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:27.534 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:27 smithi089 ceph-mon[31510]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:27.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:27 smithi017 ceph-mon[29678]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:27.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:27 smithi169 ceph-mon[31510]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:28.771 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:29.351 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6800","nonce":1480253356},{"type":"v1","addr":"172.21.15.17:6801","nonce":1480253356}]},"active_addr":"172.21.15.17:6801/1480253356","active_change":"2024-04-15T21:10:48.648475+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:2.4.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.1","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:2.4.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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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:2.4.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.1","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:2.4.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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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.17:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":2822214793}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":2105895498}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":2688616286}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":1447693235}]}]} 2024-04-15T21:13:29.357 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-15T21:13:29.357 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-15T21:13:29.358 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T21:13:29.599 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:29.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:29 smithi017 ceph-mon[29678]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:29.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:29 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1330378690' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T21:13:29.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:29 smithi169 ceph-mon[31510]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:29.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:29 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/1330378690' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T21:13:29.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:29 smithi089 ceph-mon[31510]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:29.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:29 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/1330378690' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-15T21:13:31.359 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:31.360 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":22,"fsid":"577e88c6-fb6c-11ee-bc8f-c7b262605968","created":"2024-04-15T21:09:43.896608+0000","modified":"2024-04-15T21:13:21.410732+0000","last_up_change":"2024-04-15T21:13:17.392106+0000","last_in_change":"2024-04-15T21:12:59.563257+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-04-15T21:13:18.753003+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,"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":"9517c99c-2e48-4ec6-901d-79c08a47c744","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.17:6802","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6803","nonce":3105265524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6805","nonce":3105265524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6809","nonce":3105265524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6807","nonce":3105265524}]},"public_addr":"172.21.15.17:6803/3105265524","cluster_addr":"172.21.15.17:6805/3105265524","heartbeat_back_addr":"172.21.15.17:6809/3105265524","heartbeat_front_addr":"172.21.15.17:6807/3105265524","state":["exists","up"]},{"osd":1,"uuid":"ed845f0a-dc1e-42cd-ab3f-576140d18a02","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.89:6800","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6801","nonce":811878476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6803","nonce":811878476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6807","nonce":811878476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6805","nonce":811878476}]},"public_addr":"172.21.15.89:6801/811878476","cluster_addr":"172.21.15.89:6803/811878476","heartbeat_back_addr":"172.21.15.89:6807/811878476","heartbeat_front_addr":"172.21.15.89:6805/811878476","state":["exists","up"]},{"osd":2,"uuid":"a348b877-b450-48bc-afc6-3b35903d9d7b","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.169:6800","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6801","nonce":2975970407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6803","nonce":2975970407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6807","nonce":2975970407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6805","nonce":2975970407}]},"public_addr":"172.21.15.169:6801/2975970407","cluster_addr":"172.21.15.169:6803/2975970407","heartbeat_back_addr":"172.21.15.169:6807/2975970407","heartbeat_front_addr":"172.21.15.169:6805/2975970407","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-04-15T21:12:25.797030+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-04-15T21:12:50.408056+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-04-15T21:13:16.154631+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/2818936533":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/4068299667":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6801/2302680351":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/4064864369":"2024-04-16T21:10:21.424944+0000","172.21.15.17:0/3212479163":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/2303951520":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/3042146536":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6800/1593022953":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6801/1593022953":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6800/2302680351":"2024-04-16T21:10:48.648358+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-04-15T21:13:31.685 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:31 smithi017 ceph-mon[29678]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:31.685 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:31 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/545168468' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:31.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:31 smithi169 ceph-mon[31510]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:31.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:31 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/545168468' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:31.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:31 smithi089 ceph-mon[31510]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:31.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:31 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/545168468' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:31.945 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-15T21:13:31.945 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd dump --format=json 2024-04-15T21:13:32.205 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:33.276 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.276 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.276 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: Detected new or changed devices on smithi169 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:33 smithi017 ceph-mon[29678]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:13:33.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: Detected new or changed devices on smithi169 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:33 smithi169 ceph-mon[31510]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:13:33.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: Detected new or changed devices on smithi169 2024-04-15T21:13:33.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:33.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:33.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:33.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:33.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:33.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:33 smithi089 ceph-mon[31510]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:13:33.974 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:33.974 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":22,"fsid":"577e88c6-fb6c-11ee-bc8f-c7b262605968","created":"2024-04-15T21:09:43.896608+0000","modified":"2024-04-15T21:13:21.410732+0000","last_up_change":"2024-04-15T21:13:17.392106+0000","last_in_change":"2024-04-15T21:12:59.563257+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-04-15T21:13:18.753003+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,"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":"9517c99c-2e48-4ec6-901d-79c08a47c744","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.17:6802","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6803","nonce":3105265524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6805","nonce":3105265524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6809","nonce":3105265524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":3105265524},{"type":"v1","addr":"172.21.15.17:6807","nonce":3105265524}]},"public_addr":"172.21.15.17:6803/3105265524","cluster_addr":"172.21.15.17:6805/3105265524","heartbeat_back_addr":"172.21.15.17:6809/3105265524","heartbeat_front_addr":"172.21.15.17:6807/3105265524","state":["exists","up"]},{"osd":1,"uuid":"ed845f0a-dc1e-42cd-ab3f-576140d18a02","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.89:6800","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6801","nonce":811878476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6803","nonce":811878476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6807","nonce":811878476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":811878476},{"type":"v1","addr":"172.21.15.89:6805","nonce":811878476}]},"public_addr":"172.21.15.89:6801/811878476","cluster_addr":"172.21.15.89:6803/811878476","heartbeat_back_addr":"172.21.15.89:6807/811878476","heartbeat_front_addr":"172.21.15.89:6805/811878476","state":["exists","up"]},{"osd":2,"uuid":"a348b877-b450-48bc-afc6-3b35903d9d7b","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.169:6800","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6801","nonce":2975970407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6802","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6803","nonce":2975970407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6806","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6807","nonce":2975970407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.169:6804","nonce":2975970407},{"type":"v1","addr":"172.21.15.169:6805","nonce":2975970407}]},"public_addr":"172.21.15.169:6801/2975970407","cluster_addr":"172.21.15.169:6803/2975970407","heartbeat_back_addr":"172.21.15.169:6807/2975970407","heartbeat_front_addr":"172.21.15.169:6805/2975970407","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-04-15T21:12:25.797030+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-04-15T21:12:50.408056+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-04-15T21:13:16.154631+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/2818936533":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/4068299667":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6801/2302680351":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/4064864369":"2024-04-16T21:10:21.424944+0000","172.21.15.17:0/3212479163":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/2303951520":"2024-04-16T21:10:48.648358+0000","172.21.15.17:0/3042146536":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6800/1593022953":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6801/1593022953":"2024-04-16T21:10:21.424944+0000","172.21.15.17:6800/2302680351":"2024-04-16T21:10:48.648358+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-04-15T21:13:34.438 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.438 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.438 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:34.438 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.438 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:34.439 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:34.439 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:34.439 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.439 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:34 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1569229080' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:34.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:34.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:34.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:34.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:34.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:34 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/1569229080' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:34.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:34.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:34.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:34.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:34.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:34.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:34 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/1569229080' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-15T21:13:34.550 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-15T21:13:34.550 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-15T21:13:34.550 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-15T21:13:34.836 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:34.836 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:34.847 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:35.217 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:35 smithi017 ceph-mon[29678]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:13:35.217 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:35 smithi017 ceph-mon[29678]: Cluster is now healthy 2024-04-15T21:13:35.437 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:35 smithi169 ceph-mon[31510]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:13:35.437 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:35 smithi169 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:13:35.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:35 smithi089 ceph-mon[31510]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:13:35.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:35 smithi089 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:13:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:36 smithi017 ceph-mon[29678]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:36.430 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:36 smithi169 ceph-mon[31510]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:36.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:36 smithi089 ceph-mon[31510]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:38.138 INFO:teuthology.orchestra.run.smithi017.stdout:77309411335 2024-04-15T21:13:38.138 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-15T21:13:38.438 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:38 smithi017 ceph-mon[29678]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:38.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:38 smithi169 ceph-mon[31510]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:38.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:38 smithi089 ceph-mon[31510]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:40.178 INFO:teuthology.orchestra.run.smithi017.stdout:55834574860 2024-04-15T21:13:40.178 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-15T21:13:40.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:40 smithi017 ceph-mon[29678]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:40.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:40 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:40 smithi169 ceph-mon[31510]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:40.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:40 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:40 smithi089 ceph-mon[31510]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:40.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:40 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:40 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:40 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:40.831 INFO:teuthology.orchestra.run.smithi017.stdout:34359738385 2024-04-15T21:13:40.831 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-15T21:13:40.890 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:42.423 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:42 smithi089 ceph-mon[31510]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:42.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:42 smithi017 ceph-mon[29678]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:42.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:42 smithi169 ceph-mon[31510]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:42.998 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:42.998 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:43.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:43 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:43 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:43 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:43 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:43 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:43 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:43 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:43 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:43.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:43 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:44.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:44 smithi017 ceph-mon[29678]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:44.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:44 smithi169 ceph-mon[31510]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:44.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:44 smithi089 ceph-mon[31510]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:46.314 INFO:teuthology.orchestra.run.smithi017.stdout:77309411337 2024-04-15T21:13:46.504 INFO:teuthology.orchestra.run.smithi017.stdout:55834574861 2024-04-15T21:13:46.517 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:46 smithi017 ceph-mon[29678]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:46.517 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:46 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/3805856493' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T21:13:46.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:46 smithi169 ceph-mon[31510]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:46.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:46 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/3805856493' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T21:13:46.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:46 smithi089 ceph-mon[31510]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:46.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:46 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/3805856493' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-15T21:13:47.050 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2024-04-15T21:13:47.050 DEBUG:teuthology.parallel:result is None 2024-04-15T21:13:47.662 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:47 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/32914627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T21:13:47.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:47 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/32914627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T21:13:47.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:47 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/32914627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-15T21:13:48.245 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411337 for osd.2 2024-04-15T21:13:48.245 DEBUG:teuthology.parallel:result is None 2024-04-15T21:13:48.360 INFO:teuthology.orchestra.run.smithi017.stdout:34359738386 2024-04-15T21:13:48.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:48 smithi017 ceph-mon[29678]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:48.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:48 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/2616190563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T21:13:48.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:48 smithi169 ceph-mon[31510]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:48.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:48 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/2616190563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T21:13:48.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:48 smithi089 ceph-mon[31510]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:48.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:48 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/2616190563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-15T21:13:48.922 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-04-15T21:13:48.923 DEBUG:teuthology.parallel:result is None 2024-04-15T21:13:48.923 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-15T21:13:48.923 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-15T21:13:49.173 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:50.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:50 smithi017 ceph-mon[29678]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:50.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:50 smithi169 ceph-mon[31510]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:50.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:50 smithi089 ceph-mon[31510]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:50.935 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:50.938 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-04-15T21:13:51.569 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":113,"stamp":"2024-04-15T21:13:49.177117+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":84600,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150856,"statfs":{"total":287985106944,"available":287898476544,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002274"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-15T21:13:21.413916+0000","last_change":"2024-04-15T21:13:20.421542+0000","last_active":"2024-04-15T21:13:21.413916+0000","last_peered":"2024-04-15T21:13:21.413916+0000","last_clean":"2024-04-15T21:13:21.413916+0000","last_became_active":"2024-04-15T21:13:20.420580+0000","last_became_peered":"2024-04-15T21:13:20.420580+0000","last_unstale":"2024-04-15T21:13:21.413916+0000","last_undegraded":"2024-04-15T21:13:21.413916+0000","last_fullsized":"2024-04-15T21:13:21.413916+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-04-15T21:13:19.398520+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-15T21:13:19.398520+0000","last_clean_scrub_stamp":"2024-04-15T21:13:19.398520+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-04-17T00:29:36.237806+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":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"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":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"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-04-15T21:13:51.570 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph pg dump --format=json 2024-04-15T21:13:51.821 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:52.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:52 smithi017 ceph-mon[29678]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:13:52.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:52 smithi017 ceph-mon[29678]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:52.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:52 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:52 smithi169 ceph-mon[31510]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:13:52.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:52 smithi169 ceph-mon[31510]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:52.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:52 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:52 smithi089 ceph-mon[31510]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:13:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:52 smithi089 ceph-mon[31510]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:52.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:52 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:53.683 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:53.686 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-04-15T21:13:54.243 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":115,"stamp":"2024-04-15T21:13:53.177950+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":84600,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150856,"statfs":{"total":287985106944,"available":287898476544,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002242"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-15T21:13:21.413916+0000","last_change":"2024-04-15T21:13:20.421542+0000","last_active":"2024-04-15T21:13:21.413916+0000","last_peered":"2024-04-15T21:13:21.413916+0000","last_clean":"2024-04-15T21:13:21.413916+0000","last_became_active":"2024-04-15T21:13:20.420580+0000","last_became_peered":"2024-04-15T21:13:20.420580+0000","last_unstale":"2024-04-15T21:13:21.413916+0000","last_undegraded":"2024-04-15T21:13:21.413916+0000","last_fullsized":"2024-04-15T21:13:21.413916+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-04-15T21:13:19.398520+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-15T21:13:19.398520+0000","last_clean_scrub_stamp":"2024-04-15T21:13:19.398520+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-04-17T00:29:36.237806+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":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"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":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]}],"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-04-15T21:13:54.244 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-15T21:13:54.244 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-15T21:13:54.244 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-15T21:13:54.244 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- ceph health --format=json 2024-04-15T21:13:54.489 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:54.590 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:54 smithi017 ceph-mon[29678]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:54.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:54 smithi169 ceph-mon[31510]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:54.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:54 smithi089 ceph-mon[31510]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:55.702 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:55 smithi169 ceph-mon[31510]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:13:55.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:55 smithi089 ceph-mon[31510]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:13:55.740 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:55 smithi017 ceph-mon[29678]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:13:56.106 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:13:56.106 INFO:teuthology.orchestra.run.smithi017.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-15T21:13:56.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:56 smithi089 ceph-mon[31510]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:56.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:56 smithi089 ceph-mon[31510]: from='client.? 172.21.15.17:0/1088368899' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T21:13:56.734 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:56 smithi017 ceph-mon[29678]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:56.734 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:56 smithi017 ceph-mon[29678]: from='client.? 172.21.15.17:0/1088368899' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T21:13:56.764 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-15T21:13:56.764 INFO:tasks.cephadm:Setup complete, yielding 2024-04-15T21:13:56.764 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-15T21:13:56.774 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 -- bash -c 'set -e 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> set -x 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply node-exporter 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply grafana 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply alertmanager 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply prometheus 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> sleep 240 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch ls 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch ps 2024-04-15T21:13:56.774 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch host ls 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> # check each host node-exporter metrics endpoint is responsive 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> for ip in $ALL_HOST_IPS; do 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ip}:9100/metric 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> done 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> # check grafana endpoints are responsive and database health is okay 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-15T21:13:56.775 DEBUG:teuthology.orchestra.run.smithi017:> # stop mon daemon in order to trigger an alert 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch daemon stop $MON_DAEMON 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> sleep 120 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-15T21:13:56.776 DEBUG:teuthology.orchestra.run.smithi017:> ' 2024-04-15T21:13:56.890 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:56 smithi169 ceph-mon[31510]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:56.891 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:56 smithi169 ceph-mon[31510]: from='client.? 172.21.15.17:0/1088368899' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-15T21:13:57.022 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/mon.a/config 2024-04-15T21:13:58.518 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply node-exporter 2024-04-15T21:13:58.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:58 smithi017 ceph-mon[29678]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:58.710 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:58 smithi169 ceph-mon[31510]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:58.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:58 smithi089 ceph-mon[31510]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:58.771 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled node-exporter update... 2024-04-15T21:13:58.785 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply grafana 2024-04-15T21:13:59.131 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled grafana update... 2024-04-15T21:13:59.144 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply alertmanager 2024-04-15T21:13:59.501 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled alertmanager update... 2024-04-15T21:13:59.513 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply prometheus 2024-04-15T21:13:59.870 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled prometheus update... 2024-04-15T21:13:59.884 INFO:teuthology.orchestra.run.smithi017.stderr:+ sleep 240 2024-04-15T21:13:59.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:13:59.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: Saving service node-exporter spec with placement * 2024-04-15T21:13:59.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:59.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:13:59.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: Deploying daemon node-exporter.smithi017 on smithi017 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: Saving service grafana spec with placement count:1 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: Saving service alertmanager spec with placement count:1 2024-04-15T21:13:59.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:13:59 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: Saving service node-exporter spec with placement * 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: Deploying daemon node-exporter.smithi017 on smithi017 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: Saving service grafana spec with placement count:1 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:00.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: Saving service alertmanager spec with placement count:1 2024-04-15T21:14:00.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:13:59 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: Saving service node-exporter spec with placement * 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: Deploying daemon node-exporter.smithi017 on smithi017 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: Saving service grafana spec with placement count:1 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:00.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:00.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: Saving service alertmanager spec with placement count:1 2024-04-15T21:14:00.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:13:59 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.122 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:00 smithi089 ceph-mon[31510]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:01.122 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:00 smithi089 ceph-mon[31510]: Saving service prometheus spec with placement count:1 2024-04-15T21:14:01.122 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.122 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.122 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.122 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:00 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:00 smithi017 ceph-mon[29678]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:00 smithi017 ceph-mon[29678]: Saving service prometheus spec with placement count:1 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:00 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:00 smithi169 ceph-mon[31510]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:14:01.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:00 smithi169 ceph-mon[31510]: Saving service prometheus spec with placement count:1 2024-04-15T21:14:01.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:01.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:00 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:02.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:01 smithi017 ceph-mon[29678]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:02.194 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:01 smithi169 ceph-mon[31510]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:02.220 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:01 smithi089 ceph-mon[31510]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:03.825 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:03 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.825 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:03 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.825 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:03 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:03 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:03 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:03 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:03 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:03 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:03.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:03 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.680 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:04 smithi089 ceph-mon[31510]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:04.680 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.680 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.681 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:04 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:04 smithi017 ceph-mon[29678]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:04.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:04 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:04 smithi169 ceph-mon[31510]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:04.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:04.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:04 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.628 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:05 smithi017 ceph-mon[29678]: Deploying daemon node-exporter.smithi089 on smithi089 2024-04-15T21:14:05.628 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:05 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.628 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:05 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.628 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:05 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:05 smithi169 ceph-mon[31510]: Deploying daemon node-exporter.smithi089 on smithi089 2024-04-15T21:14:05.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:05 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:05 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:05 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:05 smithi089 ceph-mon[31510]: Deploying daemon node-exporter.smithi089 on smithi089 2024-04-15T21:14:05.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:05 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:05 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:05.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:05 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:06.908 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:06 smithi089 ceph-mon[31510]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:06.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:06 smithi017 ceph-mon[29678]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:06.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:06 smithi169 ceph-mon[31510]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:08.742 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:08 smithi169 ceph-mon[31510]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:08.743 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:08 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.743 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:08 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.743 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:08 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:08 smithi017 ceph-mon[29678]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:08.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:08 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:08 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:08 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:08 smithi089 ceph-mon[31510]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:08.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:08 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:08 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:08.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:08 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:09.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:09 smithi169 ceph-mon[31510]: Deploying daemon node-exporter.smithi169 on smithi169 2024-04-15T21:14:09.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:09 smithi017 ceph-mon[29678]: Deploying daemon node-exporter.smithi169 on smithi169 2024-04-15T21:14:09.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:09 smithi089 ceph-mon[31510]: Deploying daemon node-exporter.smithi169 on smithi169 2024-04-15T21:14:10.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:10 smithi017 ceph-mon[29678]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:10.944 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:10 smithi169 ceph-mon[31510]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:10.970 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:10 smithi089 ceph-mon[31510]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:12.693 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:12.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:12.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:12 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.847 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:12 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:12.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:12.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:12.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:12.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:12.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:12.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:12 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:13 smithi017 ceph-mon[29678]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:13.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:13 smithi017 ceph-mon[29678]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:13.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:13 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.705 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:13 smithi089 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:13.705 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:13 smithi089 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:13.705 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:13 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.705 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:13 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.705 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:13 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.814 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:13 smithi169 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:13.814 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:13 smithi169 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:13.814 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:13 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.814 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:13 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:13.814 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:13 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:14.865 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:14 smithi089 ceph-mon[31510]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:14.866 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:14 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:14.917 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:14 smithi169 ceph-mon[31510]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:14.917 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:14 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:14.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:14 smithi017 ceph-mon[29678]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:14.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:14 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.832 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:15 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.832 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:15 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.832 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:15 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.832 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:15 smithi089 ceph-mon[31510]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:15.832 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:15 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:15 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:15 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:15 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:15 smithi169 ceph-mon[31510]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:15.911 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:15 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:15.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:15 smithi017 ceph-mon[29678]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:15.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:15 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:17.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:17.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:17.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:16 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:17.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:17.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:17.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:16 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.448 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:17.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:17.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:17.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:17.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:16 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-15T21:14:18.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T21:14:18.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T21:14:18.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: Deploying daemon grafana.smithi017 on smithi017 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:18 smithi017 ceph-mon[29678]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: Deploying daemon grafana.smithi017 on smithi017 2024-04-15T21:14:18.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:18 smithi169 ceph-mon[31510]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:18.470 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-15T21:14:18.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T21:14:18.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-15T21:14:18.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:18.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: Deploying daemon grafana.smithi017 on smithi017 2024-04-15T21:14:18.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:18 smithi089 ceph-mon[31510]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:20.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:20 smithi017 ceph-mon[29678]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:20.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:20 smithi169 ceph-mon[31510]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:20.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:20 smithi089 ceph-mon[31510]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:22.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:22 smithi017 ceph-mon[29678]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:22.694 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:22 smithi169 ceph-mon[31510]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:22.720 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:22 smithi089 ceph-mon[31510]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:24.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:24 smithi017 ceph-mon[29678]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:24.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:24 smithi169 ceph-mon[31510]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:24.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:24 smithi089 ceph-mon[31510]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:26.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:26 smithi017 ceph-mon[29678]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:26.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:26 smithi169 ceph-mon[31510]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:26.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:26 smithi089 ceph-mon[31510]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:28.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:28 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:28 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:28 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:28 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:28 smithi017 ceph-mon[29678]: Deploying daemon alertmanager.smithi169 on smithi169 2024-04-15T21:14:28.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:28 smithi017 ceph-mon[29678]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:28.444 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:28 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:28 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:28 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:28 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:28 smithi169 ceph-mon[31510]: Deploying daemon alertmanager.smithi169 on smithi169 2024-04-15T21:14:28.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:28 smithi169 ceph-mon[31510]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:28.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:28 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:28 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:28 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:28 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:28.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:28 smithi089 ceph-mon[31510]: Deploying daemon alertmanager.smithi169 on smithi169 2024-04-15T21:14:28.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:28 smithi089 ceph-mon[31510]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:29.988 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:29 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:29.988 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:29 smithi017 ceph-mon[29678]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:30.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:29 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:30.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:29 smithi169 ceph-mon[31510]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:30.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:29 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:30.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:29 smithi089 ceph-mon[31510]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:32.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:32 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:32.444 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:32 smithi017 ceph-mon[29678]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:32.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:32 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:32.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:32 smithi169 ceph-mon[31510]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:32.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:32 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:32.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:32 smithi089 ceph-mon[31510]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:33.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:33.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:33.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:33 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:33.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:33 smithi017 ceph-mon[29678]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:34.061 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:34.061 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:34.061 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:33 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:34.061 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:33 smithi169 ceph-mon[31510]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:34.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:34.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:34.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:33 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:34.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:33 smithi089 ceph-mon[31510]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:36.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:36.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:36 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.655 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.656 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:36 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:36.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:36.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:36 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:37.346 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:37 smithi169 ceph-mon[31510]: Deploying daemon prometheus.smithi089 on smithi089 2024-04-15T21:14:37.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:37 smithi017 ceph-mon[29678]: Deploying daemon prometheus.smithi089 on smithi089 2024-04-15T21:14:37.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:37 smithi089 ceph-mon[31510]: Deploying daemon prometheus.smithi089 on smithi089 2024-04-15T21:14:38.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:38 smithi169 ceph-mon[31510]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:38.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:38 smithi017 ceph-mon[29678]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:38.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:38 smithi089 ceph-mon[31510]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:40.093 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:39 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:40.093 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:39 smithi169 ceph-mon[31510]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:40.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:39 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:40.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:39 smithi017 ceph-mon[29678]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:40.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:39 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:40.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:39 smithi089 ceph-mon[31510]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:42.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:41 smithi017 ceph-mon[29678]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:42.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:41 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:41 smithi169 ceph-mon[31510]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:41 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:41 smithi089 ceph-mon[31510]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:41 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:44.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:44 smithi089 ceph-mon[31510]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:44.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:44 smithi017 ceph-mon[29678]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:44.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:44 smithi169 ceph-mon[31510]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:46.332 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:46 smithi089 ceph-mon[31510]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:46.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:46 smithi017 ceph-mon[29678]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:46.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:46 smithi169 ceph-mon[31510]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:48.430 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:48 smithi017 ceph-mon[29678]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:48.431 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.431 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.431 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.431 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:48 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-15T21:14:48.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:48 smithi089 ceph-mon[31510]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:48.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:48 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:48 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:48 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:48 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-15T21:14:48.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:48 smithi169 ceph-mon[31510]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:48.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:48 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:48 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:48 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:48.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:48 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-15T21:14:49.382 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:49 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ignoring --setuser ceph since I am not root 2024-04-15T21:14:49.382 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:49 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ignoring --setgroup ceph since I am not root 2024-04-15T21:14:49.471 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: ignoring --setuser ceph since I am not root 2024-04-15T21:14:49.471 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: ignoring --setgroup ceph since I am not root 2024-04-15T21:14:49.471 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-mgr[33086]: -- 172.21.15.89:0/1110063479 <== mon.2 v2:172.21.15.89:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5654efc505a0 con 0x5654efc25000 2024-04-15T21:14:49.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:49.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-15T21:14:49.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-mon[31510]: mgrmap e16: a(active, since 4m), standbys: b 2024-04-15T21:14:49.971 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:49.668+0000 7f94db736200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T21:14:49.972 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:49 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:49.762+0000 7f94db736200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T21:14:50.030 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:49 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:49.704+0000 7fb57250f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-15T21:14:50.030 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:49 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:49.807+0000 7fb57250f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-15T21:14:50.030 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:50.030 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:49 smithi017 ceph-mon[29678]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-15T21:14:50.030 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:49 smithi017 ceph-mon[29678]: mgrmap e16: a(active, since 4m), standbys: b 2024-04-15T21:14:50.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' 2024-04-15T21:14:50.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:49 smithi169 ceph-mon[31510]: from='mgr.14152 172.21.15.17:0/1829162817' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-15T21:14:50.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:49 smithi169 ceph-mon[31510]: mgrmap e16: a(active, since 4m), standbys: b 2024-04-15T21:14:50.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:50 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:50.519+0000 7fb57250f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T21:14:50.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:50 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:50.619+0000 7fb57250f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T21:14:50.721 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:50 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:50.408+0000 7f94db736200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-15T21:14:50.721 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:50 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:50.502+0000 7f94db736200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-15T21:14:50.721 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:50 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:50.644+0000 7f94db736200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T21:14:50.944 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:50 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:50.767+0000 7fb57250f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-15T21:14:50.944 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:50 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:50.866+0000 7fb57250f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T21:14:51.095 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:50 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:50.739+0000 7f94db736200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-15T21:14:51.096 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:50 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:50.824+0000 7f94db736200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T21:14:51.096 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:51 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:51.099+0000 7f94db736200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T21:14:51.224 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:50 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:50.952+0000 7fb57250f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-15T21:14:51.224 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:51 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:51.226+0000 7fb57250f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-15T21:14:51.389 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:51 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:51.210+0000 7f94db736200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T21:14:51.390 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:51 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:51.298+0000 7f94db736200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T21:14:51.390 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:51 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:51.392+0000 7f94db736200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T21:14:51.525 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:51 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:51.340+0000 7fb57250f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-15T21:14:51.525 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:51 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:51.429+0000 7fb57250f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-15T21:14:51.721 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:51 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:51.570+0000 7f94db736200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T21:14:51.944 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:51 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:51.527+0000 7fb57250f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-15T21:14:51.944 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:51 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:51.707+0000 7fb57250f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-15T21:14:52.793 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:52 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:52.534+0000 7f94db736200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T21:14:52.793 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:52 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:52.666+0000 7f94db736200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T21:14:53.106 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:53 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:53.013+0000 7f94db736200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T21:14:53.106 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:53 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:53.109+0000 7f94db736200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T21:14:53.180 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:52 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:52.706+0000 7fb57250f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-15T21:14:53.180 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:52 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:52.841+0000 7fb57250f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-15T21:14:53.180 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:53 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:53.182+0000 7fb57250f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-15T21:14:53.444 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:53 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:53.275+0000 7fb57250f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-15T21:14:53.471 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:53 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:53.308+0000 7f94db736200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:14:53.785 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:53 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:53.497+0000 7f94db736200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T21:14:53.944 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:53 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:53.479+0000 7fb57250f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:14:53.944 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:53 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:53.671+0000 7fb57250f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-15T21:14:54.052 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:53 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:53.788+0000 7f94db736200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:14:54.053 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:54 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:54.055+0000 7f94db736200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T21:14:54.230 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:53 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:53.969+0000 7fb57250f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-15T21:14:54.230 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:54 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:54.232+0000 7fb57250f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-15T21:14:54.385 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:54 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:54.305+0000 7f94db736200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T21:14:54.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:54 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:54.480+0000 7fb57250f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-15T21:14:55.384 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:55 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:55.162+0000 7f94db736200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T21:14:55.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:55 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:55.325+0000 7fb57250f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-15T21:14:56.075 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:55 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:55.790+0000 7f94db736200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T21:14:56.075 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:55 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:55.900+0000 7f94db736200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T21:14:56.183 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:55 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:55.910+0000 7fb57250f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-15T21:14:56.183 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:56.012+0000 7fb57250f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-mon[31510]: Standby manager daemon b restarted 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-mon[31510]: Standby manager daemon b started 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:56.126+0000 7f94db736200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: [15/Apr/2024:21:14:56] ENGINE Bus STARTING 2024-04-15T21:14:56.384 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: CherryPy Checker: 2024-04-15T21:14:56.385 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: The Application mounted at '' has an empty config. 2024-04-15T21:14:56.385 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: 2024-04-15T21:14:56.385 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: [15/Apr/2024:21:14:56] ENGINE Serving on http://:::9283 2024-04-15T21:14:56.385 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:14:56 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b[33082]: [15/Apr/2024:21:14:56] ENGINE Bus STARTED 2024-04-15T21:14:56.434 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:56.239+0000 7fb57250f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-15T21:14:56.434 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:14:56] ENGINE Bus STARTING 2024-04-15T21:14:56.434 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-mon[29678]: Standby manager daemon b restarted 2024-04-15T21:14:56.434 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-mon[29678]: Standby manager daemon b started 2024-04-15T21:14:56.435 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T21:14:56.435 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T21:14:56.435 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T21:14:56.435 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-mon[29678]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T21:14:56.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:56 smithi169 ceph-mon[31510]: Standby manager daemon b restarted 2024-04-15T21:14:56.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:56 smithi169 ceph-mon[31510]: Standby manager daemon b started 2024-04-15T21:14:56.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:56 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-15T21:14:56.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:56 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-15T21:14:56.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:56 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-15T21:14:56.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:56 smithi169 ceph-mon[31510]: from='mgr.? 172.21.15.89:0/1288984540' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-15T21:14:56.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: CherryPy Checker: 2024-04-15T21:14:56.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: The Application mounted at '' has an empty config. 2024-04-15T21:14:56.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:14:56.694 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:14:56] ENGINE Serving on http://:::9283 2024-04-15T21:14:56.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:14:56 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:14:56] ENGINE Bus STARTED 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: mgrmap e17: a(active, since 4m), standbys: b 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Active manager daemon a restarted 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Activating manager daemon a 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: osdmap e23: 3 total, 3 up, 3 in 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: mgrmap e18: a(active, starting, since 0.00635949s), standbys: b 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:14:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Manager daemon a is now available 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi017:/etc/ceph/ceph.conf 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:14:57.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: [15/Apr/2024:21:14:56] ENGINE Bus STARTING 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: [15/Apr/2024:21:14:57] ENGINE Serving on https://172.21.15.17:7151 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: [15/Apr/2024:21:14:57] ENGINE Serving on http://172.21.15.17:8765 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: [15/Apr/2024:21:14:57] ENGINE Bus STARTED 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:57 smithi017 ceph-mon[29678]: Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: mgrmap e17: a(active, since 4m), standbys: b 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Active manager daemon a restarted 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Activating manager daemon a 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: osdmap e23: 3 total, 3 up, 3 in 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: mgrmap e18: a(active, starting, since 0.00635949s), standbys: b 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:14:57.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Manager daemon a is now available 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi017:/etc/ceph/ceph.conf 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T21:14:57.451 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: [15/Apr/2024:21:14:56] ENGINE Bus STARTING 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: [15/Apr/2024:21:14:57] ENGINE Serving on https://172.21.15.17:7151 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: [15/Apr/2024:21:14:57] ENGINE Serving on http://172.21.15.17:8765 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: [15/Apr/2024:21:14:57] ENGINE Bus STARTED 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.452 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:57 smithi169 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: mgrmap e17: a(active, since 4m), standbys: b 2024-04-15T21:14:57.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Active manager daemon a restarted 2024-04-15T21:14:57.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Activating manager daemon a 2024-04-15T21:14:57.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: osdmap e23: 3 total, 3 up, 3 in 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: mgrmap e18: a(active, starting, since 0.00635949s), standbys: b 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Manager daemon a is now available 2024-04-15T21:14:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi169", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]': finished 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi017:/etc/ceph/ceph.conf 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.conf 2024-04-15T21:14:57.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.conf 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.conf 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: [15/Apr/2024:21:14:56] ENGINE Bus STARTING 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: [15/Apr/2024:21:14:57] ENGINE Serving on https://172.21.15.17:7151 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: [15/Apr/2024:21:14:57] ENGINE Serving on http://172.21.15.17:8765 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: [15/Apr/2024:21:14:57] ENGINE Bus STARTED 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:57.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:57 smithi089 ceph-mon[31510]: Updating smithi169:/etc/ceph/ceph.client.admin.keyring 2024-04-15T21:14:58.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: mgrmap e19: a(active, since 1.01108s), standbys: b 2024-04-15T21:14:58.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:58.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-04-15T21:14:58.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: Reconfiguring grafana.smithi017 (dependencies changed)... 2024-04-15T21:14:58.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:58 smithi169 ceph-mon[31510]: Reconfiguring daemon grafana.smithi017 on smithi017 2024-04-15T21:14:58.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: mgrmap e19: a(active, since 1.01108s), standbys: b 2024-04-15T21:14:58.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:58.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: Reconfiguring grafana.smithi017 (dependencies changed)... 2024-04-15T21:14:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:58 smithi089 ceph-mon[31510]: Reconfiguring daemon grafana.smithi017 on smithi017 2024-04-15T21:14:58.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: mgrmap e19: a(active, since 1.01108s), standbys: b 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: Updating smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: Updating smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: Updating smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/config/ceph.client.admin.keyring 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-15T21:14:58.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:58.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-04-15T21:14:58.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: Reconfiguring grafana.smithi017 (dependencies changed)... 2024-04-15T21:14:58.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:58 smithi017 ceph-mon[29678]: Reconfiguring daemon grafana.smithi017 on smithi017 2024-04-15T21:14:59.958 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:59 smithi017 ceph-mon[29678]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:59.958 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:59 smithi017 ceph-mon[29678]: mgrmap e20: a(active, since 2s), standbys: b 2024-04-15T21:14:59.958 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:59 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:59.959 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:59 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:59.959 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:14:59 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:59.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:59 smithi089 ceph-mon[31510]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:14:59.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:59 smithi089 ceph-mon[31510]: mgrmap e20: a(active, since 2s), standbys: b 2024-04-15T21:14:59.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:59 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:59.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:59 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:14:59.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:14:59 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:00.075 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:59 smithi169 ceph-mon[31510]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:00.075 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:59 smithi169 ceph-mon[31510]: mgrmap e20: a(active, since 2s), standbys: b 2024-04-15T21:15:00.075 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:59 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:00.075 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:59 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:00.075 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:14:59 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:01.385 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:01 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:01.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:01 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:01.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:01 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:02.330 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:02 smithi017 ceph-mon[29678]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:02.330 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:02 smithi017 ceph-mon[29678]: mgrmap e21: a(active, since 4s), standbys: b 2024-04-15T21:15:02.331 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:15:02] "GET /metrics HTTP/1.1" 200 20186 "" "Prometheus/2.43.0" 2024-04-15T21:15:02.391 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:02 smithi089 ceph-mon[31510]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:02.391 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:02 smithi089 ceph-mon[31510]: mgrmap e21: a(active, since 4s), standbys: b 2024-04-15T21:15:02.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:02 smithi169 ceph-mon[31510]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:02.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:02 smithi169 ceph-mon[31510]: mgrmap e21: a(active, since 4s), standbys: b 2024-04-15T21:15:03.581 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:03 smithi089 ceph-mon[31510]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:03.581 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:03 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.581 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:03 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.581 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:03 smithi089 ceph-mon[31510]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 22 op/s 2024-04-15T21:15:03.581 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:03 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.581 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:03 smithi089 ceph-mon[31510]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:03.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:03 smithi017 ceph-mon[29678]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:03.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:03 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:03 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:03 smithi017 ceph-mon[29678]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 22 op/s 2024-04-15T21:15:03.633 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:03 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.634 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:03 smithi017 ceph-mon[29678]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:03.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:03 smithi169 ceph-mon[31510]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:03.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:03 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:03 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:03 smithi169 ceph-mon[31510]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 22 op/s 2024-04-15T21:15:03.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:03 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:03.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:03 smithi169 ceph-mon[31510]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:04.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:04.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:04.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]: dispatch 2024-04-15T21:15:05.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:05.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:05.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]: dispatch 2024-04-15T21:15:05.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:05.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:05.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]: dispatch 2024-04-15T21:15:05.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:05 smithi017 ceph-mon[29678]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:05.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:05 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi169", "caps": []}]: dispatch 2024-04-15T21:15:05.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:05 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:05.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:05 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:05.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:05 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:05 smithi169 ceph-mon[31510]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:06.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:05 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi169", "caps": []}]: dispatch 2024-04-15T21:15:06.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:05 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:05 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:05 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:05 smithi089 ceph-mon[31510]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:06.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:05 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi169", "caps": []}]: dispatch 2024-04-15T21:15:06.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:05 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:05 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:05 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.877 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:06 smithi169 ceph-mon[31510]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-04-15T21:15:06.877 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:06 smithi169 ceph-mon[31510]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:06.877 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:06 smithi169 ceph-mon[31510]: Reconfiguring alertmanager.smithi169 (dependencies changed)... 2024-04-15T21:15:06.877 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:06 smithi169 ceph-mon[31510]: Reconfiguring daemon alertmanager.smithi169 on smithi169 2024-04-15T21:15:06.877 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:06 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.877 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:06 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.877 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:06 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:06 smithi017 ceph-mon[29678]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-04-15T21:15:06.944 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:06 smithi017 ceph-mon[29678]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:06.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:06 smithi017 ceph-mon[29678]: Reconfiguring alertmanager.smithi169 (dependencies changed)... 2024-04-15T21:15:06.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:06 smithi017 ceph-mon[29678]: Reconfiguring daemon alertmanager.smithi169 on smithi169 2024-04-15T21:15:06.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:06 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:06 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:06.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:06 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:07.176 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:06 smithi089 ceph-mon[31510]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-04-15T21:15:07.176 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:06 smithi089 ceph-mon[31510]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:07.176 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:06 smithi089 ceph-mon[31510]: Reconfiguring alertmanager.smithi169 (dependencies changed)... 2024-04-15T21:15:07.176 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:06 smithi089 ceph-mon[31510]: Reconfiguring daemon alertmanager.smithi169 on smithi169 2024-04-15T21:15:07.176 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:06 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:07.176 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:06 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:07.176 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:06 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.296 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.296 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:08.296 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.296 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.296 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 0 B/s wr, 21 op/s 2024-04-15T21:15:08.296 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.297 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:08 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 0 B/s wr, 21 op/s 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:08 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 0 B/s wr, 21 op/s 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:08.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:08.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:08 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:09.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:09 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:09.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:09 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:09.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:09 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:09.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:09 smithi089 ceph-mon[31510]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:09.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:09 smithi089 ceph-mon[31510]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:09.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:09 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.005 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:09 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.005 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:09 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.005 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:09 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.006 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:09 smithi169 ceph-mon[31510]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:10.006 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:09 smithi169 ceph-mon[31510]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:10.006 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:09 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:09 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:09 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:09 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:10.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:09 smithi017 ceph-mon[29678]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:10.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:09 smithi017 ceph-mon[29678]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:10.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:09 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:11 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:11 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:11 smithi169 ceph-mon[31510]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:11.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:11 smithi169 ceph-mon[31510]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:11.443 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:11 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:11 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:11 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:11 smithi017 ceph-mon[29678]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:11.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:11 smithi017 ceph-mon[29678]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:11.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:11 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:11 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:11 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:11.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:11 smithi089 ceph-mon[31510]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:11.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:11 smithi089 ceph-mon[31510]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:11.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:11 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STOPPING 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STOPPED 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STARTING 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Serving on http://:::9283 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STARTED 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STOPPING 2024-04-15T21:15:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STOPPED 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STARTING 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:15:12] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Serving on http://:::9283 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:15:12] ENGINE Bus STARTED 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi169.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T21:15:12.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi169.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.448 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T21:15:12.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi169.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi169.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.450 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:12.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T21:15:12.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi169.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi169.front.sepia.ceph.com:9093"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:12.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.809 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.809 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.810 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:14 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:14 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:14.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:14.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:14.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:14.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:14.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:14 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:17 smithi017 ceph-mon[29678]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:17 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:17 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:17 smithi017 ceph-mon[29678]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:17 smithi017 ceph-mon[29678]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:17 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:17 smithi169 ceph-mon[31510]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:17 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:17 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:17 smithi169 ceph-mon[31510]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:17 smithi169 ceph-mon[31510]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:17 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:17 smithi089 ceph-mon[31510]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:17 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:17 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:17.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:17 smithi089 ceph-mon[31510]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:17 smithi089 ceph-mon[31510]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:17.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:17 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:18.694 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:18 smithi017 ceph-mon[29678]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:18.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:18 smithi169 ceph-mon[31510]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:18.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:18 smithi089 ceph-mon[31510]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:20.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:20 smithi017 ceph-mon[29678]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:20.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:20 smithi169 ceph-mon[31510]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:20.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:20 smithi089 ceph-mon[31510]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:22.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:22 smithi017 ceph-mon[29678]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:22.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:22 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:15:22] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-04-15T21:15:22.695 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:22 smithi169 ceph-mon[31510]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:22.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:22 smithi089 ceph-mon[31510]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.046 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:25.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:26.023 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:25 smithi017 ceph-mon[29678]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:26.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:25 smithi169 ceph-mon[31510]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:26.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:25 smithi089 ceph-mon[31510]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:15:27.026 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:26 smithi017 ceph-mon[29678]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:27.026 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:26 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:27.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:26 smithi169 ceph-mon[31510]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:27.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:26 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:27.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:26 smithi089 ceph-mon[31510]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:27.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:26 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:29.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:28 smithi017 ceph-mon[29678]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:29.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:28 smithi169 ceph-mon[31510]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:29.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:28 smithi089 ceph-mon[31510]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:30.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:30 smithi089 ceph-mon[31510]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:31.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:30 smithi017 ceph-mon[29678]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:31.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:30 smithi169 ceph-mon[31510]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:32.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:32 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:32 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:32 smithi017 ceph-mon[29678]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:32.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:32 smithi017 ceph-mon[29678]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:32.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:32 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:32 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:15:32] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.43.0" 2024-04-15T21:15:32.789 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:32 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.789 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:32 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.789 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:32 smithi169 ceph-mon[31510]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:32.789 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:32 smithi169 ceph-mon[31510]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:32.789 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:32 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.971 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:32 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:32 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:32.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:32 smithi089 ceph-mon[31510]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:32.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:32 smithi089 ceph-mon[31510]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:32.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:32 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:34.099 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:34.173 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:15:34.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:34.946 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:34 smithi169 ceph-mon[31510]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:15:34.946 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:34 smithi169 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:15:35.098 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:34 smithi089 ceph-mon[31510]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:15:35.098 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:34 smithi089 ceph-mon[31510]: Cluster is now healthy 2024-04-15T21:15:35.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:34 smithi017 ceph-mon[29678]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-15T21:15:35.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:34 smithi017 ceph-mon[29678]: Cluster is now healthy 2024-04-15T21:15:35.945 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:35 smithi169 ceph-mon[31510]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:36.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:35 smithi017 ceph-mon[29678]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:36.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:35 smithi089 ceph-mon[31510]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:38.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:37 smithi017 ceph-mon[29678]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:38.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:37 smithi169 ceph-mon[31510]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:38.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:37 smithi089 ceph-mon[31510]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:40.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:39 smithi017 ceph-mon[29678]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:40.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:39 smithi169 ceph-mon[31510]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:40.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:39 smithi089 ceph-mon[31510]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:42.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:41 smithi017 ceph-mon[29678]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:42.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:41 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:42.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:41 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:41 smithi169 ceph-mon[31510]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:41 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:42.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:41 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:41 smithi089 ceph-mon[31510]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:41 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:41 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:42.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:15:42] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-04-15T21:15:44.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:43 smithi017 ceph-mon[29678]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:44.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:43 smithi169 ceph-mon[31510]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:44.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:43 smithi089 ceph-mon[31510]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:44.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:46.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:45 smithi017 ceph-mon[29678]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:46.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:45 smithi169 ceph-mon[31510]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:46.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:45 smithi089 ceph-mon[31510]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:48.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:47 smithi017 ceph-mon[29678]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:48.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:47 smithi169 ceph-mon[31510]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:48.200 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:47 smithi089 ceph-mon[31510]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:50.217 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:49 smithi089 ceph-mon[31510]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:50.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:49 smithi017 ceph-mon[29678]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:50.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:49 smithi169 ceph-mon[31510]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:52.195 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:51 smithi169 ceph-mon[31510]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:51 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:51 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:51 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:51 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:51 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:51 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:51 smithi089 ceph-mon[31510]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:52.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:51 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:51 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:51 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:51 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:51 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:51 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:51 smithi017 ceph-mon[29678]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:52.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:51 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:51 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:51 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:51 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:51 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:51 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:15:52.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:15:52 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:15:52] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-04-15T21:15:54.069 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:53 smithi169 ceph-mon[31510]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:54.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:53 smithi089 ceph-mon[31510]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:54.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:53 smithi017 ceph-mon[29678]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:56.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:55 smithi089 ceph-mon[31510]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:56.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:55 smithi017 ceph-mon[29678]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:56.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:55 smithi169 ceph-mon[31510]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:57.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:56 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:56 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:57.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:56 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:15:58.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:57 smithi089 ceph-mon[31510]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:58.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:57 smithi017 ceph-mon[29678]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:15:58.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:57 smithi169 ceph-mon[31510]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:00.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:15:59 smithi089 ceph-mon[31510]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:00.248 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:15:59 smithi169 ceph-mon[31510]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:00.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:15:59 smithi017 ceph-mon[29678]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:02.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:01 smithi017 ceph-mon[29678]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:02.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:01 smithi089 ceph-mon[31510]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:02.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:01 smithi169 ceph-mon[31510]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:02.467 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:16:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:16:02] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.43.0" 2024-04-15T21:16:04.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:04 smithi017 ceph-mon[29678]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:04.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:04 smithi169 ceph-mon[31510]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:04 smithi089 ceph-mon[31510]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:04.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:04.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:06.112 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:06 smithi017 ceph-mon[29678]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:06.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:06 smithi169 ceph-mon[31510]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:06.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:06 smithi089 ceph-mon[31510]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:08.360 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:08 smithi089 ceph-mon[31510]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:08.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:08 smithi017 ceph-mon[29678]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:08.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:08 smithi169 ceph-mon[31510]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:10.407 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:10 smithi089 ceph-mon[31510]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:10.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:10 smithi017 ceph-mon[29678]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:10.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:10 smithi169 ceph-mon[31510]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:12.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:16:12] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.43.0" 2024-04-15T21:16:12.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:12.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:12.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:12.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:12.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:12.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:12.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:14.365 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:14 smithi169 ceph-mon[31510]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:14.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:14 smithi017 ceph-mon[29678]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:14.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:14 smithi089 ceph-mon[31510]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:16.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:16 smithi017 ceph-mon[29678]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:16.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:16 smithi169 ceph-mon[31510]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:16.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:16 smithi089 ceph-mon[31510]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:18.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:18 smithi017 ceph-mon[29678]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:18.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:18 smithi169 ceph-mon[31510]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:18.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:18 smithi089 ceph-mon[31510]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:20.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:20 smithi017 ceph-mon[29678]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:20.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:20 smithi169 ceph-mon[31510]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:20.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:20 smithi089 ceph-mon[31510]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:22.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:22 smithi017 ceph-mon[29678]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:22.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:16:22 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:16:22] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.43.0" 2024-04-15T21:16:22.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:22 smithi169 ceph-mon[31510]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:22.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:22 smithi089 ceph-mon[31510]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:24.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:24 smithi017 ceph-mon[29678]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:24 smithi169 ceph-mon[31510]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:24.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:24 smithi089 ceph-mon[31510]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:26.386 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:26 smithi017 ceph-mon[29678]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:26.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:26 smithi169 ceph-mon[31510]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:26.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:26 smithi089 ceph-mon[31510]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:27.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:27 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:27.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:27 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:27.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:27 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:28.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:28 smithi017 ceph-mon[29678]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:28.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:28 smithi169 ceph-mon[31510]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:28.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:28 smithi089 ceph-mon[31510]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:30.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:30 smithi017 ceph-mon[29678]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:30.445 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:30 smithi169 ceph-mon[31510]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:30.471 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:30 smithi089 ceph-mon[31510]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:32.194 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:32 smithi089 ceph-mon[31510]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:32.194 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:32 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.194 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:32 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.195 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:32 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:32 smithi017 ceph-mon[29678]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:32.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:32 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:32 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:32 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.445 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:16:32 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:16:32] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-04-15T21:16:32.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:32 smithi169 ceph-mon[31510]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:32.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:32 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:32 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:32.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:32 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:16:33.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:16:33.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:16:33.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:33.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:16:33.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:16:33.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:16:33.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:34.438 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:34 smithi169 ceph-mon[31510]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:34.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:34 smithi017 ceph-mon[29678]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:34.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:34 smithi089 ceph-mon[31510]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:35.301 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:35 smithi169 ceph-mon[31510]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:35.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:35 smithi017 ceph-mon[29678]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:35.721 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:35 smithi089 ceph-mon[31510]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:38.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:37 smithi017 ceph-mon[29678]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:38.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:37 smithi169 ceph-mon[31510]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:38.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:37 smithi089 ceph-mon[31510]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:40.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:39 smithi017 ceph-mon[29678]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:40.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:39 smithi169 ceph-mon[31510]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:40.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:39 smithi089 ceph-mon[31510]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:42.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:41 smithi017 ceph-mon[29678]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:42.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:41 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:42.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:41 smithi169 ceph-mon[31510]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:42.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:41 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:42.221 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:41 smithi089 ceph-mon[31510]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:42.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:41 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:42.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:16:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:16:42] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-04-15T21:16:44.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:43 smithi017 ceph-mon[29678]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:43 smithi169 ceph-mon[31510]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:44.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:43 smithi089 ceph-mon[31510]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:46.133 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:45 smithi017 ceph-mon[29678]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:46.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:45 smithi169 ceph-mon[31510]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:46.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:45 smithi089 ceph-mon[31510]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:48.172 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:47 smithi017 ceph-mon[29678]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:48.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:47 smithi169 ceph-mon[31510]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:48.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:47 smithi089 ceph-mon[31510]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:50.148 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:49 smithi017 ceph-mon[29678]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:50.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:49 smithi169 ceph-mon[31510]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:50.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:49 smithi089 ceph-mon[31510]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:51.951 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:51 smithi089 ceph-mon[31510]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:52.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:51 smithi017 ceph-mon[29678]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:51 smithi169 ceph-mon[31510]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:52.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:16:52 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:16:52] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-04-15T21:16:53.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:53.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:16:54.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:54 smithi089 ceph-mon[31510]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:54.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:54 smithi017 ceph-mon[29678]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:54.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:54 smithi169 ceph-mon[31510]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:56.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:56 smithi169 ceph-mon[31510]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:56.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:56 smithi017 ceph-mon[29678]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:56.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:56 smithi089 ceph-mon[31510]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:57.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:57.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:57 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:57.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:16:58.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:16:58 smithi017 ceph-mon[29678]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:58.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:16:58 smithi169 ceph-mon[31510]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:16:58.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:16:58 smithi089 ceph-mon[31510]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:00.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:00 smithi017 ceph-mon[29678]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:00.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:00 smithi169 ceph-mon[31510]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:00.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:00 smithi089 ceph-mon[31510]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:02.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:02 smithi017 ceph-mon[29678]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:02.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:02 smithi169 ceph-mon[31510]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:02.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:02 smithi089 ceph-mon[31510]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:02.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:17:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:17:02] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-04-15T21:17:04.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:04 smithi017 ceph-mon[29678]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:04.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:04 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:04 smithi169 ceph-mon[31510]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:04 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:04 smithi089 ceph-mon[31510]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:04.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:04.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:04 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:06.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:06 smithi017 ceph-mon[29678]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:06.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:06 smithi169 ceph-mon[31510]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:06.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:06 smithi089 ceph-mon[31510]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:08.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:08 smithi017 ceph-mon[29678]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:08.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:08 smithi169 ceph-mon[31510]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:08.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:08 smithi089 ceph-mon[31510]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:10.333 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:10 smithi169 ceph-mon[31510]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:10.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:10 smithi017 ceph-mon[29678]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:10.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:10 smithi089 ceph-mon[31510]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:12.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:12 smithi017 ceph-mon[29678]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:12.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:12 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:12.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:17:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:17:12] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-04-15T21:17:12.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:12 smithi169 ceph-mon[31510]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:12.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:12 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:12.454 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:12 smithi089 ceph-mon[31510]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:12.455 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:12 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:13.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:13 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:13 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:13 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:13 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:13 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:13 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:13.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:14.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:14 smithi017 ceph-mon[29678]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:14.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:14 smithi169 ceph-mon[31510]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:14.450 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:14 smithi089 ceph-mon[31510]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:16.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:16 smithi017 ceph-mon[29678]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:16.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:16 smithi169 ceph-mon[31510]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:16.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:16 smithi089 ceph-mon[31510]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:18.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:18 smithi017 ceph-mon[29678]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:18.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:18 smithi169 ceph-mon[31510]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:18.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:18 smithi089 ceph-mon[31510]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:20.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:20 smithi017 ceph-mon[29678]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:20.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:20 smithi169 ceph-mon[31510]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:20.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:20 smithi089 ceph-mon[31510]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:22.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:22 smithi017 ceph-mon[29678]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:22.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:17:22 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:17:22] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-04-15T21:17:22.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:22 smithi169 ceph-mon[31510]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:22.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:22 smithi089 ceph-mon[31510]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:24 smithi017 ceph-mon[29678]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:24 smithi169 ceph-mon[31510]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:24.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.447 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:24 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:24 smithi089 ceph-mon[31510]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:26.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:26 smithi017 ceph-mon[29678]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:26.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:26 smithi169 ceph-mon[31510]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:26.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:26 smithi089 ceph-mon[31510]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:27.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:27 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:27.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:27 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:27.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:27 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:28.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:28 smithi017 ceph-mon[29678]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:28.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:28 smithi169 ceph-mon[31510]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:28.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:28 smithi089 ceph-mon[31510]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:30.446 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:30 smithi169 ceph-mon[31510]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:30.447 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:30 smithi017 ceph-mon[29678]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:30.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:30 smithi089 ceph-mon[31510]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:31.449 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:31 smithi169 ceph-mon[31510]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:31.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:31 smithi089 ceph-mon[31510]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:31.695 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:31 smithi017 ceph-mon[29678]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:32.596 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:17:32 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:17:32] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-04-15T21:17:33.385 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.385 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.385 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.385 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.385 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.385 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.386 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:33.386 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:17:33.386 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:17:33.386 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:17:33.386 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:17:33.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:33.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:17:33.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:17:33.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:17:33.698 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:33 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:36.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:35 smithi017 ceph-mon[29678]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:36.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:35 smithi169 ceph-mon[31510]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:36.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:35 smithi089 ceph-mon[31510]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:38.172 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:37 smithi169 ceph-mon[31510]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:38.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:37 smithi017 ceph-mon[29678]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:38.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:37 smithi089 ceph-mon[31510]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:40.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:39 smithi017 ceph-mon[29678]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:40.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:39 smithi169 ceph-mon[31510]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:40.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:39 smithi089 ceph-mon[31510]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:42.199 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:41 smithi017 ceph-mon[29678]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:42.199 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:41 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:42.199 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:41 smithi169 ceph-mon[31510]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:42.200 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:41 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:42.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:41 smithi089 ceph-mon[31510]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:42.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:41 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:42.695 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:17:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:17:42] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-04-15T21:17:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:43 smithi017 ceph-mon[29678]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:43 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:43 smithi169 ceph-mon[31510]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:44.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:43 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:43 smithi089 ceph-mon[31510]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:43 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:46.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:45 smithi017 ceph-mon[29678]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:46.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:45 smithi169 ceph-mon[31510]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:46.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:45 smithi089 ceph-mon[31510]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:48.031 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:47 smithi017 ceph-mon[29678]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:48.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:47 smithi169 ceph-mon[31510]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:48.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:47 smithi089 ceph-mon[31510]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:49.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:49 smithi017 ceph-mon[29678]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:49.946 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:49 smithi169 ceph-mon[31510]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:49.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:49 smithi089 ceph-mon[31510]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:52.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:51 smithi017 ceph-mon[29678]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:52.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:51 smithi169 ceph-mon[31510]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:52.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:51 smithi089 ceph-mon[31510]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:52.696 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:17:52 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:17:52] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-04-15T21:17:53.695 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.695 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.696 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.696 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.696 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.696 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.696 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:53 smithi089 ceph-mon[31510]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:53 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:53 smithi169 ceph-mon[31510]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:17:53.698 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:53 smithi017 ceph-mon[29678]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:56.174 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:55 smithi089 ceph-mon[31510]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:56.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:55 smithi017 ceph-mon[29678]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:56.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:55 smithi169 ceph-mon[31510]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:56.945 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:56 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:57.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:56 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:57.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:56 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:17:58.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:57 smithi017 ceph-mon[29678]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:58.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:57 smithi169 ceph-mon[31510]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:58.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:57 smithi089 ceph-mon[31510]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:17:59.890 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch ls 2024-04-15T21:18:00.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:17:59 smithi017 ceph-mon[29678]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:00.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:17:59 smithi169 ceph-mon[31510]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:00.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:17:59 smithi089 ceph-mon[31510]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:00.228 INFO:teuthology.orchestra.run.smithi017.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-15T21:18:00.228 INFO:teuthology.orchestra.run.smithi017.stdout:agent 3/3 16s ago 3m * 2024-04-15T21:18:00.228 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager ?:9093,9094 1/1 7s ago 4m count:1 2024-04-15T21:18:00.228 INFO:teuthology.orchestra.run.smithi017.stdout:grafana ?:3000 1/1 16s ago 4m count:1 2024-04-15T21:18:00.228 INFO:teuthology.orchestra.run.smithi017.stdout:mgr 2/2 16s ago 6m smithi017=a;smithi089=b;count:2 2024-04-15T21:18:00.228 INFO:teuthology.orchestra.run.smithi017.stdout:mon 3/3 16s ago 6m smithi017:172.21.15.17=a;smithi089:172.21.15.89=b;smithi169:172.21.15.169=c;count:3 2024-04-15T21:18:00.228 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter ?:9100 3/3 16s ago 4m * 2024-04-15T21:18:00.229 INFO:teuthology.orchestra.run.smithi017.stdout:osd 3 16s ago - 2024-04-15T21:18:00.229 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus ?:9095 1/1 7s ago 4m count:1 2024-04-15T21:18:00.241 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch ps 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:agent.smithi017 smithi017 running 16s ago 7m - - 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:agent.smithi089 smithi089 running 8s ago 6m - - 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:agent.smithi169 smithi169 running 7s ago 6m - - 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi169 smithi169 *:9093,9094 running (2m) 7s ago 3m 25.8M - 0.25.0 c8568f914cd2 fb13d33ccbeb 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (2m) 16s ago 3m 78.3M - 9.4.12 2bacad6d85d8 a62830c942b9 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.a smithi017 *:9283,8765 running (8m) 16s ago 7m 506M - 19.0.0-3084-g87dbfb63 a452a57266c7 bb2aacacd9cc 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.b smithi089 *:8443,8765 running (6m) 8s ago 6m 451M - 19.0.0-3084-g87dbfb63 a452a57266c7 6c370e508c75 2024-04-15T21:18:00.570 INFO:teuthology.orchestra.run.smithi017.stdout:mon.a smithi017 running (8m) 16s ago 8m 44.9M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 50f7b003139a 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:mon.b smithi089 running (6m) 8s ago 6m 40.9M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 1c8d36de4f1c 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:mon.c smithi169 running (6m) 7s ago 6m 40.2M 2048M 19.0.0-3084-g87dbfb63 a452a57266c7 eb6207743af5 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (3m) 16s ago 3m 15.7M - 1.5.0 0da6a335fe13 14d0522c5bb9 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi089 smithi089 *:9100 running (3m) 8s ago 3m 16.3M - 1.5.0 0da6a335fe13 b39393b1e080 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi169 smithi169 *:9100 running (3m) 7s ago 3m 14.5M - 1.5.0 0da6a335fe13 aa20f6014432 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (5m) 16s ago 5m 36.9M 4096M 19.0.0-3084-g87dbfb63 a452a57266c7 bf3a667c7b52 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi089 running (5m) 8s ago 5m 41.0M 4096M 19.0.0-3084-g87dbfb63 a452a57266c7 5b661487ff9e 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi169 running (4m) 7s ago 4m 36.4M 4096M 19.0.0-3084-g87dbfb63 a452a57266c7 0a0f4af2c248 2024-04-15T21:18:00.571 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi089 smithi089 *:9095 running (3m) 8s ago 3m 54.1M - 2.43.0 a07b618ecd1d 784a62a12121 2024-04-15T21:18:00.582 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch host ls 2024-04-15T21:18:00.901 INFO:teuthology.orchestra.run.smithi017.stdout:HOST ADDR LABELS STATUS 2024-04-15T21:18:00.901 INFO:teuthology.orchestra.run.smithi017.stdout:smithi017 172.21.15.17 2024-04-15T21:18:00.901 INFO:teuthology.orchestra.run.smithi017.stdout:smithi089 172.21.15.89 2024-04-15T21:18:00.901 INFO:teuthology.orchestra.run.smithi017.stdout:smithi169 172.21.15.169 2024-04-15T21:18:00.901 INFO:teuthology.orchestra.run.smithi017.stdout:3 hosts in cluster 2024-04-15T21:18:00.913 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-15T21:18:00.913 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r 'last | .daemon_name' 2024-04-15T21:18:01.253 INFO:teuthology.orchestra.run.smithi017.stderr:+ MON_DAEMON=mon.c 2024-04-15T21:18:01.253 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-15T21:18:01.253 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -e '.[]' 2024-04-15T21:18:01.253 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r .hostname 2024-04-15T21:18:01.591 INFO:teuthology.orchestra.run.smithi017.stderr:+ GRAFANA_HOST=smithi017 2024-04-15T21:18:01.591 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-15T21:18:01.591 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -e '.[]' 2024-04-15T21:18:01.591 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r .hostname 2024-04-15T21:18:01.936 INFO:teuthology.orchestra.run.smithi017.stderr:+ PROM_HOST=smithi089 2024-04-15T21:18:01.936 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-15T21:18:01.936 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -e '.[]' 2024-04-15T21:18:01.936 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r .hostname 2024-04-15T21:18:02.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:01 smithi017 ceph-mon[29678]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:01 smithi017 ceph-mon[29678]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:01 smithi017 ceph-mon[29678]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:02.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:01 smithi017 ceph-mon[29678]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:01 smithi169 ceph-mon[31510]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:01 smithi169 ceph-mon[31510]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:01 smithi169 ceph-mon[31510]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:02.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:01 smithi169 ceph-mon[31510]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:01 smithi089 ceph-mon[31510]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:01 smithi089 ceph-mon[31510]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:01 smithi089 ceph-mon[31510]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:02.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:01 smithi089 ceph-mon[31510]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:02.275 INFO:teuthology.orchestra.run.smithi017.stderr:+ ALERTM_HOST=smithi169 2024-04-15T21:18:02.275 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-04-15T21:18:02.275 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r --arg GRAFANA_HOST smithi017 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-15T21:18:02.608 INFO:teuthology.orchestra.run.smithi017.stderr:+ GRAFANA_IP=172.21.15.17 2024-04-15T21:18:02.608 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:18:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:18:02] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.43.0" 2024-04-15T21:18:02.608 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-04-15T21:18:02.608 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r --arg PROM_HOST smithi089 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-15T21:18:02.958 INFO:teuthology.orchestra.run.smithi017.stderr:+ PROM_IP=172.21.15.89 2024-04-15T21:18:02.958 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-04-15T21:18:02.958 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r --arg ALERTM_HOST smithi169 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-15T21:18:03.195 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:02 smithi017 ceph-mon[29678]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:02 smithi017 ceph-mon[29678]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:02 smithi017 ceph-mon[29678]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:02 smithi169 ceph-mon[31510]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:02 smithi169 ceph-mon[31510]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:02 smithi169 ceph-mon[31510]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:02 smithi089 ceph-mon[31510]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:02 smithi089 ceph-mon[31510]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:02 smithi089 ceph-mon[31510]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:03.289 INFO:teuthology.orchestra.run.smithi017.stderr:+ ALERTM_IP=172.21.15.169 2024-04-15T21:18:03.289 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-04-15T21:18:03.290 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r '.[] | .addr' 2024-04-15T21:18:03.630 INFO:teuthology.orchestra.run.smithi017.stderr:+ ALL_HOST_IPS='172.21.15.17 2024-04-15T21:18:03.630 INFO:teuthology.orchestra.run.smithi017.stderr:172.21.15.89 2024-04-15T21:18:03.630 INFO:teuthology.orchestra.run.smithi017.stderr:172.21.15.169' 2024-04-15T21:18:03.631 INFO:teuthology.orchestra.run.smithi017.stderr:+ for ip in $ALL_HOST_IPS 2024-04-15T21:18:03.631 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.17:9100/metric 2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stdout: Node Exporter 2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stdout:

Node Exporter

2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stdout:

Metrics

2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stderr:+ for ip in $ALL_HOST_IPS 2024-04-15T21:18:03.634 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.89:9100/metric 2024-04-15T21:18:03.637 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.637 INFO:teuthology.orchestra.run.smithi017.stdout: Node Exporter 2024-04-15T21:18:03.638 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.638 INFO:teuthology.orchestra.run.smithi017.stdout:

Node Exporter

2024-04-15T21:18:03.638 INFO:teuthology.orchestra.run.smithi017.stdout:

Metrics

2024-04-15T21:18:03.638 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.638 INFO:teuthology.orchestra.run.smithi017.stderr:+ for ip in $ALL_HOST_IPS 2024-04-15T21:18:03.638 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.169:9100/metric 2024-04-15T21:18:03.641 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.641 INFO:teuthology.orchestra.run.smithi017.stdout: Node Exporter 2024-04-15T21:18:03.641 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.641 INFO:teuthology.orchestra.run.smithi017.stdout:

Node Exporter

2024-04-15T21:18:03.641 INFO:teuthology.orchestra.run.smithi017.stdout:

Metrics

2024-04-15T21:18:03.641 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-04-15T21:18:03.642 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -k -s https://172.21.15.17:3000/api/health 2024-04-15T21:18:03.653 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-04-15T21:18:03.653 INFO:teuthology.orchestra.run.smithi017.stdout: "commit": "37ee25ba46", 2024-04-15T21:18:03.653 INFO:teuthology.orchestra.run.smithi017.stdout: "database": "ok", 2024-04-15T21:18:03.653 INFO:teuthology.orchestra.run.smithi017.stdout: "version": "9.4.12" 2024-04-15T21:18:03.654 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -k -s https://172.21.15.17:3000/api/health 2024-04-15T21:18:03.654 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.database == "ok"' 2024-04-15T21:18:03.666 INFO:teuthology.orchestra.run.smithi017.stdout:}true 2024-04-15T21:18:03.667 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch daemon stop mon.c 2024-04-15T21:18:04.020 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled to stop mon.c on host 'smithi169' 2024-04-15T21:18:04.032 INFO:teuthology.orchestra.run.smithi017.stderr:+ sleep 120 2024-04-15T21:18:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:03 smithi017 ceph-mon[29678]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:03 smithi017 ceph-mon[29678]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:03 smithi017 ceph-mon[29678]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:03 smithi017 ceph-mon[29678]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:03 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:03 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:03 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:03 smithi169 ceph-mon[31510]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:03 smithi169 ceph-mon[31510]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:03 smithi169 ceph-mon[31510]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:04.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:03 smithi169 ceph-mon[31510]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:03 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:03 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:03 smithi169 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:03 smithi089 ceph-mon[31510]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:03 smithi089 ceph-mon[31510]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:03 smithi089 ceph-mon[31510]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:04.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:03 smithi089 ceph-mon[31510]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:04.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:03 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:03 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:04.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:03 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:05.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:04 smithi169 systemd[1]: Stopping Ceph mon.c for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:18:05.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:05 smithi169 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-c[31506]: 2024-04-15T21:18:05.012+0000 7f682d412700 -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-04-15T21:18:05.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:05 smithi169 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-c[31506]: 2024-04-15T21:18:05.012+0000 7f682d412700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-15T21:18:05.536 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:05 smithi169 podman[44363]: 2024-04-15 21:18:05.27869559 +0000 UTC m=+0.373033240 container died eb6207743af525bd6724ca688141565e92665b39e6e3ee36fe27ee0b90c9aea8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-c, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-15T21:18:05.903 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:05 smithi169 podman[44363]: 2024-04-15 21:18:05.695890252 +0000 UTC m=+0.790227898 container cleanup eb6207743af525bd6724ca688141565e92665b39e6e3ee36fe27ee0b90c9aea8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-c, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6, ceph=True) 2024-04-15T21:18:05.904 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:05 smithi169 bash[44363]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-c 2024-04-15T21:18:06.196 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:05 smithi169 podman[44378]: 2024-04-15 21:18:05.905431209 +0000 UTC m=+0.627462493 container remove eb6207743af525bd6724ca688141565e92665b39e6e3ee36fe27ee0b90c9aea8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-c, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=main-87dbfb6, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-15T21:18:06.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:06 smithi169 systemd[1]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-15T21:18:06.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:06 smithi169 systemd[1]: Stopped Ceph mon.c for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:18:06.197 INFO:journalctl@ceph.mon.c.smithi169.stdout:Apr 15 21:18:06 smithi169 systemd[1]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.c.service: Consumed 4.280s CPU time. 2024-04-15T21:18:12.698 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:18:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:18:12] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.43.0" 2024-04-15T21:18:19.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:19.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:19.449 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:19.449 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: Schedule stop daemon mon.c 2024-04-15T21:18:19.449 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:19.449 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:19.450 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:18:19.450 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:18:19.450 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:18:19.450 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:19.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: Schedule stop daemon mon.c 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:18:19.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: mon.b calling monitor election 2024-04-15T21:18:20.325 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: mon.a calling monitor election 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: monmap epoch 3 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: last_changed 2024-04-15T21:11:44.225139+0000 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: min_mon_release 19 (squid) 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: election_strategy: 1 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:18:20.326 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: fsmap 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: osdmap e23: 3 total, 3 up, 3 in 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: mgrmap e21: a(active, since 3m), standbys: b 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: mon.c (rank 1) addr [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] is down (out of quorum) 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.328 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:20 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: mon.b calling monitor election 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: mon.a calling monitor election 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: monmap epoch 3 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: last_changed 2024-04-15T21:11:44.225139+0000 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: created 2024-04-15T21:09:41.089826+0000 2024-04-15T21:18:20.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: min_mon_release 19 (squid) 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: election_strategy: 1 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: 1: [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] mon.c 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: fsmap 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: osdmap e23: 3 total, 3 up, 3 in 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: mgrmap e21: a(active, since 3m), standbys: b 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: mon.c (rank 1) addr [v2:172.21.15.169:3300/0,v1:172.21.15.169:6789/0] is down (out of quorum) 2024-04-15T21:18:20.475 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.476 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.476 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.476 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.476 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.476 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.476 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.476 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.477 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:18:20.477 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:18:20.477 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:18:20.477 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.477 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.477 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:20.477 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:20 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:22.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:22 smithi017 ceph-mon[29678]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:22.446 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:18:22 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:18:22] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.43.0" 2024-04-15T21:18:22.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:22 smithi089 ceph-mon[31510]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:24 smithi017 ceph-mon[29678]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:24.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:24 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:24 smithi089 ceph-mon[31510]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:24.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:24.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:24.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:24 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:26.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:26 smithi017 ceph-mon[29678]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:26.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:26 smithi089 ceph-mon[31510]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:27.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:27 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:27.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:27 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:27.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:27 smithi017 ceph-mon[29678]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:27.722 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:27 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:27.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:27 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:27.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:27 smithi089 ceph-mon[31510]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:30.060 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:29 smithi017 ceph-mon[29678]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:30.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:29 smithi089 ceph-mon[31510]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:32.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:31 smithi017 ceph-mon[29678]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:32.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:31 smithi089 ceph-mon[31510]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:32.696 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:18:32 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:18:32] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.43.0" 2024-04-15T21:18:34.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:33 smithi017 ceph-mon[29678]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:34.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:33 smithi089 ceph-mon[31510]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:35.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:35 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:35.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:35 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:35.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:35 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:35.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:35 smithi017 ceph-mon[29678]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:35.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:35 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:35.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:35 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:35.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:35 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:35.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:35 smithi089 ceph-mon[31510]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:38.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:37 smithi017 ceph-mon[29678]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:38.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:37 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:38.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:37 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:38.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:37 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:38.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:37 smithi089 ceph-mon[31510]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:38.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:37 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:38.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:37 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:38.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:37 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:40.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:39 smithi017 ceph-mon[29678]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:40.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:39 smithi089 ceph-mon[31510]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:42.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:41 smithi017 ceph-mon[29678]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:42.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:41 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:42.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:41 smithi089 ceph-mon[31510]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:42.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:41 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:42.696 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:18:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:18:42] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-04-15T21:18:44.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:43 smithi017 ceph-mon[29678]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:44.222 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:43 smithi089 ceph-mon[31510]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:45.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:45 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:45.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:45 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:45.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:45 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:45.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:45 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:45.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:45 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:45.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:45 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:46.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:46 smithi017 ceph-mon[29678]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:46.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:46 smithi089 ceph-mon[31510]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:48.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:48 smithi017 ceph-mon[29678]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:48.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:48 smithi089 ceph-mon[31510]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:50.440 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:50 smithi017 ceph-mon[29678]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:50.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:50 smithi089 ceph-mon[31510]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:52.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:52 smithi017 ceph-mon[29678]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:52.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:52 smithi089 ceph-mon[31510]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:52.696 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:18:52 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:18:52] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-04-15T21:18:53.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:53.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:53.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:53 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:53.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:53 smithi017 ceph-mon[29678]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:53.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:53.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:53.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:53 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:53.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:53 smithi089 ceph-mon[31510]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:55.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:55 smithi089 ceph-mon[31510]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:55.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:55 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:55.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:55 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:55.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:55 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:56.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:55 smithi017 ceph-mon[29678]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:56.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:55 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:56.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:55 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:56.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:55 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:18:57.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:56 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:57.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:56 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:18:57.917 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:57 smithi089 ceph-mon[31510]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:18:58.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:57 smithi017 ceph-mon[29678]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:00.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:18:59 smithi017 ceph-mon[29678]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:00.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:18:59 smithi089 ceph-mon[31510]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:02.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:01 smithi017 ceph-mon[29678]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:02.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:01 smithi089 ceph-mon[31510]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:02.696 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:19:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:19:02] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-04-15T21:19:04.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:03 smithi017 ceph-mon[29678]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:04.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:03 smithi089 ceph-mon[31510]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:05.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:05 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:05.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:05 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:05.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:05 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:05.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:05 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:05.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:05 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:05.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:05 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:06.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:06 smithi089 ceph-mon[31510]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:06.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:06 smithi017 ceph-mon[29678]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:08.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:08 smithi089 ceph-mon[31510]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:08.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:08 smithi017 ceph-mon[29678]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:09.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:09 smithi089 ceph-mon[31510]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:09.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:09 smithi017 ceph-mon[29678]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:11.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:11 smithi017 ceph-mon[29678]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:11.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:11 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:12.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:11 smithi089 ceph-mon[31510]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:12.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:11 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:12.577 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:19:12 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:19:12] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.43.0" 2024-04-15T21:19:14.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:13 smithi017 ceph-mon[29678]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:14.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:13 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.238 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.238 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.238 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:13 smithi089 ceph-mon[31510]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:14.238 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.238 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:14.238 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:13 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:16.175 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:15 smithi089 ceph-mon[31510]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:16.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:15 smithi017 ceph-mon[29678]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:18.018 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:17 smithi089 ceph-mon[31510]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:18.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:17 smithi017 ceph-mon[29678]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:20.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:19 smithi017 ceph-mon[29678]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:20.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:19:20.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:19:20.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:19:20.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:19 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:20.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:19 smithi089 ceph-mon[31510]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:20.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-15T21:19:20.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-15T21:19:20.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-15T21:19:20.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:19 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:22.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:21 smithi017 ceph-mon[29678]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:22.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:21 smithi089 ceph-mon[31510]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:22.696 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:19:22 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:19:22] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.43.0" 2024-04-15T21:19:24.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:23 smithi017 ceph-mon[29678]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:24.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:23 smithi089 ceph-mon[31510]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:25.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:25 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:25.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:25 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:25.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:25 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:25.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:25 smithi017 ceph-mon[29678]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:25.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:25 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:25.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:25 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:25.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:25 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:25.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:25 smithi089 ceph-mon[31510]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:26.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:26 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:26.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:26 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:27.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:27 smithi017 ceph-mon[29678]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:27.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:27 smithi089 ceph-mon[31510]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:30.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:29 smithi017 ceph-mon[29678]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:30.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:29 smithi089 ceph-mon[31510]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:32.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:31 smithi017 ceph-mon[29678]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:32.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:31 smithi089 ceph-mon[31510]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:32.454 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:19:32 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:19:32] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-04-15T21:19:34.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:33 smithi017 ceph-mon[29678]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:34.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:33 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:33 smithi089 ceph-mon[31510]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:34.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:34.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:33 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:36.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:35 smithi017 ceph-mon[29678]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:36.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:35 smithi089 ceph-mon[31510]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:38.027 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:37 smithi089 ceph-mon[31510]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:38.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:37 smithi017 ceph-mon[29678]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:40.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:39 smithi017 ceph-mon[29678]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:40.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:39 smithi089 ceph-mon[31510]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:42.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:41 smithi017 ceph-mon[29678]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:42.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:41 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:42.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:41 smithi089 ceph-mon[31510]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:42.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:41 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:42.696 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:19:42 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:19:42] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-04-15T21:19:44.197 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:43 smithi017 ceph-mon[29678]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:44.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:43 smithi089 ceph-mon[31510]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:45.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:45 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:45.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:45 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:45.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:45 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:45.723 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:45 smithi089 ceph-mon[31510]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:45.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:45 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:45.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:45 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:45.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:45 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:45.947 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:45 smithi017 ceph-mon[29678]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:48.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:47 smithi017 ceph-mon[29678]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:48.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:47 smithi089 ceph-mon[31510]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:50.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:49 smithi017 ceph-mon[29678]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:50.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:49 smithi089 ceph-mon[31510]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:51.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:51 smithi017 ceph-mon[29678]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:52.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:51 smithi089 ceph-mon[31510]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:52.664 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:19:52 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:19:52] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-04-15T21:19:54.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:54 smithi017 ceph-mon[29678]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:54.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:54 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:54 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:54 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:54 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:54 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:54 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:54 smithi089 ceph-mon[31510]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:54.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:54 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:54 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:54 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:54 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:54 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:54.474 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:54 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' 2024-04-15T21:19:56.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:56 smithi017 ceph-mon[29678]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:56.473 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:56 smithi089 ceph-mon[31510]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:57.315 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:57 smithi089 ceph-mon[31510]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:57.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:57 smithi017 ceph-mon[29678]: from='mgr.14418 172.21.15.17:0/3545669900' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-15T21:19:58.393 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:58 smithi089 ceph-mon[31510]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:58.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:58 smithi017 ceph-mon[29678]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:19:59.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:19:59 smithi089 ceph-mon[31510]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:20:00.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:19:59 smithi017 ceph-mon[29678]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:20:00.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:00 smithi089 ceph-mon[31510]: overall HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-15T21:20:01.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:00 smithi017 ceph-mon[29678]: overall HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-15T21:20:01.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:01 smithi089 ceph-mon[31510]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:20:02.097 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:01 smithi017 ceph-mon[29678]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:20:02.381 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:02 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: ::ffff:172.21.15.89 - - [15/Apr/2024:21:20:02] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-04-15T21:20:04.036 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:03 smithi017 ceph-mon[29678]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:20:04.036 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.89:9095/api/v1/status/config 2024-04-15T21:20:04.041 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.89:9095/api/v1/status/config 2024-04-15T21:20:04.041 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.status == "success"' 2024-04-15T21:20:04.045 INFO:teuthology.orchestra.run.smithi017.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 577e88c6-fb6c-11ee-bc8f-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.17: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: 577e88c6-fb6c-11ee-bc8f-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.17: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: 577e88c6-fb6c-11ee-bc8f-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.17: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: 577e88c6-fb6c-11ee-bc8f-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.17: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.17: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-04-15T21:20:04.045 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.89:9095/api/v1/alerts 2024-04-15T21:20:04.049 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.89:9095/api/v1/alerts 2024-04-15T21:20:04.049 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-15T21:20:04.052 INFO:teuthology.orchestra.run.smithi017.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"577e88c6-fb6c-11ee-bc8f-c7b262605968","instance":"smithi017:9283","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-04-15T21:18:40.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 smithi169","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-15T21:18:40.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 smithi169\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-15T21:18:30.084118673Z","value":"1e+00"}]}}true 2024-04-15T21:20:04.053 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.169:9093/api/v1/status 2024-04-15T21:20:04.057 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.169:9093/api/v1/alerts 2024-04-15T21:20:04.061 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.169:9093/api/v1/alerts 2024-04-15T21:20:04.061 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-15T21:20:04.064 INFO:teuthology.orchestra.run.smithi017.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://smithi017.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://smithi089.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://smithi017.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://smithi089.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-04-15T21:15:11.917006286Z","clusterStatus":{"name":"01HVHSTANCK0RWAFNEGZ6VFN76","status":"ready","peers":[{"name":"01HVHSTANCK0RWAFNEGZ6VFN76","address":"172.21.15.169:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"577e88c6-fb6c-11ee-bc8f-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 smithi169","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-15T21:19:10.084Z","endsAt":"2024-04-15T21:23:10.084Z","generatorURL":"http://smithi089.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":"6e78fe0c68cf394d"},{"labels":{"alertname":"CephMonDown","cluster":"577e88c6-fb6c-11ee-bc8f-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 smithi169\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-15T21:19:00.084Z","endsAt":"2024-04-15T21:23:00.084Z","generatorURL":"http://smithi089.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":"bca30bffdfa8666e"}]}true 2024-04-15T21:20:04.223 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:03 smithi089 ceph-mon[31510]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-15T21:20:04.740 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T21:20:04.750 INFO:tasks.cephadm:Teardown begin 2024-04-15T21:20:04.753 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:20:04.785 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:20:04.826 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:20:04.865 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-15T21:20:04.866 DEBUG:teuthology.orchestra.run.smithi017:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T21:20:04.881 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T21:20:04.900 DEBUG:teuthology.orchestra.run.smithi169:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-15T21:20:04.924 INFO:tasks.cephadm:Stopping all daemons... 2024-04-15T21:20:04.924 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-15T21:20:04.924 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a 2024-04-15T21:20:05.220 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:04 smithi017 systemd[1]: Stopping Ceph mon.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:20:05.220 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a[29674]: 2024-04-15T21:20:05.212+0000 7f2e0186f700 -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-04-15T21:20:05.220 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a[29674]: 2024-04-15T21:20:05.212+0000 7f2e0186f700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-15T21:20:05.620 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:05 smithi017 podman[53313]: 2024-04-15 21:20:05.376390189 +0000 UTC m=+0.264508791 container died 50f7b003139a5c8d4d621b95aac698fe184274c28c1f67dba99a3952c91052e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, ceph=True, org.label-schema.build-date=20240409, RELEASE=main-87dbfb6, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-04-15T21:20:05.620 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:20:05] ENGINE Bus STOPPING 2024-04-15T21:20:05.620 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:20:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-15T21:20:05.621 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:20:05] ENGINE Bus STOPPED 2024-04-15T21:20:05.621 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:20:05] ENGINE Bus STARTING 2024-04-15T21:20:05.621 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:20:05] ENGINE Serving on http://:::9283 2024-04-15T21:20:05.621 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:05 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: [15/Apr/2024:21:20:05] ENGINE Bus STARTED 2024-04-15T21:20:05.946 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:05 smithi017 podman[53313]: 2024-04-15 21:20:05.804410539 +0000 UTC m=+0.692529186 container cleanup 50f7b003139a5c8d4d621b95aac698fe184274c28c1f67dba99a3952c91052e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6, GIT_BRANCH=HEAD) 2024-04-15T21:20:05.947 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:05 smithi017 bash[53313]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a 2024-04-15T21:20:06.225 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service' 2024-04-15T21:20:06.250 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:05 smithi017 podman[53338]: 2024-04-15 21:20:05.997433627 +0000 UTC m=+0.615050484 container remove 50f7b003139a5c8d4d621b95aac698fe184274c28c1f67dba99a3952c91052e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6) 2024-04-15T21:20:06.251 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:06 smithi017 systemd[1]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-15T21:20:06.251 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:06 smithi017 systemd[1]: Stopped Ceph mon.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:20:06.251 INFO:journalctl@ceph.mon.a.smithi017.stdout:Apr 15 21:20:06 smithi017 systemd[1]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.a.service: Consumed 8.651s CPU time. 2024-04-15T21:20:06.278 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:06.278 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-15T21:20:06.279 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-15T21:20:06.279 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.b 2024-04-15T21:20:06.590 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:06 smithi089 systemd[1]: Stopping Ceph mon.b for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:20:06.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:06 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-b[31506]: 2024-04-15T21:20:06.589+0000 7fc48d727700 -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-04-15T21:20:06.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:06 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-b[31506]: 2024-04-15T21:20:06.589+0000 7fc48d727700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-15T21:20:06.973 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:06 smithi089 podman[44928]: 2024-04-15 21:20:06.692309418 +0000 UTC m=+0.215070099 container died 1c8d36de4f1c3ff4d72d1f2a4f72eec7535bc5502443be28506ee03aeb2a1a7f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-b, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240409, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=main-87dbfb6, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-15T21:20:07.381 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:07 smithi089 podman[44928]: 2024-04-15 21:20:07.148381683 +0000 UTC m=+0.671142398 container cleanup 1c8d36de4f1c3ff4d72d1f2a4f72eec7535bc5502443be28506ee03aeb2a1a7f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240409, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-87dbfb6, org.label-schema.license=GPLv2) 2024-04-15T21:20:07.382 INFO:journalctl@ceph.mon.b.smithi089.stdout:Apr 15 21:20:07 smithi089 bash[44928]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mon-b 2024-04-15T21:20:07.519 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.b.service' 2024-04-15T21:20:07.563 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:07.563 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-15T21:20:07.564 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-15T21:20:07.564 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.c 2024-04-15T21:20:07.607 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mon.c.service' 2024-04-15T21:20:07.697 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:07.697 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-15T21:20:07.697 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-15T21:20:07.698 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.a 2024-04-15T21:20:07.983 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:07 smithi017 systemd[1]: Stopping Ceph mgr.a for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:20:08.275 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:07 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a[29909]: 2024-04-15T21:20:07.982+0000 7fb566f1a700 -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-04-15T21:20:08.275 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:08 smithi017 podman[53445]: 2024-04-15 21:20:08.015254117 +0000 UTC m=+0.124135731 container died bb2aacacd9cca9e8be18b365f5ef239e848c95b55010dfc91a541071e34e1cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=main-87dbfb6, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-04-15T21:20:08.651 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:08 smithi017 podman[53445]: 2024-04-15 21:20:08.450620664 +0000 UTC m=+0.559502320 container cleanup bb2aacacd9cca9e8be18b365f5ef239e848c95b55010dfc91a541071e34e1cc8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:87dbfb632e974cb2c28d17423071d2d833b53b29, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a, RELEASE=main-87dbfb6, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-04-15T21:20:08.651 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Apr 15 21:20:08 smithi017 bash[53445]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-a 2024-04-15T21:20:08.858 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.a.service' 2024-04-15T21:20:08.895 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:08.896 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-15T21:20:08.896 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-15T21:20:08.896 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.b 2024-04-15T21:20:09.223 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:20:08 smithi089 systemd[1]: Stopping Ceph mgr.b for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:20:09.477 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:20:09 smithi089 podman[45049]: 2024-04-15 21:20:09.2256648 +0000 UTC m=+0.134214602 container died 6c370e508c75bafcd72262f8d7afb4ecec396f9c84724fc7db5c3acfb4f99615 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, RELEASE=main-87dbfb6) 2024-04-15T21:20:09.861 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:20:09 smithi089 podman[45049]: 2024-04-15 21:20:09.661008815 +0000 UTC m=+0.569558624 container cleanup 6c370e508c75bafcd72262f8d7afb4ecec396f9c84724fc7db5c3acfb4f99615 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b, RELEASE=main-87dbfb6, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-04-15T21:20:09.861 INFO:journalctl@ceph.mgr.b.smithi089.stdout:Apr 15 21:20:09 smithi089 bash[45049]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-mgr-b 2024-04-15T21:20:10.082 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@mgr.b.service' 2024-04-15T21:20:10.119 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:10.120 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-15T21:20:10.120 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-15T21:20:10.120 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.0 2024-04-15T21:20:10.446 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:10 smithi017 systemd[1]: Stopping Ceph osd.0 for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:20:10.946 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:10 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0[40591]: 2024-04-15T21:20:10.530+0000 7fde9cbab700 -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-04-15T21:20:10.947 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:10 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0[40591]: 2024-04-15T21:20:10.530+0000 7fde9cbab700 -1 osd.0 23 *** Got signal Terminated *** 2024-04-15T21:20:10.947 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:10 smithi017 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0[40591]: 2024-04-15T21:20:10.530+0000 7fde9cbab700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T21:20:16.334 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:16 smithi017 podman[53569]: 2024-04-15 21:20:16.06540119 +0000 UTC m=+5.750652123 container died bf3a667c7b52beb9322593344587b5c06ccd8ba8a5d74f6772c9c148ae5fada1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-87dbfb6, org.label-schema.build-date=20240409, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-04-15T21:20:16.675 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:16 smithi017 podman[53569]: 2024-04-15 21:20:16.425515072 +0000 UTC m=+6.110766009 container cleanup bf3a667c7b52beb9322593344587b5c06ccd8ba8a5d74f6772c9c148ae5fada1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=main-87dbfb6, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-04-15T21:20:16.676 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:16 smithi017 bash[53569]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0 2024-04-15T21:20:16.946 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:16 smithi017 podman[53709]: 2024-04-15 21:20:16.676575909 +0000 UTC m=+0.608343104 container remove bf3a667c7b52beb9322593344587b5c06ccd8ba8a5d74f6772c9c148ae5fada1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=main-87dbfb6, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True) 2024-04-15T21:20:17.287 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:16 smithi017 podman[53801]: 2024-04-15 21:20:16.993920715 +0000 UTC m=+0.105054076 container create be28206a91a5edadd17199e01bcf68c9193763e2e5d10469854c305b33d492f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=main-87dbfb6, maintainer=Guillaume Abrioux , ceph=True) 2024-04-15T21:20:17.287 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:17 smithi017 podman[53801]: 2024-04-15 21:20:16.906918727 +0000 UTC m=+0.018052102 image pull a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f 2024-04-15T21:20:17.287 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:17 smithi017 podman[53801]: 2024-04-15 21:20:17.196293758 +0000 UTC m=+0.307427119 container init be28206a91a5edadd17199e01bcf68c9193763e2e5d10469854c305b33d492f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0-deactivate, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=main-87dbfb6, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-15T21:20:17.287 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:17 smithi017 podman[53801]: 2024-04-15 21:20:17.19957416 +0000 UTC m=+0.310707524 container start be28206a91a5edadd17199e01bcf68c9193763e2e5d10469854c305b33d492f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=main-87dbfb6, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2) 2024-04-15T21:20:17.287 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:17 smithi017 podman[53801]: 2024-04-15 21:20:17.287703602 +0000 UTC m=+0.398836963 container attach be28206a91a5edadd17199e01bcf68c9193763e2e5d10469854c305b33d492f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0-deactivate, RELEASE=main-87dbfb6, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-04-15T21:20:17.696 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:17 smithi017 podman[53801]: 2024-04-15 21:20:17.496913866 +0000 UTC m=+0.608047219 container died be28206a91a5edadd17199e01bcf68c9193763e2e5d10469854c305b33d492f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-87dbfb6, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-15T21:20:18.022 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.0.service' 2024-04-15T21:20:18.030 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:18 smithi017 podman[53827]: 2024-04-15 21:20:18.007650371 +0000 UTC m=+0.505742580 container remove be28206a91a5edadd17199e01bcf68c9193763e2e5d10469854c305b33d492f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-0-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=main-87dbfb6, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-04-15T21:20:18.030 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:18 smithi017 systemd[1]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.0.service: Deactivated successfully. 2024-04-15T21:20:18.030 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:18 smithi017 systemd[1]: Stopped Ceph osd.0 for 577e88c6-fb6c-11ee-bc8f-c7b262605968. 2024-04-15T21:20:18.030 INFO:journalctl@ceph.osd.0.smithi017.stdout:Apr 15 21:20:18 smithi017 systemd[1]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.0.service: Consumed 2.465s CPU time. 2024-04-15T21:20:18.068 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:18.069 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-15T21:20:18.069 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-15T21:20:18.069 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.1 2024-04-15T21:20:18.473 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:18 smithi089 systemd[1]: Stopping Ceph osd.1 for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:20:19.599 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:19 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1[36365]: 2024-04-15T21:20:19.340+0000 7f7d4feb9700 -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-04-15T21:20:19.600 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:19 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1[36365]: 2024-04-15T21:20:19.340+0000 7f7d4feb9700 -1 osd.1 23 *** Got signal Terminated *** 2024-04-15T21:20:19.600 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:19 smithi089 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1[36365]: 2024-04-15T21:20:19.340+0000 7f7d4feb9700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T21:20:25.027 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:24 smithi089 podman[45646]: 2024-04-15 21:20:24.767371035 +0000 UTC m=+5.513685122 container died 5b661487ff9e005a5c13743972c0848bfd9e7d1565c9b8ebbbff8a7520b2744c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-87dbfb6, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-15T21:20:25.473 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 podman[45646]: 2024-04-15 21:20:25.110362706 +0000 UTC m=+5.856676790 container cleanup 5b661487ff9e005a5c13743972c0848bfd9e7d1565c9b8ebbbff8a7520b2744c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1, org.label-schema.schema-version=1.0, RELEASE=main-87dbfb6, ceph=True, org.label-schema.build-date=20240409, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5) 2024-04-15T21:20:25.473 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 bash[45646]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1 2024-04-15T21:20:25.473 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 podman[45711]: 2024-04-15 21:20:25.269421143 +0000 UTC m=+0.496593339 container remove 5b661487ff9e005a5c13743972c0848bfd9e7d1565c9b8ebbbff8a7520b2744c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, RELEASE=main-87dbfb6, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240409, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-04-15T21:20:25.955 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 podman[45803]: 2024-04-15 21:20:25.576751211 +0000 UTC m=+0.017872198 image pull a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f 2024-04-15T21:20:25.955 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 podman[45803]: 2024-04-15 21:20:25.678739428 +0000 UTC m=+0.119860401 container create 5856cfe3a4a4ea27b3d5f246d74b1a57531cbceada7750396d222f9dba185a98 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1-deactivate, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240409, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6, io.buildah.version=1.33.5) 2024-04-15T21:20:25.955 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 podman[45803]: 2024-04-15 21:20:25.872463963 +0000 UTC m=+0.313584937 container init 5856cfe3a4a4ea27b3d5f246d74b1a57531cbceada7750396d222f9dba185a98 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, RELEASE=main-87dbfb6) 2024-04-15T21:20:25.955 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 podman[45803]: 2024-04-15 21:20:25.875760645 +0000 UTC m=+0.316881621 container start 5856cfe3a4a4ea27b3d5f246d74b1a57531cbceada7750396d222f9dba185a98 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, ceph=True, RELEASE=main-87dbfb6, org.label-schema.license=GPLv2, org.label-schema.build-date=20240409, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-04-15T21:20:25.955 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:25 smithi089 podman[45803]: 2024-04-15 21:20:25.955894532 +0000 UTC m=+0.397015508 container attach 5856cfe3a4a4ea27b3d5f246d74b1a57531cbceada7750396d222f9dba185a98 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1-deactivate, ceph=True, maintainer=Guillaume Abrioux , RELEASE=main-87dbfb6, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-04-15T21:20:26.223 INFO:journalctl@ceph.osd.1.smithi089.stdout:Apr 15 21:20:26 smithi089 podman[45803]: 2024-04-15 21:20:26.169175581 +0000 UTC m=+0.610296549 container died 5856cfe3a4a4ea27b3d5f246d74b1a57531cbceada7750396d222f9dba185a98 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240409, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-87dbfb6, io.buildah.version=1.33.5) 2024-04-15T21:20:26.747 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.1.service' 2024-04-15T21:20:26.790 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:26.790 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-15T21:20:26.790 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-15T21:20:26.790 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.2 2024-04-15T21:20:27.090 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:26 smithi169 systemd[1]: Stopping Ceph osd.2 for 577e88c6-fb6c-11ee-bc8f-c7b262605968... 2024-04-15T21:20:27.447 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:27 smithi169 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2[36767]: 2024-04-15T21:20:27.090+0000 7f0b7cdfe700 -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-04-15T21:20:27.447 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:27 smithi169 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2[36767]: 2024-04-15T21:20:27.090+0000 7f0b7cdfe700 -1 osd.2 23 *** Got signal Terminated *** 2024-04-15T21:20:27.447 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:27 smithi169 ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2[36767]: 2024-04-15T21:20:27.090+0000 7f0b7cdfe700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-15T21:20:32.799 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:32 smithi169 podman[46272]: 2024-04-15 21:20:32.543396985 +0000 UTC m=+5.555381449 container died 0a0f4af2c2482dfd5fa41a111befc0e7086b51b8b34369ae58e517df96d4e7e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=main-87dbfb6, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-15T21:20:33.074 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:32 smithi169 podman[46272]: 2024-04-15 21:20:32.882149245 +0000 UTC m=+5.894133701 container cleanup 0a0f4af2c2482dfd5fa41a111befc0e7086b51b8b34369ae58e517df96d4e7e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, ceph=True, RELEASE=main-87dbfb6, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2) 2024-04-15T21:20:33.074 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:32 smithi169 bash[46272]: ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2 2024-04-15T21:20:33.447 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:33 smithi169 podman[46289]: 2024-04-15 21:20:33.075022477 +0000 UTC m=+0.527474317 container remove 0a0f4af2c2482dfd5fa41a111befc0e7086b51b8b34369ae58e517df96d4e7e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=main-87dbfb6, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240409) 2024-04-15T21:20:33.801 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:33 smithi169 podman[46411]: 2024-04-15 21:20:33.402918257 +0000 UTC m=+0.017801851 image pull a452a57266c718c37049de4c2da9a5e566bb7b9c6db62908ada4c8b0e854997b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f 2024-04-15T21:20:33.802 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:33 smithi169 podman[46411]: 2024-04-15 21:20:33.500654715 +0000 UTC m=+0.115538308 container create e55c5a9259b2688aa04abcd6e8ee0cd778628d8ab1ea7e55d9574f0f733d609a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240409, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, RELEASE=main-87dbfb6, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True) 2024-04-15T21:20:33.802 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:33 smithi169 podman[46411]: 2024-04-15 21:20:33.719485228 +0000 UTC m=+0.334368821 container init e55c5a9259b2688aa04abcd6e8ee0cd778628d8ab1ea7e55d9574f0f733d609a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2-deactivate, io.buildah.version=1.33.5, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240409, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-87dbfb6) 2024-04-15T21:20:33.802 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:33 smithi169 podman[46411]: 2024-04-15 21:20:33.722740647 +0000 UTC m=+0.337624248 container start e55c5a9259b2688aa04abcd6e8ee0cd778628d8ab1ea7e55d9574f0f733d609a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2-deactivate, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=main-87dbfb6, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240409, ceph=True) 2024-04-15T21:20:33.802 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:33 smithi169 podman[46411]: 2024-04-15 21:20:33.802801669 +0000 UTC m=+0.417685262 container attach e55c5a9259b2688aa04abcd6e8ee0cd778628d8ab1ea7e55d9574f0f733d609a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240409, org.label-schema.license=GPLv2, RELEASE=main-87dbfb6, GIT_CLEAN=True) 2024-04-15T21:20:34.197 INFO:journalctl@ceph.osd.2.smithi169.stdout:Apr 15 21:20:34 smithi169 podman[46411]: 2024-04-15 21:20:34.014547422 +0000 UTC m=+0.629431016 container died e55c5a9259b2688aa04abcd6e8ee0cd778628d8ab1ea7e55d9574f0f733d609a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:386dcbdb0b8a78b880705c56a17f715946e178c298e478ab4b58fddb8072ae6f, name=ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240409, ceph=True, GIT_BRANCH=HEAD, RELEASE=main-87dbfb6, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5) 2024-04-15T21:20:34.648 DEBUG:teuthology.orchestra.run.smithi169:> sudo pkill -f 'journalctl -f -n 0 -u ceph-577e88c6-fb6c-11ee-bc8f-c7b262605968@osd.2.service' 2024-04-15T21:20:34.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-15T21:20:34.691 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-15T21:20:34.692 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T21:20:35.211 INFO:teuthology.orchestra.run.smithi017.stdout:Deleting cluster with fsid: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:20:39.084 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T21:20:40.724 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:20:44.357 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 --force --keep-logs 2024-04-15T21:20:44.557 INFO:teuthology.orchestra.run.smithi169.stdout:Deleting cluster with fsid: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:20:48.119 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:20:48.156 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:20:48.193 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-15T21:20:48.224 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T21:20:48.226 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi017/crash 2024-04-15T21:20:48.227 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:20:48.272 INFO:teuthology.orchestra.run.smithi017.stderr:tar: /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:20:48.272 INFO:teuthology.orchestra.run.smithi017.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:20:48.274 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi089/crash 2024-04-15T21:20:48.275 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:20:48.323 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:20:48.323 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:20:48.326 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi169/crash 2024-04-15T21:20:48.327 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:20:48.371 INFO:teuthology.orchestra.run.smithi169.stderr:tar: /var/lib/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:20:48.371 INFO:teuthology.orchestra.run.smithi169.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:20:48.372 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T21:20:48.373 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T21:20:48.406 INFO:teuthology.orchestra.run.smithi017.stdout:2024-04-15T21:12:21.480021+0000 mon.a (mon.0) 383 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:20:48.407 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-15T21:20:48.407 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[SEC\]' /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T21:20:48.480 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]' /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T21:20:48.552 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[WRN\]' /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-15T21:20:48.624 INFO:teuthology.orchestra.run.smithi017.stdout:2024-04-15T21:12:21.480021+0000 mon.a (mon.0) 383 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-15T21:20:48.625 INFO:tasks.cephadm:Compressing logs... 2024-04-15T21:20:48.625 DEBUG:teuthology.orchestra.run.smithi017:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:20:48.667 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:20:48.670 DEBUG:teuthology.orchestra.run.smithi169:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:20:48.694 INFO:teuthology.orchestra.run.smithi017.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:20:48.694 INFO:teuthology.orchestra.run.smithi017.stderr:: No such file or directory 2024-04-15T21:20:48.694 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.a.log 2024-04-15T21:20:48.694 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T21:20:48.694 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mgr.a.log 2024-04-15T21:20:48.694 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.0.log 2024-04-15T21:20:48.696 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T21:20:48.696 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mgr.a.log: /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T21:20:48.697 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T21:20:48.697 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log: 83.4% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T21:20:48.697 INFO:teuthology.orchestra.run.smithi017.stderr: 90.6% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T21:20:48.697 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log: 87.7% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T21:20:48.700 INFO:teuthology.orchestra.run.smithi169.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:: No such file or directory 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.2.log 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr: 82.1% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.c.log 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.2.log: /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log: 87.7% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr: 81.0% -- replaced with /var/log/ceph/cephadm.log.gz 90.6% 2024-04-15T21:20:48.701 INFO:teuthology.orchestra.run.smithi169.stderr: -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T21:20:48.703 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:20:48.703 INFO:teuthology.orchestra.run.smithi089.stderr:: No such file or directory 2024-04-15T21:20:48.703 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log 2024-04-15T21:20:48.703 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.1.log 2024-04-15T21:20:48.703 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log 2024-04-15T21:20:48.703 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log 2024-04-15T21:20:48.703 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mgr.b.log 2024-04-15T21:20:48.704 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log: /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log 2024-04-15T21:20:48.704 INFO:teuthology.orchestra.run.smithi089.stderr: 82.0% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.cephadm.log.gz 2024-04-15T21:20:48.704 INFO:teuthology.orchestra.run.smithi089.stderr: 90.8% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.audit.log.gz 2024-04-15T21:20:48.704 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.b.log 2024-04-15T21:20:48.704 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log: 87.8% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph.log.gz 2024-04-15T21:20:48.705 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.b.log: 81.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:20:48.708 INFO:teuthology.orchestra.run.smithi089.stderr: 90.8% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mgr.b.log.gz 2024-04-15T21:20:48.715 INFO:teuthology.orchestra.run.smithi017.stderr: 91.6% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T21:20:48.717 INFO:teuthology.orchestra.run.smithi017.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:20:48.719 INFO:teuthology.orchestra.run.smithi169.stderr:/var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.c.log: 91.6% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T21:20:48.723 INFO:teuthology.orchestra.run.smithi089.stderr: 91.6% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-volume.log.gz 2024-04-15T21:20:48.737 INFO:teuthology.orchestra.run.smithi017.stderr: 93.6% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.0.log.gz 2024-04-15T21:20:48.742 INFO:teuthology.orchestra.run.smithi169.stderr: 93.6% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.2.log.gz 2024-04-15T21:20:48.774 INFO:teuthology.orchestra.run.smithi169.stderr: 93.0% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.c.log.gz 2024-04-15T21:20:48.775 INFO:teuthology.orchestra.run.smithi169.stderr: 2024-04-15T21:20:48.775 INFO:teuthology.orchestra.run.smithi169.stderr:real 0m0.090s 2024-04-15T21:20:48.776 INFO:teuthology.orchestra.run.smithi169.stderr:user 0m0.141s 2024-04-15T21:20:48.776 INFO:teuthology.orchestra.run.smithi169.stderr:sys 0m0.027s 2024-04-15T21:20:48.779 INFO:teuthology.orchestra.run.smithi089.stderr: 93.9% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-osd.1.log.gz 2024-04-15T21:20:48.797 INFO:teuthology.orchestra.run.smithi089.stderr: 92.8% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.b.log.gz 2024-04-15T21:20:48.799 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-15T21:20:48.799 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.114s 2024-04-15T21:20:48.799 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.213s 2024-04-15T21:20:48.799 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.027s 2024-04-15T21:20:48.833 INFO:teuthology.orchestra.run.smithi017.stderr: 88.5% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mgr.a.log.gz 2024-04-15T21:20:49.015 INFO:teuthology.orchestra.run.smithi017.stderr: 91.3% -- replaced with /var/log/ceph/577e88c6-fb6c-11ee-bc8f-c7b262605968/ceph-mon.a.log.gz 2024-04-15T21:20:49.017 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-04-15T21:20:49.017 INFO:teuthology.orchestra.run.smithi017.stderr:real 0m0.337s 2024-04-15T21:20:49.017 INFO:teuthology.orchestra.run.smithi017.stderr:user 0m0.543s 2024-04-15T21:20:49.017 INFO:teuthology.orchestra.run.smithi017.stderr:sys 0m0.039s 2024-04-15T21:20:49.017 INFO:tasks.cephadm:Archiving logs... 2024-04-15T21:20:49.017 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi017/log 2024-04-15T21:20:49.019 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:20:49.188 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi089/log 2024-04-15T21:20:49.189 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:20:49.257 DEBUG:teuthology.misc:Transferring archived files from smithi169:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi169/log 2024-04-15T21:20:49.258 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:20:49.310 INFO:tasks.cephadm:Removing cluster... 2024-04-15T21:20:49.311 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 --force 2024-04-15T21:20:49.499 INFO:teuthology.orchestra.run.smithi017.stdout:Deleting cluster with fsid: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:20:49.752 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 --force 2024-04-15T21:20:49.947 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:20:50.207 DEBUG:teuthology.orchestra.run.smithi169:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 577e88c6-fb6c-11ee-bc8f-c7b262605968 --force 2024-04-15T21:20:50.404 INFO:teuthology.orchestra.run.smithi169.stdout:Deleting cluster with fsid: 577e88c6-fb6c-11ee-bc8f-c7b262605968 2024-04-15T21:20:50.656 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T21:20:50.657 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:20:50.675 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:20:50.692 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:20:50.707 INFO:tasks.cephadm:Teardown complete 2024-04-15T21:20:50.708 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T21:20:50.717 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-15T21:20:50.717 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:20:50.720 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:20:50.734 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:20:50.850 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T21:20:50.859 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T21:20:50.859 DEBUG:teuthology.orchestra.run.smithi017:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:20:50.862 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:20:50.864 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:20:50.876 INFO:teuthology.orchestra.run.smithi017.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:20:50.876 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:20:50.878 INFO:teuthology.orchestra.run.smithi169.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:20:50.880 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:20:50.880 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-04-15T21:20:50.880 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv01.front.sepia.ceph.com 3 6 377 42 +681us[ +684us] +/- 48ms 2024-04-15T21:20:50.880 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 44 -392us[ -389us] +/- 72ms 2024-04-15T21:20:50.880 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 -766us[ -763us] +/- 82ms 2024-04-15T21:20:50.880 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:20:50.882 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:20:50.882 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2024-04-15T21:20:50.882 INFO:teuthology.orchestra.run.smithi017.stdout:^* hv01.front.sepia.ceph.com 3 6 377 44 +715us[ +747us] +/- 48ms 2024-04-15T21:20:50.882 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 42 -363us[ -363us] +/- 72ms 2024-04-15T21:20:50.882 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 -740us[ -708us] +/- 82ms 2024-04-15T21:20:50.882 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:20:50.883 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:20:50.883 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-04-15T21:20:50.883 INFO:teuthology.orchestra.run.smithi169.stdout:^* hv01.front.sepia.ceph.com 3 6 377 44 +690us[ +704us] +/- 48ms 2024-04-15T21:20:50.883 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 41 -383us[ -383us] +/- 73ms 2024-04-15T21:20:50.883 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 -757us[ -743us] +/- 82ms 2024-04-15T21:20:50.884 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:20:50.884 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T21:20:50.893 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T21:20:50.894 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T21:20:50.943 DEBUG:teuthology.orchestra.run.smithi017:> 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-04-15T21:20:51.024 DEBUG:teuthology.orchestra.run.smithi089:> 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-04-15T21:20:51.095 DEBUG:teuthology.orchestra.run.smithi169:> 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-04-15T21:20:51.169 DEBUG:teuthology.orchestra.run.smithi017:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:20:51.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:20:51.205 DEBUG:teuthology.orchestra.run.smithi089:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:20:51.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:20:51.236 DEBUG:teuthology.orchestra.run.smithi169:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:20:51.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:20:51.268 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T21:20:51.278 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T21:20:51.358 INFO:teuthology.task.internal:Duration was 1153.588639 seconds 2024-04-15T21:20:51.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T21:20:51.403 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T21:20:51.403 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:20:51.406 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:20:51.408 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:20:51.452 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:20:51.454 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:20:51.455 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:20:51.988 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T21:20:51.988 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi017.front.sepia.ceph.com 2024-04-15T21:20:51.988 DEBUG:teuthology.orchestra.run.smithi017:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:20:52.011 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-04-15T21:20:52.012 DEBUG:teuthology.orchestra.run.smithi089:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:20:52.035 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-04-15T21:20:52.035 DEBUG:teuthology.orchestra.run.smithi169:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:20:52.060 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T21:20:52.061 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:20:52.063 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:20:52.077 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:20:52.131 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T21:20:52.131 DEBUG:teuthology.orchestra.run.smithi017:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:20:52.136 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:20:52.148 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:20:52.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T21:20:52.360 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T21:20:52.360 DEBUG:teuthology.orchestra.run.smithi017:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:20:52.388 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:20:52.417 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:20:52.445 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T21:20:52.455 DEBUG:teuthology.orchestra.run.smithi017:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:20:52.457 DEBUG:teuthology.orchestra.run.smithi089:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:20:52.460 DEBUG:teuthology.orchestra.run.smithi169:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:20:52.481 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = core 2024-04-15T21:20:52.484 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-04-15T21:20:52.512 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-04-15T21:20:52.535 DEBUG:teuthology.orchestra.run.smithi017:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:20:52.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:20:52.561 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:20:52.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:20:52.576 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:20:52.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:20:52.592 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T21:20:52.601 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T21:20:52.602 DEBUG:teuthology.misc:Transferring archived files from smithi017:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi017 2024-04-15T21:20:52.602 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:20:52.645 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi089 2024-04-15T21:20:52.646 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:20:52.684 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335/remote/smithi169 2024-04-15T21:20:52.684 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:20:52.723 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T21:20:52.723 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:20:52.725 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:20:52.728 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:20:52.773 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T21:20:52.785 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T21:20:52.785 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T21:20:52.796 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T21:20:52.796 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:20:52.798 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:20:52.800 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:20:52.810 INFO:teuthology.orchestra.run.smithi017.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:20 /home/ubuntu/cephtest 2024-04-15T21:20:52.813 INFO:teuthology.orchestra.run.smithi089.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:20 /home/ubuntu/cephtest 2024-04-15T21:20:52.829 INFO:teuthology.orchestra.run.smithi169.stdout: 265575 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:20 /home/ubuntu/cephtest 2024-04-15T21:20:52.830 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T21:20:52.841 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T21:20:52.883 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T21:20:52.911 DEBUG:teuthology.nuke:shortname: smithi017 2024-04-15T21:20:52.911 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:20:52.935 DEBUG:teuthology.nuke:shortname: smithi089 2024-04-15T21:20:52.935 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:20:52.941 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:52:43.382216', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBG3r9rdXSITZkT9HurSllkYKKc20NeIqVnLUdgfFHzd6koJ/IAiwFlItxtUBouvz8wGh74zP9YXNNGbLnw8FTU='} 2024-04-15T21:20:52.961 DEBUG:teuthology.nuke:shortname: smithi169 2024-04-15T21:20:52.961 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:20:52.967 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:52:43.384526', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqE1GW7JbLsfxz1RkKshXCnsS0CiGOlq1uLhKmp62Y/72rwsY/eQSqiL+0MYMcG28otOkzFer15BrtJYlDOl/g='} 2024-04-15T21:20:52.984 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_20:08:15-orch-main-distro-default-smithi/7657335', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 20:52:43.383457', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIagBi8QCj1CypKvLfzksLQn+0fIRR6pIAZbhX2w0ezwpC0fFBhDxxqdZA5kpKVo5zSsh6xobxH+OKTISTPh1TQ='} 2024-04-15T21:20:52.993 INFO:teuthology.orchestra.console.smithi017:Power off 2024-04-15T21:20:52.993 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:20:53.018 DEBUG:teuthology.orchestra.console.smithi017:power off output: Chassis Power Control: Down/Off 2024-04-15T21:20:53.019 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:20:53.034 INFO:teuthology.orchestra.console.smithi169:Power off 2024-04-15T21:20:53.034 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:20:53.050 INFO:teuthology.orchestra.console.smithi089:Power off 2024-04-15T21:20:53.050 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:20:53.058 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is on 2024-04-15T21:20:53.059 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2024-04-15T21:20:53.059 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:20:53.072 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-04-15T21:20:53.073 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:20:53.082 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-15T21:20:53.094 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-15T21:20:57.060 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:20:57.083 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:20:57.095 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:20:57.171 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is on 2024-04-15T21:20:57.193 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-15T21:20:57.205 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-15T21:21:01.174 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:21:01.193 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:21:01.206 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:21:01.285 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is off 2024-04-15T21:21:01.303 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-15T21:21:01.315 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-04-15T21:21:01.386 INFO:teuthology.orchestra.console.smithi017:Power off completed 2024-04-15T21:21:01.416 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-04-15T21:21:05.306 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:21:05.418 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2024-04-15T21:21:05.518 INFO:teuthology.orchestra.console.smithi169:Power off completed 2024-04-15T21:21:05.623 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_monitoring_stack_basic} duration: 1153.5886392593384 failure_reason: '"2024-04-15T21:12:21.480021+0000 mon.a (mon.0) 383 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-04-15T21:21:05.623 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:21:05.700 INFO:teuthology.run:FAIL