2024-05-21T16:23:47.695 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-21T16:23:47.695 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844 --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/orig.config.yaml 2024-05-21T16:23:47.725 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T16:23:47.814 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844 branch: wip-yuri3-testing-2024-05-20-1050 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7716844' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-05-20-1050 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 99470715356be3e23220ec4a5eacc2bc4dfde33f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 99470715356be3e23220ec4a5eacc2bc4dfde33f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-05-20-1050 sha1: 99470715356be3e23220ec4a5eacc2bc4dfde33f owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 9006 sha1: 99470715356be3e23220ec4a5eacc2bc4dfde33f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-05-20-1050 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_99470715356be3e23220ec4a5eacc2bc4dfde33f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 99470715356be3e23220ec4a5eacc2bc4dfde33f targets: smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZ/c+cMN/doB3LZU/Taidthpd0P58QZZC+sGA6zkGOKgAU/PAu5vsbsDfbBS51iUJl5nHBK7Mlk+wHCe7V0nBo= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJCAaK5j72l7y1pbZjsmPyP33lhEFHZ67flrK4fArThTaJm+eSbTPnGg9LgtaaksYDBUgXWSHxN6hpN3qT7bPts= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEGAEmTwaasfGUOz+iNn0TUF8eAk+nOLV2mSAK+ZU+iACQgTRby5f7NhyifPEXAhX/hW2B96h5Hv9ngXKKj4P8A= 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: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-20_20:45:46 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-21T16:23:47.814 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_99470715356be3e23220ec4a5eacc2bc4dfde33f/qa; will attempt to use it 2024-05-21T16:23:47.815 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_99470715356be3e23220ec4a5eacc2bc4dfde33f/qa/tasks 2024-05-21T16:23:47.815 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-21T16:23:47.817 INFO:teuthology.task.internal:Checking packages... 2024-05-21T16:23:47.837 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '99470715356be3e23220ec4a5eacc2bc4dfde33f' 2024-05-21T16:23:47.837 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-21T16:23:47.837 INFO:teuthology.packaging:ref: None 2024-05-21T16:23:47.837 INFO:teuthology.packaging:tag: None 2024-05-21T16:23:47.837 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-05-20-1050 2024-05-21T16:23:47.837 INFO:teuthology.packaging:sha1: 99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:23:47.838 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri3-testing-2024-05-20-1050 2024-05-21T16:23:48.055 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3827.g99470715 2024-05-21T16:23:48.056 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-21T16:23:48.063 INFO:teuthology.task.internal:no buildpackages task found 2024-05-21T16:23:48.063 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-21T16:23:48.085 INFO:teuthology.task.internal:Saving configuration 2024-05-21T16:23:48.098 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-21T16:23:48.105 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-21T16:23:48.129 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844', '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-05-21 16:18:44.055800', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZ/c+cMN/doB3LZU/Taidthpd0P58QZZC+sGA6zkGOKgAU/PAu5vsbsDfbBS51iUJl5nHBK7Mlk+wHCe7V0nBo='} 2024-05-21T16:23:48.151 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844', '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-05-21 16:18:44.053334', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJCAaK5j72l7y1pbZjsmPyP33lhEFHZ67flrK4fArThTaJm+eSbTPnGg9LgtaaksYDBUgXWSHxN6hpN3qT7bPts='} 2024-05-21T16:23:48.177 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844', '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-05-21 16:18:44.054706', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEGAEmTwaasfGUOz+iNn0TUF8eAk+nOLV2mSAK+ZU+iACQgTRby5f7NhyifPEXAhX/hW2B96h5Hv9ngXKKj4P8A='} 2024-05-21T16:23:48.177 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-21T16:23:48.184 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-21T16:23:48.184 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-21T16:23:48.184 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-21T16:23:48.184 INFO:teuthology.run_tasks:Running task console_log... 2024-05-21T16:23:48.276 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f40fdb5bbe0>, signals=[15]) 2024-05-21T16:23:48.276 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-21T16:23:48.282 INFO:teuthology.task.internal:Opening connections... 2024-05-21T16:23:48.282 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-05-21T16:23:48.283 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:23:48.359 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-05-21T16:23:48.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:23:48.431 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2024-05-21T16:23:48.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:23:48.524 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-21T16:23:48.531 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-05-21T16:23:48.549 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-05-21T16:23:48.549 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-05-21T16:23:48.607 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="CentOS Stream" 2024-05-21T16:23:48.607 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="9" 2024-05-21T16:23:48.607 INFO:teuthology.orchestra.run.smithi137.stdout:ID="centos" 2024-05-21T16:23:48.607 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="rhel fedora" 2024-05-21T16:23:48.607 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="9" 2024-05-21T16:23:48.607 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el9" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:LOGO="fedora-logo-icon" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://centos.org/" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-21T16:23:48.608 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-21T16:23:48.609 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-05-21T16:23:48.633 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-05-21T16:23:48.651 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-05-21T16:23:48.651 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-05-21T16:23:48.708 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="CentOS Stream" 2024-05-21T16:23:48.709 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="9" 2024-05-21T16:23:48.709 INFO:teuthology.orchestra.run.smithi160.stdout:ID="centos" 2024-05-21T16:23:48.709 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="rhel fedora" 2024-05-21T16:23:48.709 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="9" 2024-05-21T16:23:48.709 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el9" 2024-05-21T16:23:48.709 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-21T16:23:48.710 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2024-05-21T16:23:48.710 INFO:teuthology.orchestra.run.smithi160.stdout:LOGO="fedora-logo-icon" 2024-05-21T16:23:48.710 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-21T16:23:48.710 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://centos.org/" 2024-05-21T16:23:48.710 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-21T16:23:48.710 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-21T16:23:48.710 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-21T16:23:48.711 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-05-21T16:23:48.741 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2024-05-21T16:23:48.759 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2024-05-21T16:23:48.759 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="CentOS Stream" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="9" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:ID="centos" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="rhel fedora" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="9" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el9" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:LOGO="fedora-logo-icon" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-21T16:23:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://centos.org/" 2024-05-21T16:23:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-21T16:23:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-21T16:23:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-21T16:23:48.819 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2024-05-21T16:23:48.841 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-21T16:23:48.850 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-21T16:23:48.856 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-21T16:23:48.857 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-05-21T16:23:48.860 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-05-21T16:23:48.867 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2024-05-21T16:23:48.883 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-21T16:23:48.889 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-21T16:23:48.890 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-05-21T16:23:48.918 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-05-21T16:23:48.923 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2024-05-21T16:23:48.955 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-21T16:23:49.037 INFO:teuthology.run_tasks:Running task kernel... 2024-05-21T16:23:49.053 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-21T16:23:49.053 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-05-21T16:23:49.053 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T16:23:49.054 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T16:23:49.054 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T16:23:49.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:23:49.070 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-05-21T16:23:49.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:23:49.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:23:49.072 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-05-21T16:23:49.072 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-05-21T16:23:49.128 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-437.el9.x86_64 2024-05-21T16:23:49.128 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.14.0-437.el9.x86_64 2024-05-21T16:23:49.128 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2024-05-21T16:23:49.129 INFO:teuthology.orchestra.run.smithi160.stdout:5.14.0-437.el9.x86_64 2024-05-21T16:23:49.130 INFO:teuthology.orchestra.run.smithi183.stdout:5.14.0-437.el9.x86_64 2024-05-21T16:23:49.130 INFO:teuthology.task.kernel:Running kernel on smithi160: 5.14.0-437.el9.x86_64 2024-05-21T16:23:49.130 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2024-05-21T16:23:49.130 INFO:teuthology.task.kernel:Running kernel on smithi183: 5.14.0-437.el9.x86_64 2024-05-21T16:23:49.130 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2024-05-21T16:23:51.614 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - BaseOS 9.6 MB/s | 8.1 MB 00:00 2024-05-21T16:23:52.594 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 4.4 MB/s | 8.1 MB 00:01 2024-05-21T16:23:52.798 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.1 MB 00:02 2024-05-21T16:23:55.710 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-05-21T16:23:56.386 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - AppStream 5.1 MB/s | 19 MB 00:03 2024-05-21T16:24:01.383 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.2 MB 00:01 2024-05-21T16:24:03.250 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-05-21T16:24:03.336 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - CRB 2.0 MB/s | 6.2 MB 00:03 2024-05-21T16:24:04.954 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 16 kB 00:00 2024-05-21T16:24:06.154 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 7.6 MB/s | 21 MB 00:02 2024-05-21T16:24:06.874 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-05-21T16:24:10.301 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-05-21T16:24:11.285 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-05-21T16:24:12.004 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-05-21T16:24:12.189 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:01 ago on Tue 21 May 2024 04:24:11 PM UTC. 2024-05-21T16:24:13.183 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-21T16:24:13.183 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-21T16:24:13.280 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:24:13.296 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:24:13.296 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-05-21T16:24:13.296 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:24:13.296 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:24:13.296 INFO:teuthology.orchestra.run.smithi160.stdout: kernel x86_64 5.14.0-447.el9 baseos 576 k 2024-05-21T16:24:13.296 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core x86_64 5.14.0-447.el9 baseos 16 M 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules x86_64 5.14.0-447.el9 baseos 34 M 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-core x86_64 5.14.0-447.el9 baseos 28 M 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout:Install 4 Packages 2024-05-21T16:24:13.297 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:24:13.298 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 78 M 2024-05-21T16:24:13.298 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 123 M 2024-05-21T16:24:13.298 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:24:13.752 INFO:teuthology.orchestra.run.smithi160.stdout:(1/4): kernel-5.14.0-447.el9.x86_64.rpm 1.4 MB/s | 576 kB 00:00 2024-05-21T16:24:13.852 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-21T16:24:13.852 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-21T16:24:13.951 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:24:13.956 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout: kernel x86_64 5.14.0-447.el9 baseos 576 k 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core x86_64 5.14.0-447.el9 baseos 16 M 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules x86_64 5.14.0-447.el9 baseos 34 M 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-core x86_64 5.14.0-447.el9 baseos 28 M 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout:Install 4 Packages 2024-05-21T16:24:13.957 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:24:13.958 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 78 M 2024-05-21T16:24:13.958 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 123 M 2024-05-21T16:24:13.958 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:24:14.181 INFO:teuthology.orchestra.run.smithi183.stdout:(1/4): kernel-5.14.0-447.el9.x86_64.rpm 5.6 MB/s | 576 kB 00:00 2024-05-21T16:24:14.648 INFO:teuthology.orchestra.run.smithi183.stdout:(2/4): kernel-core-5.14.0-447.el9.x86_64.rpm 27 MB/s | 16 MB 00:00 2024-05-21T16:24:15.198 INFO:teuthology.orchestra.run.smithi183.stdout:(3/4): kernel-modules-5.14.0-447.el9.x86_64.rpm 30 MB/s | 34 MB 00:01 2024-05-21T16:24:15.540 INFO:teuthology.orchestra.run.smithi183.stdout:(4/4): kernel-modules-core-5.14.0-447.el9.x86_6 21 MB/s | 28 MB 00:01 2024-05-21T16:24:15.540 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:24:15.540 INFO:teuthology.orchestra.run.smithi183.stdout:Total 49 MB/s | 78 MB 00:01 2024-05-21T16:24:16.119 INFO:teuthology.orchestra.run.smithi160.stdout:(2/4): kernel-modules-5.14.0-447.el9.x86_64.rpm 12 MB/s | 34 MB 00:02 2024-05-21T16:24:16.224 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:24:16.335 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.2 MB 00:02 2024-05-21T16:24:16.369 INFO:teuthology.orchestra.run.smithi160.stdout:(3/4): kernel-core-5.14.0-447.el9.x86_64.rpm 5.1 MB/s | 16 MB 00:03 2024-05-21T16:24:16.552 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:24:16.552 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:24:17.501 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:24:17.502 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:24:18.160 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-05-21T16:24:19.891 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:24:20.261 INFO:teuthology.orchestra.run.smithi160.stdout:(4/4): kernel-modules-core-5.14.0-447.el9.x86_6 4.3 MB/s | 28 MB 00:06 2024-05-21T16:24:20.262 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:24:20.262 INFO:teuthology.orchestra.run.smithi160.stdout:Total 11 MB/s | 78 MB 00:06 2024-05-21T16:24:20.593 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-core-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:24:20.673 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:24:20.949 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:24:21.301 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:24:21.301 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:24:22.220 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:24:22.220 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:24:23.358 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:24:23.491 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:24:24.616 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:24:25.268 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-core-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:24:25.352 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:24:28.005 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:24:28.154 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:24:28.219 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:24:28.319 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:24:32.883 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:24:32.924 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:24:33.063 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:24:37.634 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:24:40.612 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 970 kB/s | 21 MB 00:22 2024-05-21T16:24:45.675 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-05-21T16:24:47.581 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-21T16:24:47.581 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-21T16:24:47.675 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout: kernel x86_64 5.14.0-447.el9 baseos 576 k 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core x86_64 5.14.0-447.el9 baseos 16 M 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules x86_64 5.14.0-447.el9 baseos 34 M 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core x86_64 5.14.0-447.el9 baseos 28 M 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:24:47.692 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:24:47.693 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:24:47.693 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-05-21T16:24:47.693 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:24:47.693 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 78 M 2024-05-21T16:24:47.693 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 123 M 2024-05-21T16:24:47.693 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:24:47.994 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): kernel-5.14.0-447.el9.x86_64.rpm 2.4 MB/s | 576 kB 00:00 2024-05-21T16:24:50.885 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): kernel-core-5.14.0-447.el9.x86_64.rpm 5.0 MB/s | 16 MB 00:03 2024-05-21T16:24:52.518 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): kernel-modules-core-5.14.0-447.el9.x86_6 6.2 MB/s | 28 MB 00:04 2024-05-21T16:24:54.060 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): kernel-modules-5.14.0-447.el9.x86_64.rpm 5.4 MB/s | 34 MB 00:06 2024-05-21T16:24:54.062 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:24:54.063 INFO:teuthology.orchestra.run.smithi137.stdout:Total 12 MB/s | 78 MB 00:06 2024-05-21T16:24:54.739 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:24:55.072 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:24:55.072 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:24:56.003 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:24:56.004 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:24:58.389 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:24:59.029 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-core-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:24:59.110 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:25:01.773 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:25:01.904 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:25:02.322 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:02.360 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:02.669 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:02.669 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:25:02.669 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:25:02.669 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:25:03.480 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:03.480 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:25:03.480 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:25:03.480 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:03.480 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core-5.14.0-447.el9.x86_64 2024-05-21T16:25:03.480 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-5.14.0-447.el9.x86_64 2024-05-21T16:25:03.481 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-core-5.14.0-447.el9.x86_64 2024-05-21T16:25:03.481 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:25:03.481 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:25:03.828 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:25:03.916 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:03.917 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:25:03.917 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-447.el9.x86_64 2024-05-21T16:25:03.917 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T16:25:03.917 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T16:25:03.917 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-21T16:25:03.917 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T16:25:03.917 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:25:03.968 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:03.968 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:25:03.968 DEBUG:teuthology.orchestra.run.smithi183:> sudo rpm -qi grub2-tools 2024-05-21T16:25:03.998 INFO:teuthology.orchestra.run.smithi183.stdout:Name : grub2-tools 2024-05-21T16:25:03.998 INFO:teuthology.orchestra.run.smithi183.stdout:Epoch : 1 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Version : 2.06 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Release : 68.el9 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: x86_64 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Group : Unspecified 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Size : 8264254 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:License : GPLv3+ 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-21T16:25:03.999 INFO:teuthology.orchestra.run.smithi183.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:Packager : builder@centos.org 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:Vendor : CentOS 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:Summary : Support tools for GRUB. 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:Description : 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-21T16:25:04.000 INFO:teuthology.orchestra.run.smithi183.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-21T16:25:04.001 INFO:teuthology.orchestra.run.smithi183.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-21T16:25:04.001 INFO:teuthology.orchestra.run.smithi183.stdout:hardware devices. 2024-05-21T16:25:04.001 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:25:04.001 INFO:teuthology.orchestra.run.smithi183.stdout:This subpackage provides tools for support of all platforms. 2024-05-21T16:25:04.002 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-21T16:25:04.002 INFO:teuthology.task.kernel:Updating grub on smithi183 to boot 5.14.0-447.el9.x86_64 2024-05-21T16:25:04.002 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-21T16:25:04.573 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2024-05-21T16:25:05.997 INFO:teuthology.orchestra.run.smithi183.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-21T16:25:06.026 INFO:teuthology.orchestra.run.smithi183.stderr:done 2024-05-21T16:25:06.028 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2024-05-21T16:25:06.044 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.hOim2WYHIu 2024-05-21T16:25:06.044 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hOim2WYHIu 2024-05-21T16:25:06.111 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.hOim2WYHIu 2024-05-21T16:25:06.248 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.hOim2WYHIu is 6KB 2024-05-21T16:25:06.297 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.hOim2WYHIu 2024-05-21T16:25:06.312 DEBUG:teuthology.orchestra.run.smithi183:> sudo /bin/ls /boot/loader/entries || true 2024-05-21T16:25:06.373 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-21T16:25:06.373 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-21T16:25:06.373 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-21T16:25:06.373 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64.conf 2024-05-21T16:25:06.374 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64 2024-05-21T16:25:06.521 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2024-05-21T16:25:06.581 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:25:06.641 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:06.861 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:06.900 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:07.241 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:07.241 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:25:07.242 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:25:07.242 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core-5.14.0-447.el9.x86_64 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-5.14.0-447.el9.x86_64 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-core-5.14.0-447.el9.x86_64 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:25:08.068 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:25:08.420 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:25:08.495 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:08.495 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:25:08.495 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-447.el9.x86_64 2024-05-21T16:25:08.495 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T16:25:08.496 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T16:25:08.496 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-21T16:25:08.496 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T16:25:08.496 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:25:08.546 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:08.546 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:25:08.546 DEBUG:teuthology.orchestra.run.smithi160:> sudo rpm -qi grub2-tools 2024-05-21T16:25:08.581 INFO:teuthology.orchestra.run.smithi160.stdout:Name : grub2-tools 2024-05-21T16:25:08.581 INFO:teuthology.orchestra.run.smithi160.stdout:Epoch : 1 2024-05-21T16:25:08.581 INFO:teuthology.orchestra.run.smithi160.stdout:Version : 2.06 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Release : 68.el9 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: x86_64 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Group : Unspecified 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Size : 8264254 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:License : GPLv3+ 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Packager : builder@centos.org 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:Vendor : CentOS 2024-05-21T16:25:08.582 INFO:teuthology.orchestra.run.smithi160.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout:Summary : Support tools for GRUB. 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout:Description : 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout:hardware devices. 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:25:08.583 INFO:teuthology.orchestra.run.smithi160.stdout:This subpackage provides tools for support of all platforms. 2024-05-21T16:25:08.584 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-21T16:25:08.584 INFO:teuthology.task.kernel:Updating grub on smithi160 to boot 5.14.0-447.el9.x86_64 2024-05-21T16:25:08.584 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-21T16:25:09.168 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-05-21T16:25:10.618 INFO:teuthology.orchestra.run.smithi160.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-21T16:25:10.659 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-05-21T16:25:10.661 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-05-21T16:25:10.677 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.ccSpqQ38fT 2024-05-21T16:25:10.677 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ccSpqQ38fT 2024-05-21T16:25:10.744 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.ccSpqQ38fT 2024-05-21T16:25:10.883 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.ccSpqQ38fT is 6KB 2024-05-21T16:25:10.933 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.ccSpqQ38fT 2024-05-21T16:25:10.947 DEBUG:teuthology.orchestra.run.smithi160:> sudo /bin/ls /boot/loader/entries || true 2024-05-21T16:25:11.009 INFO:teuthology.orchestra.run.smithi160.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-21T16:25:11.009 INFO:teuthology.orchestra.run.smithi160.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-21T16:25:11.010 INFO:teuthology.orchestra.run.smithi160.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-21T16:25:11.010 INFO:teuthology.orchestra.run.smithi160.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64.conf 2024-05-21T16:25:11.011 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64 2024-05-21T16:25:11.143 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-05-21T16:25:11.367 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:36.524 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-21T16:25:36.525 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-21T16:25:36.526 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:25:40.652 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:40.690 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:41.041 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:41.041 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:25:41.041 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:25:41.041 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:25:41.146 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-21T16:25:41.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-21T16:25:41.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:25:41.845 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core-5.14.0-447.el9.x86_64 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-5.14.0-447.el9.x86_64 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-core-5.14.0-447.el9.x86_64 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:25:41.846 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:25:42.196 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:25:42.296 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:42.296 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:25:42.297 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-447.el9.x86_64 2024-05-21T16:25:42.297 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T16:25:42.297 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T16:25:42.297 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-21T16:25:42.297 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T16:25:42.297 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:25:42.348 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:25:42.348 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:25:42.348 DEBUG:teuthology.orchestra.run.smithi137:> sudo rpm -qi grub2-tools 2024-05-21T16:25:42.378 INFO:teuthology.orchestra.run.smithi137.stdout:Name : grub2-tools 2024-05-21T16:25:42.378 INFO:teuthology.orchestra.run.smithi137.stdout:Epoch : 1 2024-05-21T16:25:42.378 INFO:teuthology.orchestra.run.smithi137.stdout:Version : 2.06 2024-05-21T16:25:42.378 INFO:teuthology.orchestra.run.smithi137.stdout:Release : 68.el9 2024-05-21T16:25:42.378 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: x86_64 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Group : Unspecified 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Size : 8264254 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:License : GPLv3+ 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Packager : builder@centos.org 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Vendor : CentOS 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Summary : Support tools for GRUB. 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout:Description : 2024-05-21T16:25:42.379 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:25:42.380 INFO:teuthology.orchestra.run.smithi137.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-21T16:25:42.380 INFO:teuthology.orchestra.run.smithi137.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-21T16:25:42.380 INFO:teuthology.orchestra.run.smithi137.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-21T16:25:42.380 INFO:teuthology.orchestra.run.smithi137.stdout:hardware devices. 2024-05-21T16:25:42.380 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:25:42.380 INFO:teuthology.orchestra.run.smithi137.stdout:This subpackage provides tools for support of all platforms. 2024-05-21T16:25:42.381 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-21T16:25:42.381 INFO:teuthology.task.kernel:Updating grub on smithi137 to boot 5.14.0-447.el9.x86_64 2024-05-21T16:25:42.381 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-21T16:25:43.058 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-05-21T16:25:44.525 INFO:teuthology.orchestra.run.smithi137.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-21T16:25:44.557 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-05-21T16:25:44.560 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-05-21T16:25:44.574 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.ounWksqxan 2024-05-21T16:25:44.575 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ounWksqxan 2024-05-21T16:25:44.640 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.ounWksqxan 2024-05-21T16:25:44.777 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.ounWksqxan is 6KB 2024-05-21T16:25:44.825 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.ounWksqxan 2024-05-21T16:25:44.839 DEBUG:teuthology.orchestra.run.smithi137:> sudo /bin/ls /boot/loader/entries || true 2024-05-21T16:25:44.901 INFO:teuthology.orchestra.run.smithi137.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-21T16:25:44.901 INFO:teuthology.orchestra.run.smithi137.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-21T16:25:44.901 INFO:teuthology.orchestra.run.smithi137.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-21T16:25:44.901 INFO:teuthology.orchestra.run.smithi137.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64.conf 2024-05-21T16:25:44.902 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64 2024-05-21T16:25:45.027 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-05-21T16:26:15.058 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-21T16:26:15.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-21T16:26:15.060 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:26:15.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-05-21T16:26:24.718 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-21T16:26:24.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:26:36.540 DEBUG:teuthology.orchestra.remote:timed out 2024-05-21T16:26:43.103 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-05-21T16:26:45.544 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-21T16:26:45.545 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:26:48.960 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-05-21T16:26:49.355 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-21T16:26:49.355 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-447.el9.x86_64"... 2024-05-21T16:26:49.355 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-05-21T16:26:49.372 INFO:teuthology.orchestra.run.smithi183.stdout:5.14.0-447.el9.x86_64 2024-05-21T16:26:49.373 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-447.el9.x86_64 vs 5.14.0-447.el9.x86_64 2024-05-21T16:26:49.373 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T16:26:49.373 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-21T16:26:49.502 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-05-21T16:26:50.374 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-21T16:26:50.375 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T16:26:50.437 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2024-05-21T16:26:50.469 DEBUG:teuthology.parallel:result is None 2024-05-21T16:26:55.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-21T16:26:55.104 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:26:55.645 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-05-21T16:26:56.056 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-21T16:26:56.056 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-447.el9.x86_64"... 2024-05-21T16:26:56.056 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-05-21T16:26:56.071 INFO:teuthology.orchestra.run.smithi160.stdout:5.14.0-447.el9.x86_64 2024-05-21T16:26:56.072 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-447.el9.x86_64 vs 5.14.0-447.el9.x86_64 2024-05-21T16:26:56.072 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T16:26:56.072 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-21T16:26:57.073 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-21T16:26:57.073 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T16:26:57.146 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-05-21T16:26:57.190 DEBUG:teuthology.parallel:result is None 2024-05-21T16:26:58.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-21T16:26:58.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:27:16.898 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-05-21T16:27:28.899 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-21T16:27:28.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:27:29.206 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-05-21T16:27:29.575 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-21T16:27:29.576 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-447.el9.x86_64"... 2024-05-21T16:27:29.576 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-05-21T16:27:29.590 INFO:teuthology.orchestra.run.smithi137.stdout:5.14.0-447.el9.x86_64 2024-05-21T16:27:29.591 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-447.el9.x86_64 vs 5.14.0-447.el9.x86_64 2024-05-21T16:27:29.591 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T16:27:29.591 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-21T16:27:30.591 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-21T16:27:30.592 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T16:27:30.688 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-05-21T16:27:30.795 DEBUG:teuthology.parallel:result is None 2024-05-21T16:27:30.796 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-21T16:27:30.803 INFO:teuthology.task.internal:Creating test directory... 2024-05-21T16:27:30.804 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T16:27:30.806 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T16:27:30.809 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T16:27:30.830 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-21T16:27:30.837 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-21T16:27:30.846 INFO:teuthology.task.internal:Creating archive directory... 2024-05-21T16:27:30.846 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T16:27:30.865 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T16:27:30.870 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T16:27:31.048 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-21T16:27:31.055 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-21T16:27:31.055 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:27:31.057 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:27:31.059 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:27:31.093 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:27:31.098 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:27:31.105 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:27:31.109 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:27:31.111 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:27:31.121 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:27:31.123 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-21T16:27:31.131 INFO:teuthology.task.internal:Configuring sudo... 2024-05-21T16:27:31.132 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T16:27:31.135 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T16:27:31.150 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T16:27:31.178 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-21T16:27:31.191 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-21T16:27:31.191 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T16:27:31.204 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T16:27:31.218 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T16:27:31.235 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:27:31.302 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:27:31.355 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:27:31.442 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:27:31.485 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:27:31.485 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T16:27:31.552 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:27:31.599 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:27:31.649 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:27:31.734 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:27:31.779 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:27:31.779 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T16:27:31.847 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:27:31.892 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:27:31.952 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:27:31.995 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:27:32.039 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:27:32.039 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T16:27:32.106 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-05-21T16:27:32.111 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-05-21T16:27:32.113 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2024-05-21T16:27:32.168 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:27:32.176 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:27:32.203 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:27:32.550 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-21T16:27:32.558 INFO:teuthology.task.internal:Starting timer... 2024-05-21T16:27:32.558 INFO:teuthology.run_tasks:Running task pcp... 2024-05-21T16:27:32.569 INFO:teuthology.run_tasks:Running task selinux... 2024-05-21T16:27:32.580 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-21T16:27:32.580 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2024-05-21T16:27:32.688 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2024-05-21T16:27:32.691 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2024-05-21T16:27:32.760 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2024-05-21T16:27:32.762 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2024-05-21T16:27:32.835 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: 2024-05-21T16:27:32.837 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-21T16:27:32.837 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2024-05-21T16:27:32.874 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2024-05-21T16:27:32.875 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2024-05-21T16:27:32.910 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2024-05-21T16:27:32.910 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2024-05-21T16:27:32.949 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2024-05-21T16:27:32.950 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi137.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi160.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2024-05-21T16:27:32.950 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:27:32.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:27:32.999 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:27:33.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:27:33.031 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:27:33.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:27:33.059 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-21T16:27:33.059 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2024-05-21T16:27:33.085 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2024-05-21T16:27:33.112 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2024-05-21T16:27:33.138 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-21T16:27:33.148 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-21T16:27:33.160 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-05-21T16:27:33.161 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi137.front.sepia.ceph.com,smithi160.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-21T16:31:57.757 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2024-05-21T16:31:57.759 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-21T16:31:57.760 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:31:57.836 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-05-21T16:31:57.913 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-05-21T16:31:57.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-21T16:31:57.914 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:31:57.987 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-05-21T16:31:58.076 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-21T16:31:58.076 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-21T16:31:58.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:31:58.152 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-05-21T16:31:58.234 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-21T16:31:58.235 INFO:teuthology.run_tasks:Running task clock... 2024-05-21T16:31:58.247 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-21T16:31:58.248 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:31:58.248 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:31:58.250 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:31:58.253 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:31:58.257 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:31:58.257 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:31:58.277 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-21T16:31:58.286 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-21T16:31:58.292 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-21T16:31:58.302 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-21T16:31:58.304 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-21T16:31:58.316 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2024-05-21T16:31:58.318 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-21T16:31:58.326 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2024-05-21T16:31:58.328 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2024-05-21T16:31:58.339 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2024-05-21T16:31:58.340 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-21T16:31:58.343 INFO:teuthology.orchestra.run.smithi183.stderr:sudo: ntpd: command not found 2024-05-21T16:31:58.354 INFO:teuthology.orchestra.run.smithi183.stdout:506 Cannot talk to daemon 2024-05-21T16:31:58.355 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-21T16:31:58.355 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-21T16:31:58.368 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-21T16:31:58.368 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-21T16:31:58.381 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-21T16:31:58.412 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:31:58.415 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:31:58.416 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-05-21T16:31:58.416 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.416 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.416 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.416 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.426 INFO:teuthology.orchestra.run.smithi160.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:31:58.429 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:31:58.429 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-05-21T16:31:58.430 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.430 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.430 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.430 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.439 INFO:teuthology.orchestra.run.smithi183.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:31:58.442 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:31:58.443 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2024-05-21T16:31:58.443 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.443 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.443 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.443 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:31:58.444 INFO:teuthology.run_tasks:Running task install... 2024-05-21T16:31:58.452 DEBUG:teuthology.task.install:project ceph 2024-05-21T16:31:58.452 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '99470715356be3e23220ec4a5eacc2bc4dfde33f'}} 2024-05-21T16:31:58.452 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '99470715356be3e23220ec4a5eacc2bc4dfde33f'} 2024-05-21T16:31:58.453 INFO:teuthology.task.install:Using flavor: default 2024-05-21T16:31:58.462 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-05-21T16:31:58.462 INFO:teuthology.task.install:extra packages: [] 2024-05-21T16:31:58.462 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': '99470715356be3e23220ec4a5eacc2bc4dfde33f', 'tag': None, 'wait_for_package': False} 2024-05-21T16:31:58.463 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:31:58.465 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': '99470715356be3e23220ec4a5eacc2bc4dfde33f', 'tag': None, 'wait_for_package': False} 2024-05-21T16:31:58.466 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:31:58.467 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': '99470715356be3e23220ec4a5eacc2bc4dfde33f', 'tag': None, 'wait_for_package': False} 2024-05-21T16:31:58.467 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:31:58.608 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/ 2024-05-21T16:31:58.608 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3827.g99470715 2024-05-21T16:31:58.616 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/ 2024-05-21T16:31:58.616 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3827.g99470715 2024-05-21T16:31:58.709 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/ 2024-05-21T16:31:58.709 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3827.g99470715 2024-05-21T16:31:58.964 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/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/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/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/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-21T16:31:58.964 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:31:58.964 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-21T16:31:58.969 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/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/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/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/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-21T16:31:58.970 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:31:58.970 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-21T16:31:58.992 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-05-21T16:31:58.993 DEBUG:teuthology.orchestra.run.smithi160:> 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/99470715356be3e23220ec4a5eacc2bc4dfde33f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-21T16:31:58.995 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-05-21T16:31:58.995 DEBUG:teuthology.orchestra.run.smithi183:> 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/99470715356be3e23220ec4a5eacc2bc4dfde33f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-21T16:31:59.060 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:31:59.062 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:31:59.064 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/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/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/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/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-21T16:31:59.065 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:31:59.065 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-21T16:31:59.093 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-05-21T16:31:59.093 DEBUG:teuthology.orchestra.run.smithi137:> 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/99470715356be3e23220ec4a5eacc2bc4dfde33f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-21T16:31:59.136 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:31:59.137 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:31:59.162 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:31:59.201 INFO:teuthology.orchestra.run.smithi183.stdout:check_obsoletes = 1 2024-05-21T16:31:59.202 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum clean all 2024-05-21T16:31:59.203 INFO:teuthology.orchestra.run.smithi160.stdout:check_obsoletes = 1 2024-05-21T16:31:59.204 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum clean all 2024-05-21T16:31:59.240 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:31:59.306 INFO:teuthology.orchestra.run.smithi137.stdout:check_obsoletes = 1 2024-05-21T16:31:59.308 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum clean all 2024-05-21T16:31:59.432 INFO:teuthology.orchestra.run.smithi160.stdout:45 files removed 2024-05-21T16:31:59.432 INFO:teuthology.orchestra.run.smithi183.stdout:45 files removed 2024-05-21T16:31:59.459 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-radosgw 2024-05-21T16:31:59.460 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-radosgw 2024-05-21T16:31:59.558 INFO:teuthology.orchestra.run.smithi137.stdout:45 files removed 2024-05-21T16:31:59.586 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-radosgw 2024-05-21T16:32:00.477 INFO:teuthology.orchestra.run.smithi160.stdout:ceph packages for x86_64 113 kB/s | 84 kB 00:00 2024-05-21T16:32:00.629 INFO:teuthology.orchestra.run.smithi183.stdout:ceph packages for x86_64 94 kB/s | 84 kB 00:00 2024-05-21T16:32:00.762 INFO:teuthology.orchestra.run.smithi137.stdout:ceph packages for x86_64 93 kB/s | 84 kB 00:00 2024-05-21T16:32:01.277 INFO:teuthology.orchestra.run.smithi160.stdout:ceph noarch packages 15 kB/s | 12 kB 00:00 2024-05-21T16:32:01.363 INFO:teuthology.orchestra.run.smithi183.stdout:ceph noarch packages 17 kB/s | 12 kB 00:00 2024-05-21T16:32:01.614 INFO:teuthology.orchestra.run.smithi137.stdout:ceph noarch packages 14 kB/s | 12 kB 00:00 2024-05-21T16:32:02.096 INFO:teuthology.orchestra.run.smithi183.stdout:ceph source packages 2.7 kB/s | 1.9 kB 00:00 2024-05-21T16:32:02.638 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.1 MB 00:00 2024-05-21T16:32:02.728 INFO:teuthology.orchestra.run.smithi160.stdout:ceph source packages 1.3 kB/s | 1.9 kB 00:01 2024-05-21T16:32:02.771 INFO:teuthology.orchestra.run.smithi137.stdout:ceph source packages 1.7 kB/s | 1.9 kB 00:01 2024-05-21T16:32:04.286 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - BaseOS 5.3 MB/s | 8.1 MB 00:01 2024-05-21T16:32:06.004 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - BaseOS 2.5 MB/s | 8.1 MB 00:03 2024-05-21T16:32:07.156 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - AppStream 5.5 MB/s | 19 MB 00:03 2024-05-21T16:32:08.680 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-05-21T16:32:08.962 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - AppStream 5.3 MB/s | 19 MB 00:03 2024-05-21T16:32:12.448 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-05-21T16:32:12.681 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-05-21T16:32:12.889 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - CRB 17 MB/s | 6.2 MB 00:00 2024-05-21T16:32:14.294 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-05-21T16:32:14.505 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-05-21T16:32:14.506 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-05-21T16:32:15.358 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 29 MB/s | 21 MB 00:00 2024-05-21T16:32:15.886 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-21T16:32:16.082 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-05-21T16:32:20.700 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-21T16:32:21.120 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-05-21T16:32:21.169 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-05-21T16:32:22.928 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:32:22.950 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw x86_64 2:19.0.0-3827.g99470715.el9 ceph 11 M 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrading: 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout: librados2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.4 M 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1 x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.1 M 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base x86_64 2:19.0.0-3827.g99470715.el9 ceph 5.4 M 2024-05-21T16:32:22.951 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common x86_64 2:19.0.0-3827.g99470715.el9 ceph 21 M 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux x86_64 2:19.0.0-3827.g99470715.el9 ceph 25 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 747 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1 x86_64 2:19.0.0-3827.g99470715.el9 ceph 501 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 5.4 M 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-21T16:32:22.952 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse x86_64 2:19.0.0-3827.g99470715.el9 ceph 45 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common x86_64 2:19.0.0-3827.g99470715.el9 ceph 136 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs x86_64 2:19.0.0-3827.g99470715.el9 ceph 161 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados x86_64 2:19.0.0-3827.g99470715.el9 ceph 320 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd x86_64 2:19.0.0-3827.g99470715.el9 ceph 299 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw x86_64 2:19.0.0-3827.g99470715.el9 ceph 99 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-21T16:32:22.953 INFO:teuthology.orchestra.run.smithi137.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout:Installing weak dependencies: 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout:Install 30 Packages 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrade 2 Packages 2024-05-21T16:32:22.954 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:32:22.955 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 60 M 2024-05-21T16:32:22.955 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:32:23.336 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:32:23.345 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw x86_64 2:19.0.0-3827.g99470715.el9 ceph 11 M 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrading: 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout: librados2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.4 M 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1 x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.1 M 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base x86_64 2:19.0.0-3827.g99470715.el9 ceph 5.4 M 2024-05-21T16:32:23.346 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common x86_64 2:19.0.0-3827.g99470715.el9 ceph 21 M 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux x86_64 2:19.0.0-3827.g99470715.el9 ceph 25 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 747 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1 x86_64 2:19.0.0-3827.g99470715.el9 ceph 501 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 5.4 M 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-21T16:32:23.347 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse x86_64 2:19.0.0-3827.g99470715.el9 ceph 45 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common x86_64 2:19.0.0-3827.g99470715.el9 ceph 136 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs x86_64 2:19.0.0-3827.g99470715.el9 ceph 161 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados x86_64 2:19.0.0-3827.g99470715.el9 ceph 320 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd x86_64 2:19.0.0-3827.g99470715.el9 ceph 299 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw x86_64 2:19.0.0-3827.g99470715.el9 ceph 99 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-21T16:32:23.348 INFO:teuthology.orchestra.run.smithi183.stdout:Installing weak dependencies: 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout:Install 30 Packages 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrade 2 Packages 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:23.349 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 60 M 2024-05-21T16:32:23.350 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:32:23.386 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-radosgw x86_64 2:19.0.0-3827.g99470715.el9 ceph 11 M 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout:Upgrading: 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout: librados2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.4 M 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout: librbd1 x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.1 M 2024-05-21T16:32:23.396 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-base x86_64 2:19.0.0-3827.g99470715.el9 ceph 5.4 M 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-common x86_64 2:19.0.0-3827.g99470715.el9 ceph 21 M 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-selinux x86_64 2:19.0.0-3827.g99470715.el9 ceph 25 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 747 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: libradosstriper1 x86_64 2:19.0.0-3827.g99470715.el9 ceph 501 k 2024-05-21T16:32:23.397 INFO:teuthology.orchestra.run.smithi160.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: librgw2 x86_64 2:19.0.0-3827.g99470715.el9 ceph 5.4 M 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-argparse x86_64 2:19.0.0-3827.g99470715.el9 ceph 45 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-common x86_64 2:19.0.0-3827.g99470715.el9 ceph 136 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cephfs x86_64 2:19.0.0-3827.g99470715.el9 ceph 161 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rados x86_64 2:19.0.0-3827.g99470715.el9 ceph 320 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rbd x86_64 2:19.0.0-3827.g99470715.el9 ceph 299 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rgw x86_64 2:19.0.0-3827.g99470715.el9 ceph 99 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-21T16:32:23.398 INFO:teuthology.orchestra.run.smithi160.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout:Installing weak dependencies: 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout:Install 30 Packages 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout:Upgrade 2 Packages 2024-05-21T16:32:23.399 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:32:23.400 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 60 M 2024-05-21T16:32:23.400 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:32:23.768 INFO:teuthology.orchestra.run.smithi137.stdout:(1/32): ceph-base-19.0.0-3827.g99470715.el9.x86 10 MB/s | 5.4 MB 00:00 2024-05-21T16:32:23.818 INFO:teuthology.orchestra.run.smithi137.stdout:(2/32): ceph-selinux-19.0.0-3827.g99470715.el9. 505 kB/s | 25 kB 00:00 2024-05-21T16:32:24.785 INFO:teuthology.orchestra.run.smithi137.stdout:(3/32): libcephfs2-19.0.0-3827.g99470715.el9.x8 772 kB/s | 747 kB 00:00 2024-05-21T16:32:24.869 INFO:teuthology.orchestra.run.smithi137.stdout:(4/32): libradosstriper1-19.0.0-3827.g99470715. 5.9 MB/s | 501 kB 00:00 2024-05-21T16:32:24.941 INFO:teuthology.orchestra.run.smithi183.stdout:(1/32): ceph-base-19.0.0-3827.g99470715.el9.x86 3.6 MB/s | 5.4 MB 00:01 2024-05-21T16:32:25.055 INFO:teuthology.orchestra.run.smithi183.stdout:(2/32): ceph-selinux-19.0.0-3827.g99470715.el9. 221 kB/s | 25 kB 00:00 2024-05-21T16:32:25.305 INFO:teuthology.orchestra.run.smithi183.stdout:(3/32): libcephfs2-19.0.0-3827.g99470715.el9.x8 2.9 MB/s | 747 kB 00:00 2024-05-21T16:32:25.439 INFO:teuthology.orchestra.run.smithi183.stdout:(4/32): libradosstriper1-19.0.0-3827.g99470715. 3.7 MB/s | 501 kB 00:00 2024-05-21T16:32:25.469 INFO:teuthology.orchestra.run.smithi137.stdout:(5/32): librgw2-19.0.0-3827.g99470715.el9.x86_6 9.0 MB/s | 5.4 MB 00:00 2024-05-21T16:32:25.519 INFO:teuthology.orchestra.run.smithi137.stdout:(6/32): python3-ceph-argparse-19.0.0-3827.g9947 908 kB/s | 45 kB 00:00 2024-05-21T16:32:25.577 INFO:teuthology.orchestra.run.smithi137.stdout:(7/32): python3-ceph-common-19.0.0-3827.g994707 2.3 MB/s | 136 kB 00:00 2024-05-21T16:32:25.578 INFO:teuthology.orchestra.run.smithi160.stdout:(1/32): ceph-base-19.0.0-3827.g99470715.el9.x86 2.6 MB/s | 5.4 MB 00:02 2024-05-21T16:32:25.644 INFO:teuthology.orchestra.run.smithi137.stdout:(8/32): python3-cephfs-19.0.0-3827.g99470715.el 2.4 MB/s | 161 kB 00:00 2024-05-21T16:32:25.645 INFO:teuthology.orchestra.run.smithi160.stdout:(2/32): ceph-selinux-19.0.0-3827.g99470715.el9. 378 kB/s | 25 kB 00:00 2024-05-21T16:32:25.728 INFO:teuthology.orchestra.run.smithi137.stdout:(9/32): python3-rados-19.0.0-3827.g99470715.el9 3.8 MB/s | 320 kB 00:00 2024-05-21T16:32:25.812 INFO:teuthology.orchestra.run.smithi137.stdout:(10/32): python3-rbd-19.0.0-3827.g99470715.el9. 3.5 MB/s | 299 kB 00:00 2024-05-21T16:32:25.887 INFO:teuthology.orchestra.run.smithi137.stdout:(11/32): python3-rgw-19.0.0-3827.g99470715.el9. 1.3 MB/s | 99 kB 00:00 2024-05-21T16:32:25.920 INFO:teuthology.orchestra.run.smithi160.stdout:(3/32): libcephfs2-19.0.0-3827.g99470715.el9.x8 2.7 MB/s | 747 kB 00:00 2024-05-21T16:32:25.962 INFO:teuthology.orchestra.run.smithi137.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.4 MB/s | 107 kB 00:00 2024-05-21T16:32:26.029 INFO:teuthology.orchestra.run.smithi137.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 160 kB 00:00 2024-05-21T16:32:26.053 INFO:teuthology.orchestra.run.smithi160.stdout:(4/32): libradosstriper1-19.0.0-3827.g99470715. 3.7 MB/s | 501 kB 00:00 2024-05-21T16:32:26.088 INFO:teuthology.orchestra.run.smithi137.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 775 kB/s | 45 kB 00:00 2024-05-21T16:32:26.131 INFO:teuthology.orchestra.run.smithi183.stdout:(5/32): ceph-radosgw-19.0.0-3827.g99470715.el9. 4.0 MB/s | 11 MB 00:02 2024-05-21T16:32:26.180 INFO:teuthology.orchestra.run.smithi137.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.1 MB/s | 662 kB 00:00 2024-05-21T16:32:26.248 INFO:teuthology.orchestra.run.smithi183.stdout:(6/32): python3-ceph-argparse-19.0.0-3827.g9947 388 kB/s | 45 kB 00:00 2024-05-21T16:32:26.255 INFO:teuthology.orchestra.run.smithi137.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-05-21T16:32:26.331 INFO:teuthology.orchestra.run.smithi183.stdout:(7/32): librgw2-19.0.0-3827.g99470715.el9.x86_6 6.0 MB/s | 5.4 MB 00:00 2024-05-21T16:32:26.356 INFO:teuthology.orchestra.run.smithi183.stdout:(8/32): python3-ceph-common-19.0.0-3827.g994707 1.2 MB/s | 136 kB 00:00 2024-05-21T16:32:26.380 INFO:teuthology.orchestra.run.smithi137.stdout:(17/32): ceph-radosgw-19.0.0-3827.g99470715.el9 3.4 MB/s | 11 MB 00:03 2024-05-21T16:32:26.381 INFO:teuthology.orchestra.run.smithi183.stdout:(9/32): python3-cephfs-19.0.0-3827.g99470715.el 3.2 MB/s | 161 kB 00:00 2024-05-21T16:32:26.430 INFO:teuthology.orchestra.run.smithi137.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 241 kB/s | 42 kB 00:00 2024-05-21T16:32:26.449 INFO:teuthology.orchestra.run.smithi183.stdout:(10/32): python3-rbd-19.0.0-3827.g99470715.el9. 4.4 MB/s | 299 kB 00:00 2024-05-21T16:32:26.474 INFO:teuthology.orchestra.run.smithi183.stdout:(11/32): python3-rados-19.0.0-3827.g99470715.el 2.7 MB/s | 320 kB 00:00 2024-05-21T16:32:26.481 INFO:teuthology.orchestra.run.smithi137.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.2 MB/s | 221 kB 00:00 2024-05-21T16:32:26.499 INFO:teuthology.orchestra.run.smithi183.stdout:(12/32): python3-rgw-19.0.0-3827.g99470715.el9. 1.9 MB/s | 99 kB 00:00 2024-05-21T16:32:26.506 INFO:teuthology.orchestra.run.smithi137.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 477 kB/s | 36 kB 00:00 2024-05-21T16:32:26.565 INFO:teuthology.orchestra.run.smithi137.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 567 kB/s | 47 kB 00:00 2024-05-21T16:32:26.733 INFO:teuthology.orchestra.run.smithi183.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 414 kB/s | 107 kB 00:00 2024-05-21T16:32:26.758 INFO:teuthology.orchestra.run.smithi183.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 620 kB/s | 160 kB 00:00 2024-05-21T16:32:26.808 INFO:teuthology.orchestra.run.smithi183.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 602 kB/s | 45 kB 00:00 2024-05-21T16:32:26.820 INFO:teuthology.orchestra.run.smithi160.stdout:(5/32): librgw2-19.0.0-3827.g99470715.el9.x86_6 7.0 MB/s | 5.4 MB 00:00 2024-05-21T16:32:26.865 INFO:teuthology.orchestra.run.smithi137.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 862 kB/s | 309 kB 00:00 2024-05-21T16:32:26.887 INFO:teuthology.orchestra.run.smithi160.stdout:(6/32): python3-ceph-argparse-19.0.0-3827.g9947 680 kB/s | 45 kB 00:00 2024-05-21T16:32:26.924 INFO:teuthology.orchestra.run.smithi137.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 445 kB/s | 26 kB 00:00 2024-05-21T16:32:26.938 INFO:teuthology.orchestra.run.smithi160.stdout:(7/32): python3-ceph-common-19.0.0-3827.g994707 2.7 MB/s | 136 kB 00:00 2024-05-21T16:32:26.988 INFO:teuthology.orchestra.run.smithi160.stdout:(8/32): python3-cephfs-19.0.0-3827.g99470715.el 3.2 MB/s | 161 kB 00:00 2024-05-21T16:32:26.990 INFO:teuthology.orchestra.run.smithi137.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 731 kB/s | 49 kB 00:00 2024-05-21T16:32:27.025 INFO:teuthology.orchestra.run.smithi183.stdout:(16/32): ceph-common-19.0.0-3827.g99470715.el9. 5.9 MB/s | 21 MB 00:03 2024-05-21T16:32:27.049 INFO:teuthology.orchestra.run.smithi137.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-05-21T16:32:27.055 INFO:teuthology.orchestra.run.smithi160.stdout:(9/32): python3-rados-19.0.0-3827.g99470715.el9 4.7 MB/s | 320 kB 00:00 2024-05-21T16:32:27.092 INFO:teuthology.orchestra.run.smithi183.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.0 MB/s | 292 kB 00:00 2024-05-21T16:32:27.122 INFO:teuthology.orchestra.run.smithi160.stdout:(10/32): python3-rbd-19.0.0-3827.g99470715.el9. 4.4 MB/s | 299 kB 00:00 2024-05-21T16:32:27.124 INFO:teuthology.orchestra.run.smithi137.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 8.3 MB/s | 4.4 MB 00:00 2024-05-21T16:32:27.163 INFO:teuthology.orchestra.run.smithi160.stdout:(11/32): python3-rgw-19.0.0-3827.g99470715.el9. 2.3 MB/s | 99 kB 00:00 2024-05-21T16:32:27.192 INFO:teuthology.orchestra.run.smithi137.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-05-21T16:32:27.225 INFO:teuthology.orchestra.run.smithi137.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.7 MB/s | 839 kB 00:00 2024-05-21T16:32:27.267 INFO:teuthology.orchestra.run.smithi183.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.3 MB/s | 662 kB 00:00 2024-05-21T16:32:27.275 INFO:teuthology.orchestra.run.smithi137.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-05-21T16:32:27.318 INFO:teuthology.orchestra.run.smithi183.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 145 kB/s | 42 kB 00:00 2024-05-21T16:32:27.343 INFO:teuthology.orchestra.run.smithi183.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 881 kB/s | 221 kB 00:00 2024-05-21T16:32:27.360 INFO:teuthology.orchestra.run.smithi183.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 389 kB/s | 36 kB 00:00 2024-05-21T16:32:27.402 INFO:teuthology.orchestra.run.smithi183.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 566 kB/s | 47 kB 00:00 2024-05-21T16:32:27.452 INFO:teuthology.orchestra.run.smithi183.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.8 MB/s | 309 kB 00:00 2024-05-21T16:32:27.469 INFO:teuthology.orchestra.run.smithi183.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 388 kB/s | 26 kB 00:00 2024-05-21T16:32:27.486 INFO:teuthology.orchestra.run.smithi183.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-05-21T16:32:27.528 INFO:teuthology.orchestra.run.smithi183.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-05-21T16:32:27.561 INFO:teuthology.orchestra.run.smithi183.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 11 MB/s | 839 kB 00:00 2024-05-21T16:32:27.572 INFO:teuthology.orchestra.run.smithi160.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 262 kB/s | 107 kB 00:00 2024-05-21T16:32:27.595 INFO:teuthology.orchestra.run.smithi183.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-05-21T16:32:27.637 INFO:teuthology.orchestra.run.smithi183.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2024-05-21T16:32:27.659 INFO:teuthology.orchestra.run.smithi137.stdout:(30/32): librados2-19.0.0-3827.g99470715.el9.x8 7.8 MB/s | 3.4 MB 00:00 2024-05-21T16:32:27.704 INFO:teuthology.orchestra.run.smithi183.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-05-21T16:32:27.773 INFO:teuthology.orchestra.run.smithi160.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 801 kB/s | 160 kB 00:00 2024-05-21T16:32:27.965 INFO:teuthology.orchestra.run.smithi160.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 236 kB/s | 45 kB 00:00 2024-05-21T16:32:28.546 INFO:teuthology.orchestra.run.smithi183.stdout:(31/32): librados2-19.0.0-3827.g99470715.el9.x8 3.6 MB/s | 3.4 MB 00:00 2024-05-21T16:32:28.596 INFO:teuthology.orchestra.run.smithi183.stdout:(32/32): librbd1-19.0.0-3827.g99470715.el9.x86_ 3.3 MB/s | 3.1 MB 00:00 2024-05-21T16:32:28.598 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:32:28.599 INFO:teuthology.orchestra.run.smithi183.stdout:Total 11 MB/s | 60 MB 00:05 2024-05-21T16:32:28.631 INFO:teuthology.orchestra.run.smithi160.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 994 kB/s | 662 kB 00:00 2024-05-21T16:32:28.706 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:32:28.742 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:32:28.743 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:32:29.190 INFO:teuthology.orchestra.run.smithi160.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 524 kB/s | 292 kB 00:00 2024-05-21T16:32:29.265 INFO:teuthology.orchestra.run.smithi160.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 564 kB/s | 42 kB 00:00 2024-05-21T16:32:29.359 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:32:29.360 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:32:29.640 INFO:teuthology.orchestra.run.smithi160.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 589 kB/s | 221 kB 00:00 2024-05-21T16:32:29.733 INFO:teuthology.orchestra.run.smithi160.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 390 kB/s | 36 kB 00:00 2024-05-21T16:32:29.841 INFO:teuthology.orchestra.run.smithi160.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 437 kB/s | 47 kB 00:00 2024-05-21T16:32:30.267 INFO:teuthology.orchestra.run.smithi160.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 727 kB/s | 309 kB 00:00 2024-05-21T16:32:30.592 INFO:teuthology.orchestra.run.smithi160.stdout:(22/32): libarrow-9.0.0-11.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2024-05-21T16:32:30.667 INFO:teuthology.orchestra.run.smithi160.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 348 kB/s | 26 kB 00:00 2024-05-21T16:32:30.742 INFO:teuthology.orchestra.run.smithi160.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 647 kB/s | 49 kB 00:00 2024-05-21T16:32:30.773 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:32:30.818 INFO:teuthology.orchestra.run.smithi160.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 898 kB/s | 67 kB 00:00 2024-05-21T16:32:30.858 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-21T16:32:30.893 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-21T16:32:30.910 INFO:teuthology.orchestra.run.smithi160.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 9.0 MB/s | 839 kB 00:00 2024-05-21T16:32:30.918 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-21T16:32:30.941 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-21T16:32:30.973 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-21T16:32:30.985 INFO:teuthology.orchestra.run.smithi160.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-05-21T16:32:31.085 INFO:teuthology.orchestra.run.smithi160.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-05-21T16:32:31.167 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-21T16:32:31.226 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-21T16:32:31.601 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-21T16:32:31.661 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librados2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:31.735 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:31.823 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 8/34 2024-05-21T16:32:31.854 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 9/34 2024-05-21T16:32:31.934 INFO:teuthology.orchestra.run.smithi137.stdout:(31/32): librbd1-19.0.0-3827.g99470715.el9.x86_ 691 kB/s | 3.1 MB 00:04 2024-05-21T16:32:31.942 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 9/34 2024-05-21T16:32:31.971 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-21T16:32:32.015 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-argparse-2:19.0.0-3827.g99470715.el9. 11/34 2024-05-21T16:32:32.082 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 12/34 2024-05-21T16:32:32.098 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 13/34 2024-05-21T16:32:32.145 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 13/34 2024-05-21T16:32:32.172 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-21T16:32:32.279 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-21T16:32:32.323 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-21T16:32:32.364 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-21T16:32:32.405 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-21T16:32:32.434 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-21T16:32:32.466 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-21T16:32:32.782 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-21T16:32:32.793 INFO:teuthology.orchestra.run.smithi160.stdout:(29/32): librados2-19.0.0-3827.g99470715.el9.x8 2.0 MB/s | 3.4 MB 00:01 2024-05-21T16:32:32.821 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librbd1-2:19.0.0-3827.g99470715.el9.x86_64 22/34 2024-05-21T16:32:32.911 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-2:19.0.0-3827.g99470715.el9.x86_64 22/34 2024-05-21T16:32:32.942 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 23/34 2024-05-21T16:32:32.979 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-21T16:32:33.463 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-21T16:32:33.490 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librgw2-2:19.0.0-3827.g99470715.el9.x86_64 26/34 2024-05-21T16:32:33.553 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librgw2-2:19.0.0-3827.g99470715.el9.x86_64 26/34 2024-05-21T16:32:33.623 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 27/34 2024-05-21T16:32:33.659 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-common-2:19.0.0-3827.g99470715.el9.x8 28/34 2024-05-21T16:32:33.885 INFO:teuthology.orchestra.run.smithi160.stdout:(30/32): librbd1-19.0.0-3827.g99470715.el9.x86_ 2.9 MB/s | 3.1 MB 00:01 2024-05-21T16:32:35.938 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:35.981 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:36.573 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:36.618 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 30/34 2024-05-21T16:32:36.711 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 30/34 2024-05-21T16:32:36.712 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-21T16:32:36.712 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-21T16:32:36.712 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:36.744 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:37.227 INFO:teuthology.orchestra.run.smithi160.stdout:(31/32): ceph-radosgw-19.0.0-3827.g99470715.el9 792 kB/s | 11 MB 00:13 2024-05-21T16:32:39.525 INFO:teuthology.orchestra.run.smithi137.stdout:(32/32): ceph-common-19.0.0-3827.g99470715.el9. 1.3 MB/s | 21 MB 00:16 2024-05-21T16:32:39.530 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:32:39.530 INFO:teuthology.orchestra.run.smithi137.stdout:Total 3.6 MB/s | 60 MB 00:16 2024-05-21T16:32:39.637 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:32:39.673 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:32:39.673 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:32:40.060 INFO:teuthology.orchestra.run.smithi160.stdout:(32/32): ceph-common-19.0.0-3827.g99470715.el9. 1.3 MB/s | 21 MB 00:16 2024-05-21T16:32:40.064 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:32:40.064 INFO:teuthology.orchestra.run.smithi160.stdout:Total 3.6 MB/s | 60 MB 00:16 2024-05-21T16:32:40.164 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:32:40.200 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:32:40.200 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:32:40.306 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:32:40.306 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:32:40.811 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:32:40.811 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:32:41.722 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:32:41.807 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-21T16:32:41.838 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-21T16:32:41.872 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-21T16:32:41.895 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-21T16:32:41.916 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-21T16:32:42.063 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-21T16:32:42.116 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-21T16:32:42.233 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:32:42.320 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-21T16:32:42.348 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-21T16:32:42.373 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-21T16:32:42.396 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-21T16:32:42.418 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-21T16:32:42.472 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-21T16:32:42.590 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librados2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:42.606 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-21T16:32:42.660 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-21T16:32:42.693 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:42.781 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 8/34 2024-05-21T16:32:42.842 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 9/34 2024-05-21T16:32:42.897 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 9/34 2024-05-21T16:32:42.934 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-21T16:32:42.977 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-argparse-2:19.0.0-3827.g99470715.el9. 11/34 2024-05-21T16:32:43.047 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 12/34 2024-05-21T16:32:43.048 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-21T16:32:43.070 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 13/34 2024-05-21T16:32:43.092 INFO:teuthology.orchestra.run.smithi160.stdout: Upgrading : librados2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:43.151 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 13/34 2024-05-21T16:32:43.167 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librados2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:43.186 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-21T16:32:43.254 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 8/34 2024-05-21T16:32:43.277 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 9/34 2024-05-21T16:32:43.294 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-21T16:32:43.329 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-21T16:32:43.347 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 9/34 2024-05-21T16:32:43.371 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-21T16:32:43.376 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-21T16:32:43.411 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-21T16:32:43.420 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-ceph-argparse-2:19.0.0-3827.g99470715.el9. 11/34 2024-05-21T16:32:43.440 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-21T16:32:43.474 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-21T16:32:43.488 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 12/34 2024-05-21T16:32:43.512 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 13/34 2024-05-21T16:32:43.576 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 13/34 2024-05-21T16:32:43.603 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-21T16:32:43.719 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-21T16:32:43.779 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-21T16:32:43.796 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-21T16:32:43.820 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-21T16:32:43.836 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librbd1-2:19.0.0-3827.g99470715.el9.x86_64 22/34 2024-05-21T16:32:43.852 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-21T16:32:43.881 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-21T16:32:43.913 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-21T16:32:43.926 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:19.0.0-3827.g99470715.el9.x86_64 22/34 2024-05-21T16:32:43.958 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 23/34 2024-05-21T16:32:43.994 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-21T16:32:44.228 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-21T16:32:44.268 INFO:teuthology.orchestra.run.smithi160.stdout: Upgrading : librbd1-2:19.0.0-3827.g99470715.el9.x86_64 22/34 2024-05-21T16:32:44.358 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librbd1-2:19.0.0-3827.g99470715.el9.x86_64 22/34 2024-05-21T16:32:44.389 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 23/34 2024-05-21T16:32:44.425 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-21T16:32:44.473 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-21T16:32:44.498 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librgw2-2:19.0.0-3827.g99470715.el9.x86_64 26/34 2024-05-21T16:32:44.561 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librgw2-2:19.0.0-3827.g99470715.el9.x86_64 26/34 2024-05-21T16:32:44.629 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 27/34 2024-05-21T16:32:44.658 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-common-2:19.0.0-3827.g99470715.el9.x8 28/34 2024-05-21T16:32:44.909 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-21T16:32:44.937 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librgw2-2:19.0.0-3827.g99470715.el9.x86_64 26/34 2024-05-21T16:32:44.992 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librgw2-2:19.0.0-3827.g99470715.el9.x86_64 26/34 2024-05-21T16:32:45.069 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 27/34 2024-05-21T16:32:45.098 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-ceph-common-2:19.0.0-3827.g99470715.el9.x8 28/34 2024-05-21T16:32:46.589 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /sys 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /proc 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /mnt 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /var/tmp 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /home 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /root 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /tmp 2024-05-21T16:32:46.590 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:46.956 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:46.997 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:47.365 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:47.403 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:47.588 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 32/34 2024-05-21T16:32:47.613 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 32/34 2024-05-21T16:32:47.613 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:32:47.614 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-21T16:32:47.614 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:32:47.614 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:32:47.614 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:47.615 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-21T16:32:47.647 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:47.676 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 30/34 2024-05-21T16:32:47.699 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-21T16:32:47.699 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:32:47.751 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 30/34 2024-05-21T16:32:47.752 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-21T16:32:47.752 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-21T16:32:47.752 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:32:47.786 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:47.969 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 29/34 2024-05-21T16:32:48.007 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 30/34 2024-05-21T16:32:48.098 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 30/34 2024-05-21T16:32:48.099 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-21T16:32:48.099 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-21T16:32:48.099 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:32:48.126 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 1/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 3/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 4/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 5/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 6/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librgw2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3827.g99470715.el9. 8/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-common-2:19.0.0-3827.g99470715.el9.x8 9/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 10/34 2024-05-21T16:32:48.849 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 11/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 12/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 13/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-21T16:32:48.850 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-21T16:32:48.851 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-21T16:32:48.851 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-21T16:32:48.851 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-21T16:32:48.852 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-21T16:32:48.852 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-21T16:32:48.852 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-21T16:32:48.852 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:48.852 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-21T16:32:48.852 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-2:19.0.0-3827.g99470715.el9.x86_64 33/34 2024-05-21T16:32:49.724 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:32:49.724 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:49.724 INFO:teuthology.orchestra.run.smithi183.stdout:Upgraded: 2024-05-21T16:32:49.724 INFO:teuthology.orchestra.run.smithi183.stdout: librados2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.724 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.724 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-21T16:32:49.725 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-21T16:32:49.726 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-21T16:32:49.727 INFO:teuthology.orchestra.run.smithi183.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-21T16:32:49.727 INFO:teuthology.orchestra.run.smithi183.stdout: re2-1:20211101-3.el9.x86_64 2024-05-21T16:32:49.727 INFO:teuthology.orchestra.run.smithi183.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-21T16:32:49.727 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:49.727 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:32:50.067 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-test 2024-05-21T16:32:50.599 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:29 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:32:50.721 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:32:50.722 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:32:50.723 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:32:50.723 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:32:50.723 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:32:50.723 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test x86_64 2:19.0.0-3827.g99470715.el9 ceph 49 M 2024-05-21T16:32:50.723 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:32:50.724 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite x86_64 2:19.0.0-3827.g99470715.el9 ceph 163 k 2024-05-21T16:32:50.724 INFO:teuthology.orchestra.run.smithi183.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-21T16:32:50.724 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-21T16:32:50.724 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:50.725 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:32:50.725 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:32:50.725 INFO:teuthology.orchestra.run.smithi183.stdout:Install 4 Packages 2024-05-21T16:32:50.725 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:32:50.725 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 50 M 2024-05-21T16:32:50.726 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 211 M 2024-05-21T16:32:50.726 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:32:51.620 INFO:teuthology.orchestra.run.smithi183.stdout:(1/4): libcephsqlite-19.0.0-3827.g99470715.el9. 260 kB/s | 163 kB 00:00 2024-05-21T16:32:51.886 INFO:teuthology.orchestra.run.smithi183.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 340 kB/s | 305 kB 00:00 2024-05-21T16:32:51.986 INFO:teuthology.orchestra.run.smithi183.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 174 kB/s | 64 kB 00:00 2024-05-21T16:32:57.374 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:57.374 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /sys 2024-05-21T16:32:57.374 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /proc 2024-05-21T16:32:57.374 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /mnt 2024-05-21T16:32:57.375 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /var/tmp 2024-05-21T16:32:57.375 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /home 2024-05-21T16:32:57.375 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /root 2024-05-21T16:32:57.375 INFO:teuthology.orchestra.run.smithi160.stdout:skipping the directory /tmp 2024-05-21T16:32:57.375 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /sys 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /proc 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /mnt 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /var/tmp 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /home 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /root 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /tmp 2024-05-21T16:32:57.381 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:32:58.326 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 32/34 2024-05-21T16:32:58.351 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 32/34 2024-05-21T16:32:58.351 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:32:58.351 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-21T16:32:58.351 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:32:58.351 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:32:58.351 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:32:58.353 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-21T16:32:58.396 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 32/34 2024-05-21T16:32:58.422 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 32/34 2024-05-21T16:32:58.422 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:32:58.422 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-21T16:32:58.422 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:32:58.422 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-21T16:32:58.422 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:32:58.424 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-21T16:32:58.437 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-21T16:32:58.437 INFO:teuthology.orchestra.run.smithi160.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:32:58.486 INFO:teuthology.orchestra.run.smithi183.stdout:(4/4): ceph-test-19.0.0-3827.g99470715.el9.x86_ 6.6 MB/s | 49 MB 00:07 2024-05-21T16:32:58.488 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:32:58.489 INFO:teuthology.orchestra.run.smithi183.stdout:Total 6.4 MB/s | 50 MB 00:07 2024-05-21T16:32:58.491 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-21T16:32:58.491 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:32:58.516 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:32:58.537 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:32:58.537 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:32:58.910 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:32:58.910 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:32:59.441 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:32:59.520 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-21T16:32:59.560 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-21T16:32:59.588 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 3/4 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 1/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 3/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 4/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 5/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 6/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librgw2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:59.616 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3827.g99470715.el9. 8/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-ceph-common-2:19.0.0-3827.g99470715.el9.x8 9/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 10/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 11/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 12/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 13/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-21T16:32:59.617 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librados2-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-21T16:32:59.618 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librbd1-2:19.0.0-3827.g99470715.el9.x86_64 33/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 1/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 3/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 4/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 5/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_6 6/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librgw2-2:19.0.0-3827.g99470715.el9.x86_64 7/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3827.g99470715.el9. 8/34 2024-05-21T16:32:59.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-common-2:19.0.0-3827.g99470715.el9.x8 9/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 10/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 11/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 12/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 13/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-21T16:32:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:19.0.0-3827.g99470715.el9.x86_64 31/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-21T16:32:59.686 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:19.0.0-3827.g99470715.el9.x86_64 33/34 2024-05-21T16:33:00.371 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout:Upgraded: 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: librados2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: librbd1-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.372 INFO:teuthology.orchestra.run.smithi160.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: librgw2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-21T16:33:00.373 INFO:teuthology.orchestra.run.smithi160.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-argparse-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-21T16:33:00.374 INFO:teuthology.orchestra.run.smithi160.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-21T16:33:00.375 INFO:teuthology.orchestra.run.smithi160.stdout: re2-1:20211101-3.el9.x86_64 2024-05-21T16:33:00.375 INFO:teuthology.orchestra.run.smithi160.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-21T16:33:00.375 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:00.375 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout:Upgraded: 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout: librados2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-21T16:33:00.566 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-21T16:33:00.567 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-21T16:33:00.568 INFO:teuthology.orchestra.run.smithi137.stdout: re2-1:20211101-3.el9.x86_64 2024-05-21T16:33:00.569 INFO:teuthology.orchestra.run.smithi137.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-21T16:33:00.569 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:00.569 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:00.743 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-test 2024-05-21T16:33:00.905 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-test 2024-05-21T16:33:01.278 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:40 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:01.399 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-test x86_64 2:19.0.0-3827.g99470715.el9 ceph 49 M 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout: libcephsqlite x86_64 2:19.0.0-3827.g99470715.el9 ceph 163 k 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-21T16:33:01.400 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:01.401 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:01.401 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:01.401 INFO:teuthology.orchestra.run.smithi160.stdout:Install 4 Packages 2024-05-21T16:33:01.401 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:01.401 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 50 M 2024-05-21T16:33:01.401 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 211 M 2024-05-21T16:33:01.402 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:01.437 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:41 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:01.558 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:01.559 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:01.559 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:33:01.559 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:01.559 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:33:01.559 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test x86_64 2:19.0.0-3827.g99470715.el9 ceph 49 M 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite x86_64 2:19.0.0-3827.g99470715.el9 ceph 163 k 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-05-21T16:33:01.560 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:01.561 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 50 M 2024-05-21T16:33:01.561 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 211 M 2024-05-21T16:33:01.561 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:33:01.782 INFO:teuthology.orchestra.run.smithi160.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-05-21T16:33:01.840 INFO:teuthology.orchestra.run.smithi160.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-05-21T16:33:01.870 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.2 MB/s | 305 kB 00:00 2024-05-21T16:33:01.920 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.3 MB/s | 64 kB 00:00 2024-05-21T16:33:02.366 INFO:teuthology.orchestra.run.smithi160.stdout:(3/4): libcephsqlite-19.0.0-3827.g99470715.el9. 192 kB/s | 163 kB 00:00 2024-05-21T16:33:02.445 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): libcephsqlite-19.0.0-3827.g99470715.el9. 198 kB/s | 163 kB 00:00 2024-05-21T16:33:04.281 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 3/4 2024-05-21T16:33:04.353 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 4/4 2024-05-21T16:33:06.454 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): ceph-test-19.0.0-3827.g99470715.el9.x86_ 10 MB/s | 49 MB 00:04 2024-05-21T16:33:06.455 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:06.456 INFO:teuthology.orchestra.run.smithi137.stdout:Total 10 MB/s | 50 MB 00:04 2024-05-21T16:33:06.482 INFO:teuthology.orchestra.run.smithi160.stdout:(4/4): ceph-test-19.0.0-3827.g99470715.el9.x86_ 9.9 MB/s | 49 MB 00:04 2024-05-21T16:33:06.484 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:33:06.484 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:06.484 INFO:teuthology.orchestra.run.smithi160.stdout:Total 9.8 MB/s | 50 MB 00:05 2024-05-21T16:33:06.504 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:33:06.504 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:33:06.512 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:33:06.533 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:33:06.533 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:33:06.632 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 4/4 2024-05-21T16:33:06.632 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 1/4 2024-05-21T16:33:06.632 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 2/4 2024-05-21T16:33:06.632 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-21T16:33:06.876 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:33:06.877 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:33:06.898 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:06.899 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:06.906 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:33:06.906 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:33:07.154 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph 2024-05-21T16:33:07.407 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:33:07.426 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:33:07.488 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-21T16:33:07.501 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-21T16:33:07.528 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-21T16:33:07.542 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-21T16:33:07.556 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 3/4 2024-05-21T16:33:07.567 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 3/4 2024-05-21T16:33:07.689 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:46 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:07.815 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout: ceph x86_64 2:19.0.0-3827.g99470715.el9 ceph 6.6 k 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mds x86_64 2:19.0.0-3827.g99470715.el9 ceph 2.4 M 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr x86_64 2:19.0.0-3827.g99470715.el9 ceph 1.5 M 2024-05-21T16:33:07.817 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 259 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mon x86_64 2:19.0.0-3827.g99470715.el9 ceph 4.7 M 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-osd x86_64 2:19.0.0-3827.g99470715.el9 ceph 17 M 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-21T16:33:07.818 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-collections 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-21T16:33:07.819 INFO:teuthology.orchestra.run.smithi183.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-21T16:33:07.820 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:07.820 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:07.820 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:07.820 INFO:teuthology.orchestra.run.smithi183.stdout:Install 30 Packages 2024-05-21T16:33:07.820 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:07.820 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 29 M 2024-05-21T16:33:07.820 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 102 M 2024-05-21T16:33:07.821 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:08.747 INFO:teuthology.orchestra.run.smithi183.stdout:(1/30): ceph-19.0.0-3827.g99470715.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-05-21T16:33:08.988 INFO:teuthology.orchestra.run.smithi183.stdout:(2/30): ceph-mds-19.0.0-3827.g99470715.el9.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-05-21T16:33:09.297 INFO:teuthology.orchestra.run.smithi183.stdout:(3/30): ceph-mon-19.0.0-3827.g99470715.el9.x86_ 8.5 MB/s | 4.7 MB 00:00 2024-05-21T16:33:09.381 INFO:teuthology.orchestra.run.smithi183.stdout:(4/30): ceph-mgr-modules-core-19.0.0-3827.g9947 3.0 MB/s | 259 kB 00:00 2024-05-21T16:33:09.498 INFO:teuthology.orchestra.run.smithi183.stdout:(5/30): ceph-mgr-19.0.0-3827.g99470715.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-05-21T16:33:09.956 INFO:teuthology.orchestra.run.smithi183.stdout:(6/30): ceph-osd-19.0.0-3827.g99470715.el9.x86_ 17 MB/s | 17 MB 00:00 2024-05-21T16:33:09.981 INFO:teuthology.orchestra.run.smithi183.stdout:(7/30): python3-cffi-1.14.5-5.el9.x86_64.rpm 422 kB/s | 253 kB 00:00 2024-05-21T16:33:10.165 INFO:teuthology.orchestra.run.smithi183.stdout:(8/30): python3-pycparser-2.20-6.el9.noarch.rpm 737 kB/s | 135 kB 00:00 2024-05-21T16:33:10.273 INFO:teuthology.orchestra.run.smithi183.stdout:(9/30): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-21T16:33:10.382 INFO:teuthology.orchestra.run.smithi183.stdout:(10/30): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-21T16:33:10.399 INFO:teuthology.orchestra.run.smithi183.stdout:(11/30): python3-ply-3.11-14.el9.noarch.rpm 241 kB/s | 106 kB 00:00 2024-05-21T16:33:10.432 INFO:teuthology.orchestra.run.smithi183.stdout:(12/30): python3-cryptography-36.0.1-4.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2024-05-21T16:33:11.125 INFO:teuthology.orchestra.run.smithi183.stdout:(13/30): python3-pytz-2021.1-5.el9.noarch.rpm 70 kB/s | 51 kB 00:00 2024-05-21T16:33:11.150 INFO:teuthology.orchestra.run.smithi183.stdout:(14/30): python3-toml-0.10.2-6.el9.noarch.rpm 58 kB/s | 42 kB 00:00 2024-05-21T16:33:11.233 INFO:teuthology.orchestra.run.smithi183.stdout:(15/30): lua-devel-5.4.4-4.el9.x86_64.rpm 206 kB/s | 22 kB 00:00 2024-05-21T16:33:11.284 INFO:teuthology.orchestra.run.smithi183.stdout:(16/30): lua-5.4.4-4.el9.x86_64.rpm 209 kB/s | 188 kB 00:00 2024-05-21T16:33:11.676 INFO:teuthology.orchestra.run.smithi183.stdout:(17/30): luarocks-3.9.2-5.el9.noarch.rpm 288 kB/s | 151 kB 00:00 2024-05-21T16:33:11.717 INFO:teuthology.orchestra.run.smithi183.stdout:(18/30): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 95 kB/s | 43 kB 00:00 2024-05-21T16:33:11.868 INFO:teuthology.orchestra.run.smithi183.stdout:(19/30): python3-jaraco-8.2.1-3.el9.noarch.rpm 71 kB/s | 11 kB 00:00 2024-05-21T16:33:11.893 INFO:teuthology.orchestra.run.smithi183.stdout:(20/30): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-05-21T16:33:11.926 INFO:teuthology.orchestra.run.smithi183.stdout:(21/30): python3-cheroot-8.6.0-4.el9.noarch.rpm 267 kB/s | 172 kB 00:00 2024-05-21T16:33:11.968 INFO:teuthology.orchestra.run.smithi183.stdout:(22/30): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-05-21T16:33:11.994 INFO:teuthology.orchestra.run.smithi183.stdout:(23/30): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-05-21T16:33:12.027 INFO:teuthology.orchestra.run.smithi183.stdout:(24/30): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-05-21T16:33:12.069 INFO:teuthology.orchestra.run.smithi183.stdout:(25/30): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-05-21T16:33:12.094 INFO:teuthology.orchestra.run.smithi183.stdout:(26/30): python3-more-itertools-8.12.0-2.el9.no 784 kB/s | 79 kB 00:00 2024-05-21T16:33:12.128 INFO:teuthology.orchestra.run.smithi183.stdout:(27/30): python3-portend-3.1.0-2.el9.noarch.rpm 163 kB/s | 16 kB 00:00 2024-05-21T16:33:12.170 INFO:teuthology.orchestra.run.smithi183.stdout:(28/30): python3-pyOpenSSL-21.0.0-1.el9.noarch. 895 kB/s | 90 kB 00:00 2024-05-21T16:33:12.187 INFO:teuthology.orchestra.run.smithi183.stdout:(29/30): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-05-21T16:33:12.220 INFO:teuthology.orchestra.run.smithi183.stdout:(30/30): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-05-21T16:33:12.227 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:12.227 INFO:teuthology.orchestra.run.smithi183.stdout:Total 6.6 MB/s | 29 MB 00:04 2024-05-21T16:33:12.323 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 3/4 2024-05-21T16:33:12.331 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 3/4 2024-05-21T16:33:12.348 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:33:12.386 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:33:12.386 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:33:12.407 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 4/4 2024-05-21T16:33:12.412 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 4/4 2024-05-21T16:33:12.798 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:33:12.799 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:33:13.925 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:33:13.981 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/30 2024-05-21T16:33:14.015 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/30 2024-05-21T16:33:14.042 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/30 2024-05-21T16:33:14.113 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/30 2024-05-21T16:33:14.157 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/30 2024-05-21T16:33:14.190 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/30 2024-05-21T16:33:14.226 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/30 2024-05-21T16:33:14.264 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/30 2024-05-21T16:33:14.298 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/30 2024-05-21T16:33:14.331 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/30 2024-05-21T16:33:14.372 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/30 2024-05-21T16:33:14.407 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/30 2024-05-21T16:33:14.441 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/30 2024-05-21T16:33:14.517 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/30 2024-05-21T16:33:14.571 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 15/30 2024-05-21T16:33:14.617 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 16/30 2024-05-21T16:33:14.674 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ply-3.11-14.el9.noarch 17/30 2024-05-21T16:33:14.730 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 18/30 2024-05-21T16:33:14.835 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 4/4 2024-05-21T16:33:14.835 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 1/4 2024-05-21T16:33:14.835 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 2/4 2024-05-21T16:33:14.835 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-21T16:33:14.862 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 4/4 2024-05-21T16:33:14.862 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 1/4 2024-05-21T16:33:14.862 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 2/4 2024-05-21T16:33:14.862 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-21T16:33:14.917 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 19/30 2024-05-21T16:33:14.963 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 20/30 2024-05-21T16:33:15.041 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 21/30 2024-05-21T16:33:15.108 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-21T16:33:15.108 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:15.108 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:33:15.108 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:15.109 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:15.109 INFO:teuthology.orchestra.run.smithi137.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-21T16:33:15.109 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-21T16:33:15.109 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:15.109 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:15.129 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 22/30 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-test-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout: libcephsqlite-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:15.135 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:15.173 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 23/30 2024-05-21T16:33:15.286 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 24/30 2024-05-21T16:33:15.407 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph 2024-05-21T16:33:15.411 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph 2024-05-21T16:33:15.466 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9. 25/30 2024-05-21T16:33:15.497 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 26/30 2024-05-21T16:33:15.521 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 26/30 2024-05-21T16:33:15.521 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:15.521 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-21T16:33:15.521 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-21T16:33:15.521 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-21T16:33:15.522 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:15.946 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:55 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:15.947 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:00:54 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:16.071 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout: ceph x86_64 2:19.0.0-3827.g99470715.el9 ceph 6.6 k 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mds x86_64 2:19.0.0-3827.g99470715.el9 ceph 2.4 M 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr x86_64 2:19.0.0-3827.g99470715.el9 ceph 1.5 M 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 259 k 2024-05-21T16:33:16.072 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mon x86_64 2:19.0.0-3827.g99470715.el9 ceph 4.7 M 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-osd x86_64 2:19.0.0-3827.g99470715.el9 ceph 17 M 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-21T16:33:16.073 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-collections 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-21T16:33:16.074 INFO:teuthology.orchestra.run.smithi160.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-21T16:33:16.075 INFO:teuthology.orchestra.run.smithi160.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-21T16:33:16.075 INFO:teuthology.orchestra.run.smithi160.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-21T16:33:16.075 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:16.075 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:16.075 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:16.075 INFO:teuthology.orchestra.run.smithi160.stdout:Install 30 Packages 2024-05-21T16:33:16.075 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout: ceph x86_64 2:19.0.0-3827.g99470715.el9 ceph 6.6 k 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds x86_64 2:19.0.0-3827.g99470715.el9 ceph 2.4 M 2024-05-21T16:33:16.076 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr x86_64 2:19.0.0-3827.g99470715.el9 ceph 1.5 M 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 259 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon x86_64 2:19.0.0-3827.g99470715.el9 ceph 4.7 M 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd x86_64 2:19.0.0-3827.g99470715.el9 ceph 17 M 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-21T16:33:16.077 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-collections 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-21T16:33:16.078 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout:Install 30 Packages 2024-05-21T16:33:16.079 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:16.080 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 29 M 2024-05-21T16:33:16.080 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 102 M 2024-05-21T16:33:16.080 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:16.080 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 29 M 2024-05-21T16:33:16.080 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 102 M 2024-05-21T16:33:16.081 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:33:16.772 INFO:teuthology.orchestra.run.smithi137.stdout:(1/30): ceph-19.0.0-3827.g99470715.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-05-21T16:33:16.792 INFO:teuthology.orchestra.run.smithi160.stdout:(1/30): ceph-19.0.0-3827.g99470715.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-05-21T16:33:16.947 INFO:teuthology.orchestra.run.smithi137.stdout:(2/30): ceph-mds-19.0.0-3827.g99470715.el9.x86_ 5.7 MB/s | 2.4 MB 00:00 2024-05-21T16:33:16.955 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 27/30 2024-05-21T16:33:16.980 INFO:teuthology.orchestra.run.smithi137.stdout:(3/30): ceph-mgr-19.0.0-3827.g99470715.el9.x86_ 3.4 MB/s | 1.5 MB 00:00 2024-05-21T16:33:16.982 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 27/30 2024-05-21T16:33:16.982 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:16.982 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-21T16:33:16.982 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-21T16:33:16.983 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-21T16:33:16.983 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:17.081 INFO:teuthology.orchestra.run.smithi137.stdout:(4/30): ceph-mgr-modules-core-19.0.0-3827.g9947 2.5 MB/s | 259 kB 00:00 2024-05-21T16:33:17.108 INFO:teuthology.orchestra.run.smithi160.stdout:(2/30): ceph-mgr-19.0.0-3827.g99470715.el9.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-05-21T16:33:17.289 INFO:teuthology.orchestra.run.smithi137.stdout:(5/30): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-05-21T16:33:17.432 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 28/30 2024-05-21T16:33:17.455 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 28/30 2024-05-21T16:33:17.455 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:17.455 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-21T16:33:17.455 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-21T16:33:17.455 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-21T16:33:17.455 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:17.523 INFO:teuthology.orchestra.run.smithi137.stdout:(6/30): python3-cryptography-36.0.1-4.el9.x86_6 5.3 MB/s | 1.2 MB 00:00 2024-05-21T16:33:17.573 INFO:teuthology.orchestra.run.smithi137.stdout:(7/30): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-05-21T16:33:17.615 INFO:teuthology.orchestra.run.smithi137.stdout:(8/30): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-05-21T16:33:17.665 INFO:teuthology.orchestra.run.smithi137.stdout:(9/30): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-05-21T16:33:17.682 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 29/30 2024-05-21T16:33:17.705 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 29/30 2024-05-21T16:33:17.705 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:17.706 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-21T16:33:17.706 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-21T16:33:17.706 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-21T16:33:17.706 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:17.749 INFO:teuthology.orchestra.run.smithi137.stdout:(10/30): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-05-21T16:33:17.770 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-2:19.0.0-3827.g99470715.el9.x86_64 30/30 2024-05-21T16:33:17.807 INFO:teuthology.orchestra.run.smithi137.stdout:(11/30): lua-5.4.4-4.el9.x86_64.rpm 3.2 MB/s | 188 kB 00:00 2024-05-21T16:33:18.000 INFO:teuthology.orchestra.run.smithi137.stdout:(12/30): ceph-osd-19.0.0-3827.g99470715.el9.x86 16 MB/s | 17 MB 00:01 2024-05-21T16:33:18.025 INFO:teuthology.orchestra.run.smithi137.stdout:(13/30): python3-pytz-2021.1-5.el9.noarch.rpm 235 kB/s | 51 kB 00:00 2024-05-21T16:33:18.108 INFO:teuthology.orchestra.run.smithi137.stdout:(14/30): lua-devel-5.4.4-4.el9.x86_64.rpm 267 kB/s | 22 kB 00:00 2024-05-21T16:33:18.133 INFO:teuthology.orchestra.run.smithi137.stdout:(15/30): python3-toml-0.10.2-6.el9.noarch.rpm 312 kB/s | 42 kB 00:00 2024-05-21T16:33:18.250 INFO:teuthology.orchestra.run.smithi160.stdout:(3/30): ceph-mds-19.0.0-3827.g99470715.el9.x86_ 1.4 MB/s | 2.4 MB 00:01 2024-05-21T16:33:18.392 INFO:teuthology.orchestra.run.smithi160.stdout:(4/30): ceph-mgr-modules-core-19.0.0-3827.g9947 1.8 MB/s | 259 kB 00:00 2024-05-21T16:33:18.534 INFO:teuthology.orchestra.run.smithi160.stdout:(5/30): ceph-mon-19.0.0-3827.g99470715.el9.x86_ 2.7 MB/s | 4.7 MB 00:01 2024-05-21T16:33:18.676 INFO:teuthology.orchestra.run.smithi137.stdout:(16/30): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 80 kB/s | 43 kB 00:00 2024-05-21T16:33:18.693 INFO:teuthology.orchestra.run.smithi160.stdout:(6/30): ceph-osd-19.0.0-3827.g99470715.el9.x86_ 11 MB/s | 17 MB 00:01 2024-05-21T16:33:18.843 INFO:teuthology.orchestra.run.smithi137.stdout:(17/30): luarocks-3.9.2-5.el9.noarch.rpm 206 kB/s | 151 kB 00:00 2024-05-21T16:33:18.851 INFO:teuthology.orchestra.run.smithi160.stdout:(7/30): python3-cffi-1.14.5-5.el9.x86_64.rpm 552 kB/s | 253 kB 00:00 2024-05-21T16:33:18.918 INFO:teuthology.orchestra.run.smithi160.stdout:(8/30): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-05-21T16:33:18.943 INFO:teuthology.orchestra.run.smithi160.stdout:(9/30): python3-ply-3.11-14.el9.noarch.rpm 426 kB/s | 106 kB 00:00 2024-05-21T16:33:19.010 INFO:teuthology.orchestra.run.smithi160.stdout:(10/30): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-05-21T16:33:19.086 INFO:teuthology.orchestra.run.smithi160.stdout:(11/30): lua-5.4.4-4.el9.x86_64.rpm 2.5 MB/s | 188 kB 00:00 2024-05-21T16:33:19.111 INFO:teuthology.orchestra.run.smithi160.stdout:(12/30): python3-urllib3-1.26.5-5.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 2024-05-21T16:33:19.146 INFO:teuthology.orchestra.run.smithi137.stdout:(18/30): python3-cheroot-8.6.0-4.el9.noarch.rpm 368 kB/s | 172 kB 00:00 2024-05-21T16:33:19.146 INFO:teuthology.orchestra.run.smithi160.stdout:(13/30): python3-pytz-2021.1-5.el9.noarch.rpm 866 kB/s | 51 kB 00:00 2024-05-21T16:33:19.170 INFO:teuthology.orchestra.run.smithi160.stdout:(14/30): python3-toml-0.10.2-6.el9.noarch.rpm 709 kB/s | 42 kB 00:00 2024-05-21T16:33:19.203 INFO:teuthology.orchestra.run.smithi160.stdout:(15/30): python3-cryptography-36.0.1-4.el9.x86_ 1.8 MB/s | 1.2 MB 00:00 2024-05-21T16:33:19.226 INFO:teuthology.orchestra.run.smithi137.stdout:(19/30): ceph-mon-19.0.0-3827.g99470715.el9.x86 1.9 MB/s | 4.7 MB 00:02 2024-05-21T16:33:19.252 INFO:teuthology.orchestra.run.smithi137.stdout:(20/30): python3-cherrypy-18.6.1-2.el9.noarch.r 877 kB/s | 358 kB 00:00 2024-05-21T16:33:19.268 INFO:teuthology.orchestra.run.smithi137.stdout:(21/30): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-05-21T16:33:19.304 INFO:teuthology.orchestra.run.smithi160.stdout:(16/30): lua-devel-5.4.4-4.el9.x86_64.rpm 140 kB/s | 22 kB 00:00 2024-05-21T16:33:19.361 INFO:teuthology.orchestra.run.smithi137.stdout:(22/30): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-05-21T16:33:19.386 INFO:teuthology.orchestra.run.smithi137.stdout:(23/30): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-2:19.0.0-3827.g99470715.el9.x86_64 30/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-2:19.0.0-3827.g99470715.el9.x86_64 1/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 2/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 3/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 4/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 5/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9. 6/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/30 2024-05-21T16:33:19.398 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 14/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 15/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 16/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 17/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/30 2024-05-21T16:33:19.399 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/30 2024-05-21T16:33:19.400 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 26/30 2024-05-21T16:33:19.400 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 27/30 2024-05-21T16:33:19.400 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/30 2024-05-21T16:33:19.400 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 29/30 2024-05-21T16:33:19.454 INFO:teuthology.orchestra.run.smithi160.stdout:(17/30): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 174 kB/s | 43 kB 00:00 2024-05-21T16:33:19.528 INFO:teuthology.orchestra.run.smithi137.stdout:(24/30): python3-jaraco-text-3.2.0-6.el9.noarch 118 kB/s | 20 kB 00:00 2024-05-21T16:33:19.579 INFO:teuthology.orchestra.run.smithi137.stdout:(25/30): python3-more-itertools-8.12.0-2.el9.no 410 kB/s | 79 kB 00:00 2024-05-21T16:33:19.588 INFO:teuthology.orchestra.run.smithi160.stdout:(18/30): luarocks-3.9.2-5.el9.noarch.rpm 363 kB/s | 151 kB 00:00 2024-05-21T16:33:19.687 INFO:teuthology.orchestra.run.smithi137.stdout:(26/30): python3-portend-3.1.0-2.el9.noarch.rpm 103 kB/s | 16 kB 00:00 2024-05-21T16:33:19.700 INFO:teuthology.orchestra.run.smithi160.stdout:(19/30): python3-jaraco-8.2.1-3.el9.noarch.rpm 98 kB/s | 11 kB 00:00 2024-05-21T16:33:19.704 INFO:teuthology.orchestra.run.smithi137.stdout:(27/30): python3-jaraco-classes-3.2.1-5.el9.noa 37 kB/s | 18 kB 00:00 2024-05-21T16:33:19.747 INFO:teuthology.orchestra.run.smithi160.stdout:(20/30): python3-cheroot-8.6.0-4.el9.noarch.rpm 388 kB/s | 172 kB 00:00 2024-05-21T16:33:19.779 INFO:teuthology.orchestra.run.smithi137.stdout:(28/30): python3-pyOpenSSL-21.0.0-1.el9.noarch. 449 kB/s | 90 kB 00:00 2024-05-21T16:33:19.805 INFO:teuthology.orchestra.run.smithi160.stdout:(21/30): python3-jaraco-classes-3.2.1-5.el9.noa 168 kB/s | 18 kB 00:00 2024-05-21T16:33:19.821 INFO:teuthology.orchestra.run.smithi137.stdout:(29/30): python3-tempora-5.0.0-2.el9.noarch.rpm 268 kB/s | 36 kB 00:00 2024-05-21T16:33:19.830 INFO:teuthology.orchestra.run.smithi160.stdout:(22/30): python3-jaraco-collections-3.0.0-8.el9 277 kB/s | 23 kB 00:00 2024-05-21T16:33:19.854 INFO:teuthology.orchestra.run.smithi137.stdout:(30/30): python3-zc-lockfile-2.0-10.el9.noarch. 133 kB/s | 20 kB 00:00 2024-05-21T16:33:19.859 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:19.859 INFO:teuthology.orchestra.run.smithi137.stdout:Total 7.7 MB/s | 29 MB 00:03 2024-05-21T16:33:19.897 INFO:teuthology.orchestra.run.smithi160.stdout:(23/30): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-05-21T16:33:19.931 INFO:teuthology.orchestra.run.smithi160.stdout:(24/30): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-05-21T16:33:19.982 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:33:20.006 INFO:teuthology.orchestra.run.smithi160.stdout:(25/30): python3-cherrypy-18.6.1-2.el9.noarch.r 650 kB/s | 358 kB 00:00 2024-05-21T16:33:20.019 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:33:20.020 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:33:20.040 INFO:teuthology.orchestra.run.smithi160.stdout:(26/30): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-05-21T16:33:20.065 INFO:teuthology.orchestra.run.smithi160.stdout:(27/30): python3-more-itertools-8.12.0-2.el9.no 471 kB/s | 79 kB 00:00 2024-05-21T16:33:20.124 INFO:teuthology.orchestra.run.smithi160.stdout:(28/30): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-05-21T16:33:20.149 INFO:teuthology.orchestra.run.smithi160.stdout:(29/30): python3-pyOpenSSL-21.0.0-1.el9.noarch. 631 kB/s | 90 kB 00:00 2024-05-21T16:33:20.174 INFO:teuthology.orchestra.run.smithi160.stdout:(30/30): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-05-21T16:33:20.175 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:20.176 INFO:teuthology.orchestra.run.smithi160.stdout:Total 7.1 MB/s | 29 MB 00:04 2024-05-21T16:33:20.297 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:33:20.306 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 30/30 2024-05-21T16:33:20.306 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: lua-5.4.4-4.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: luarocks-3.9.2-5.el9.noarch 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-21T16:33:20.307 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ply-3.11-14.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-21T16:33:20.308 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-21T16:33:20.309 INFO:teuthology.orchestra.run.smithi183.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-21T16:33:20.309 INFO:teuthology.orchestra.run.smithi183.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-21T16:33:20.309 INFO:teuthology.orchestra.run.smithi183.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-21T16:33:20.309 INFO:teuthology.orchestra.run.smithi183.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-21T16:33:20.309 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:20.309 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:20.334 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:33:20.334 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:33:20.424 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:33:20.424 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:33:20.704 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-base 2024-05-21T16:33:20.741 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:33:20.741 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:33:21.249 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:00 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:21.328 INFO:teuthology.orchestra.run.smithi183.stdout:Package ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:33:21.369 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:21.370 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:33:21.371 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:21.444 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install cephadm 2024-05-21T16:33:21.515 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:33:21.574 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/30 2024-05-21T16:33:21.616 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/30 2024-05-21T16:33:21.642 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/30 2024-05-21T16:33:21.714 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/30 2024-05-21T16:33:21.758 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/30 2024-05-21T16:33:21.791 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/30 2024-05-21T16:33:21.826 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/30 2024-05-21T16:33:21.839 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:33:21.856 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/30 2024-05-21T16:33:21.891 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/30 2024-05-21T16:33:21.902 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/30 2024-05-21T16:33:21.924 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/30 2024-05-21T16:33:21.944 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/30 2024-05-21T16:33:21.964 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/30 2024-05-21T16:33:21.970 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/30 2024-05-21T16:33:21.974 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:00 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:22.000 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/30 2024-05-21T16:33:22.034 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/30 2024-05-21T16:33:22.041 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/30 2024-05-21T16:33:22.086 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/30 2024-05-21T16:33:22.096 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:22.097 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:22.097 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:33:22.097 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:22.097 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout: cephadm noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 763 k 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 763 k 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 770 k 2024-05-21T16:33:22.098 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:22.108 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/30 2024-05-21T16:33:22.129 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/30 2024-05-21T16:33:22.165 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/30 2024-05-21T16:33:22.171 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 15/30 2024-05-21T16:33:22.195 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/30 2024-05-21T16:33:22.210 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 16/30 2024-05-21T16:33:22.229 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/30 2024-05-21T16:33:22.259 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ply-3.11-14.el9.noarch 17/30 2024-05-21T16:33:22.262 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/30 2024-05-21T16:33:22.303 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/30 2024-05-21T16:33:22.323 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 18/30 2024-05-21T16:33:22.337 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/30 2024-05-21T16:33:22.372 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/30 2024-05-21T16:33:22.447 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/30 2024-05-21T16:33:22.509 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 15/30 2024-05-21T16:33:22.511 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 19/30 2024-05-21T16:33:22.539 INFO:teuthology.orchestra.run.smithi183.stdout:cephadm-19.0.0-3827.g99470715.el9.noarch.rpm 1.7 MB/s | 763 kB 00:00 2024-05-21T16:33:22.539 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:22.540 INFO:teuthology.orchestra.run.smithi183.stdout:Total 1.7 MB/s | 763 kB 00:00 2024-05-21T16:33:22.540 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:33:22.545 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:33:22.545 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:33:22.547 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 16/30 2024-05-21T16:33:22.551 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:33:22.551 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:33:22.555 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 20/30 2024-05-21T16:33:22.596 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-ply-3.11-14.el9.noarch 17/30 2024-05-21T16:33:22.631 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:33:22.634 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 21/30 2024-05-21T16:33:22.667 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 18/30 2024-05-21T16:33:22.723 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 22/30 2024-05-21T16:33:22.763 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 23/30 2024-05-21T16:33:22.857 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 19/30 2024-05-21T16:33:22.881 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 24/30 2024-05-21T16:33:22.909 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 20/30 2024-05-21T16:33:22.987 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 21/30 2024-05-21T16:33:23.045 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9. 25/30 2024-05-21T16:33:23.073 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 26/30 2024-05-21T16:33:23.077 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 22/30 2024-05-21T16:33:23.099 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 26/30 2024-05-21T16:33:23.100 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:23.100 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-21T16:33:23.100 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-21T16:33:23.100 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-21T16:33:23.100 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:23.117 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 23/30 2024-05-21T16:33:23.133 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:23.218 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:23.232 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 24/30 2024-05-21T16:33:23.387 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9. 25/30 2024-05-21T16:33:23.410 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 26/30 2024-05-21T16:33:23.434 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 26/30 2024-05-21T16:33:23.435 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:23.435 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-21T16:33:23.435 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-21T16:33:23.435 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-21T16:33:23.435 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:23.573 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:23.819 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:23.819 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:23.819 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:23.819 INFO:teuthology.orchestra.run.smithi183.stdout: cephadm-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:23.819 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:23.819 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:24.063 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-immutable-object-cache 2024-05-21T16:33:24.565 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 27/30 2024-05-21T16:33:24.592 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 27/30 2024-05-21T16:33:24.593 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:24.593 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-21T16:33:24.593 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-21T16:33:24.593 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-21T16:33:24.593 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:24.606 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:03 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:24.731 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3827.g99470715.el9 ceph 145 k 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-05-21T16:33:24.732 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:24.733 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 145 k 2024-05-21T16:33:24.733 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 435 k 2024-05-21T16:33:24.733 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:24.938 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 27/30 2024-05-21T16:33:24.967 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 27/30 2024-05-21T16:33:24.968 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:24.968 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-21T16:33:24.968 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-21T16:33:24.968 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-21T16:33:24.968 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:25.041 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 28/30 2024-05-21T16:33:25.065 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 28/30 2024-05-21T16:33:25.065 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:25.065 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-21T16:33:25.065 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-21T16:33:25.065 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-21T16:33:25.065 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:25.236 INFO:teuthology.orchestra.run.smithi183.stdout:ceph-immutable-object-cache-19.0.0-3827.g994707 288 kB/s | 145 kB 00:00 2024-05-21T16:33:25.237 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:25.237 INFO:teuthology.orchestra.run.smithi183.stdout:Total 287 kB/s | 145 kB 00:00 2024-05-21T16:33:25.237 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:33:25.245 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:33:25.245 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:33:25.283 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 29/30 2024-05-21T16:33:25.303 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:33:25.303 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:33:25.307 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 29/30 2024-05-21T16:33:25.307 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:25.307 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-21T16:33:25.307 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-21T16:33:25.307 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-21T16:33:25.307 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:25.362 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-2:19.0.0-3827.g99470715.el9.x86_64 30/30 2024-05-21T16:33:25.431 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 28/30 2024-05-21T16:33:25.455 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 28/30 2024-05-21T16:33:25.455 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:25.456 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-21T16:33:25.456 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-21T16:33:25.456 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-21T16:33:25.456 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:25.456 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:33:25.545 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:25.571 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:25.571 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:25.571 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-21T16:33:25.571 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:25.690 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 29/30 2024-05-21T16:33:25.714 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 29/30 2024-05-21T16:33:25.714 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:25.715 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-21T16:33:25.715 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-21T16:33:25.715 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-21T16:33:25.715 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:25.779 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-2:19.0.0-3827.g99470715.el9.x86_64 30/30 2024-05-21T16:33:26.452 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:26.452 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:26.452 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:26.452 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-immutable-object-cache-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:26.452 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:26.452 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:26.668 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr 2024-05-21T16:33:26.971 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-2:19.0.0-3827.g99470715.el9.x86_64 30/30 2024-05-21T16:33:26.971 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-2:19.0.0-3827.g99470715.el9.x86_64 1/30 2024-05-21T16:33:26.971 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 2/30 2024-05-21T16:33:26.971 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 3/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 4/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 5/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9. 6/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 14/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 15/30 2024-05-21T16:33:26.972 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 16/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 17/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 26/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 27/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/30 2024-05-21T16:33:26.973 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 29/30 2024-05-21T16:33:27.201 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:06 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:27.284 INFO:teuthology.orchestra.run.smithi183.stdout:Package ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:33:27.327 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:27.329 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:33:27.329 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:27.396 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-2:19.0.0-3827.g99470715.el9.x86_64 30/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-2:19.0.0-3827.g99470715.el9.x86_64 1/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 2/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 3/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 4/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 5/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9. 6/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/30 2024-05-21T16:33:27.397 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 14/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 15/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 16/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 17/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/30 2024-05-21T16:33:27.398 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/30 2024-05-21T16:33:27.399 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/30 2024-05-21T16:33:27.399 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/30 2024-05-21T16:33:27.399 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 26/30 2024-05-21T16:33:27.399 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 27/30 2024-05-21T16:33:27.399 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/30 2024-05-21T16:33:27.399 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 29/30 2024-05-21T16:33:27.400 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-dashboard 2024-05-21T16:33:27.922 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 30/30 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: lua-5.4.4-4.el9.x86_64 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks-3.9.2-5.el9.noarch 2024-05-21T16:33:27.923 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ply-3.11-14.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-21T16:33:27.924 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:27.925 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:27.937 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:06 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:28.060 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 3.5 M 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 34 k 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 16 k 2024-05-21T16:33:28.062 INFO:teuthology.orchestra.run.smithi183.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout:Install 12 Packages 2024-05-21T16:33:28.063 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:28.064 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 8.7 M 2024-05-21T16:33:28.064 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 104 M 2024-05-21T16:33:28.064 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 30/30 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mds-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-modules-core-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:28.272 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mon-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-osd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: lua-5.4.4-4.el9.x86_64 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: luarocks-3.9.2-5.el9.noarch 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-21T16:33:28.273 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ply-3.11-14.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-21T16:33:28.274 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:28.275 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:28.285 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-base 2024-05-21T16:33:28.604 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-base 2024-05-21T16:33:28.631 INFO:teuthology.orchestra.run.smithi183.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3827.g994 82 kB/s | 16 kB 00:00 2024-05-21T16:33:28.673 INFO:teuthology.orchestra.run.smithi183.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3827.g99 141 kB/s | 34 kB 00:00 2024-05-21T16:33:28.823 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:08 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:28.831 INFO:teuthology.orchestra.run.smithi183.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 269 kB 00:00 2024-05-21T16:33:28.873 INFO:teuthology.orchestra.run.smithi183.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-05-21T16:33:28.903 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:33:28.944 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:28.945 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:33:28.945 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:28.965 INFO:teuthology.orchestra.run.smithi183.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.3 MB/s | 863 kB 00:00 2024-05-21T16:33:29.017 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install cephadm 2024-05-21T16:33:29.150 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:08 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:29.229 INFO:teuthology.orchestra.run.smithi160.stdout:Package ceph-base-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:33:29.272 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:29.273 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:33:29.273 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:29.347 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install cephadm 2024-05-21T16:33:29.391 INFO:teuthology.orchestra.run.smithi183.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 48 kB/s | 19 kB 00:00 2024-05-21T16:33:29.545 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:09 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:29.583 INFO:teuthology.orchestra.run.smithi183.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 773 kB/s | 548 kB 00:00 2024-05-21T16:33:29.665 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 763 k 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:33:29.666 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:29.667 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-05-21T16:33:29.667 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:29.667 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 763 k 2024-05-21T16:33:29.667 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 770 k 2024-05-21T16:33:29.667 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:33:29.733 INFO:teuthology.orchestra.run.smithi183.stdout:(8/12): ceph-mgr-dashboard-19.0.0-3827.g9947071 2.7 MB/s | 3.5 MB 00:01 2024-05-21T16:33:29.783 INFO:teuthology.orchestra.run.smithi183.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 5.2 MB/s | 2.0 MB 00:00 2024-05-21T16:33:29.808 INFO:teuthology.orchestra.run.smithi183.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 643 kB/s | 144 kB 00:00 2024-05-21T16:33:29.833 INFO:teuthology.orchestra.run.smithi183.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 312 kB/s | 31 kB 00:00 2024-05-21T16:33:29.881 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:08 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:29.909 INFO:teuthology.orchestra.run.smithi183.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-05-21T16:33:29.912 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:29.912 INFO:teuthology.orchestra.run.smithi183.stdout:Total 4.7 MB/s | 8.7 MB 00:01 2024-05-21T16:33:29.961 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:33:29.977 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:33:29.977 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:33:30.005 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:30.006 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:30.006 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:33:30.006 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:30.006 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:30.006 INFO:teuthology.orchestra.run.smithi160.stdout: cephadm noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 763 k 2024-05-21T16:33:30.006 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:30.006 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:30.007 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:30.007 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-05-21T16:33:30.007 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:30.007 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 763 k 2024-05-21T16:33:30.007 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 770 k 2024-05-21T16:33:30.007 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:30.091 INFO:teuthology.orchestra.run.smithi137.stdout:cephadm-19.0.0-3827.g99470715.el9.noarch.rpm 1.8 MB/s | 763 kB 00:00 2024-05-21T16:33:30.092 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:30.092 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.8 MB/s | 763 kB 00:00 2024-05-21T16:33:30.092 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:33:30.097 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:33:30.097 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:33:30.103 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:33:30.103 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:33:30.175 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:33:30.176 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:33:30.179 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:33:30.480 INFO:teuthology.orchestra.run.smithi160.stdout:cephadm-19.0.0-3827.g99470715.el9.noarch.rpm 1.6 MB/s | 763 kB 00:00 2024-05-21T16:33:30.481 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:30.481 INFO:teuthology.orchestra.run.smithi160.stdout:Total 1.6 MB/s | 763 kB 00:00 2024-05-21T16:33:30.481 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:33:30.486 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:33:30.486 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:33:30.492 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:33:30.492 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:33:30.568 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:33:30.634 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:30.711 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:30.766 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:33:30.834 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-21T16:33:30.869 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-21T16:33:30.932 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-21T16:33:30.963 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-21T16:33:30.972 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:31.049 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:31.057 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:31.072 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-21T16:33:31.204 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-21T16:33:31.298 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-21T16:33:31.305 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:31.305 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:31.305 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:33:31.305 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:31.305 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:31.305 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:31.342 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-21T16:33:31.371 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-21T16:33:31.402 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:31.403 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9 10/12 2024-05-21T16:33:31.527 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-immutable-object-cache 2024-05-21T16:33:31.620 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/1 2024-05-21T16:33:31.620 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:31.620 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:31.620 INFO:teuthology.orchestra.run.smithi160.stdout: cephadm-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:31.620 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:31.620 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:31.833 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-immutable-object-cache 2024-05-21T16:33:32.068 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:12 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:32.194 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:32.195 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:32.195 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-05-21T16:33:32.195 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:32.195 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:33:32.195 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3827.g99470715.el9 ceph 145 k 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 145 k 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 435 k 2024-05-21T16:33:32.196 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:33:32.382 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:11 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:32.414 INFO:teuthology.orchestra.run.smithi137.stdout:ceph-immutable-object-cache-19.0.0-3827.g994707 666 kB/s | 145 kB 00:00 2024-05-21T16:33:32.414 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:32.415 INFO:teuthology.orchestra.run.smithi137.stdout:Total 660 kB/s | 145 kB 00:00 2024-05-21T16:33:32.415 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:33:32.422 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:33:32.423 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:33:32.449 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el 11/12 2024-05-21T16:33:32.479 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:33:32.479 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:33:32.486 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 12/12 2024-05-21T16:33:32.507 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3827.g99470715.el9 ceph 145 k 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-05-21T16:33:32.508 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:32.509 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 145 k 2024-05-21T16:33:32.509 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 435 k 2024-05-21T16:33:32.509 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:32.632 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:33:32.723 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:32.749 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:32.749 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:32.749 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-21T16:33:32.749 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:32.870 INFO:teuthology.orchestra.run.smithi160.stdout:ceph-immutable-object-cache-19.0.0-3827.g994707 403 kB/s | 145 kB 00:00 2024-05-21T16:33:32.870 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:32.870 INFO:teuthology.orchestra.run.smithi160.stdout:Total 401 kB/s | 145 kB 00:00 2024-05-21T16:33:32.870 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:33:32.877 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:33:32.877 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:33:32.936 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:33:32.937 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:33:33.084 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:33:33.161 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:33.187 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:33.187 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:33:33.187 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-21T16:33:33.187 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:33.621 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:33.622 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:33.622 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:33:33.622 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:33.622 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:33.622 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:33.835 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 12/12 2024-05-21T16:33:33.835 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el 1/12 2024-05-21T16:33:33.835 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 2/12 2024-05-21T16:33:33.835 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9 3/12 2024-05-21T16:33:33.835 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-21T16:33:33.835 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-21T16:33:33.836 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-21T16:33:33.836 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-21T16:33:33.836 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-21T16:33:33.836 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-21T16:33:33.836 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-21T16:33:33.836 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-21T16:33:33.858 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr 2024-05-21T16:33:34.077 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3827.g99470715. 1/1 2024-05-21T16:33:34.078 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:34.078 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:34.078 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-immutable-object-cache-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:33:34.078 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:34.078 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-21T16:33:34.144 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-21T16:33:34.145 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-21T16:33:34.145 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-21T16:33:34.145 INFO:teuthology.orchestra.run.smithi183.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-21T16:33:34.145 INFO:teuthology.orchestra.run.smithi183.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-21T16:33:34.145 INFO:teuthology.orchestra.run.smithi183.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-21T16:33:34.145 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:34.145 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:34.323 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr 2024-05-21T16:33:34.343 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-21T16:33:34.394 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:14 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:34.477 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:33:34.522 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:34.523 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:33:34.523 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:34.589 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-dashboard 2024-05-21T16:33:34.865 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:13 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:34.877 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:13 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:34.948 INFO:teuthology.orchestra.run.smithi160.stdout:Package ceph-mgr-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:33:34.991 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:34.992 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:33:34.992 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:34.999 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================= 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================= 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 7.4 M 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-21T16:33:35.001 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================= 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout:Install 12 Packages 2024-05-21T16:33:35.002 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:35.003 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 38 M 2024-05-21T16:33:35.003 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 209 M 2024-05-21T16:33:35.003 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:35.053 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-dashboard 2024-05-21T16:33:35.117 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:15 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:35.239 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:35.240 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:35.240 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:33:35.240 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:35.240 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:33:35.240 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 3.5 M 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 34 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 16 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-21T16:33:35.241 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:35.242 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:33:35.242 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:33:35.242 INFO:teuthology.orchestra.run.smithi137.stdout:Install 12 Packages 2024-05-21T16:33:35.242 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:35.242 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 8.7 M 2024-05-21T16:33:35.242 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 104 M 2024-05-21T16:33:35.242 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:33:35.399 INFO:teuthology.orchestra.run.smithi183.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 195 kB 00:00 2024-05-21T16:33:35.440 INFO:teuthology.orchestra.run.smithi183.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 787 kB/s | 33 kB 00:00 2024-05-21T16:33:35.491 INFO:teuthology.orchestra.run.smithi183.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.6 MB/s | 803 kB 00:00 2024-05-21T16:33:35.532 INFO:teuthology.orchestra.run.smithi183.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 440 kB/s | 18 kB 00:00 2024-05-21T16:33:35.574 INFO:teuthology.orchestra.run.smithi183.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 845 kB/s | 35 kB 00:00 2024-05-21T16:33:35.593 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:14 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:35.641 INFO:teuthology.orchestra.run.smithi183.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 15 MB/s | 3.0 MB 00:00 2024-05-21T16:33:35.717 INFO:teuthology.orchestra.run.smithi183.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 3.2 MB/s | 244 kB 00:00 2024-05-21T16:33:35.717 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:35.718 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 3.5 M 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 34 k 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 16 k 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-21T16:33:35.719 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout:Install 12 Packages 2024-05-21T16:33:35.720 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:35.721 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 8.7 M 2024-05-21T16:33:35.721 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 104 M 2024-05-21T16:33:35.721 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:35.858 INFO:teuthology.orchestra.run.smithi183.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2024-05-21T16:33:35.934 INFO:teuthology.orchestra.run.smithi137.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3827.g994 47 kB/s | 16 kB 00:00 2024-05-21T16:33:35.942 INFO:teuthology.orchestra.run.smithi183.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-05-21T16:33:36.034 INFO:teuthology.orchestra.run.smithi137.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3827.g99 77 kB/s | 34 kB 00:00 2024-05-21T16:33:36.076 INFO:teuthology.orchestra.run.smithi183.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-05-21T16:33:36.493 INFO:teuthology.orchestra.run.smithi183.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-05-21T16:33:36.505 INFO:teuthology.orchestra.run.smithi160.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3827.g994 66 kB/s | 16 kB 00:00 2024-05-21T16:33:36.614 INFO:teuthology.orchestra.run.smithi160.stdout:(2/12): protobuf-3.14.0-13.el9.x86_64.rpm 9.3 MB/s | 1.0 MB 00:00 2024-05-21T16:33:36.676 INFO:teuthology.orchestra.run.smithi137.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 420 kB/s | 269 kB 00:00 2024-05-21T16:33:36.697 INFO:teuthology.orchestra.run.smithi160.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.2 MB/s | 269 kB 00:00 2024-05-21T16:33:36.722 INFO:teuthology.orchestra.run.smithi160.stdout:(4/12): ceph-grafana-dashboards-19.0.0-3827.g99 73 kB/s | 34 kB 00:00 2024-05-21T16:33:36.793 INFO:teuthology.orchestra.run.smithi137.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-05-21T16:33:36.847 INFO:teuthology.orchestra.run.smithi160.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.3 MB/s | 548 kB 00:00 2024-05-21T16:33:36.881 INFO:teuthology.orchestra.run.smithi160.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 582 kB/s | 19 kB 00:00 2024-05-21T16:33:36.901 INFO:teuthology.orchestra.run.smithi137.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.7 MB/s | 863 kB 00:00 2024-05-21T16:33:36.956 INFO:teuthology.orchestra.run.smithi160.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 27 MB/s | 2.0 MB 00:00 2024-05-21T16:33:36.990 INFO:teuthology.orchestra.run.smithi160.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-05-21T16:33:37.040 INFO:teuthology.orchestra.run.smithi160.stdout:(9/12): ceph-mgr-dashboard-19.0.0-3827.g9947071 4.5 MB/s | 3.5 MB 00:00 2024-05-21T16:33:37.067 INFO:teuthology.orchestra.run.smithi160.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 408 kB/s | 31 kB 00:00 2024-05-21T16:33:37.091 INFO:teuthology.orchestra.run.smithi160.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.1 MB/s | 863 kB 00:00 2024-05-21T16:33:37.158 INFO:teuthology.orchestra.run.smithi160.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-05-21T16:33:37.160 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:37.160 INFO:teuthology.orchestra.run.smithi160.stdout:Total 6.0 MB/s | 8.7 MB 00:01 2024-05-21T16:33:37.168 INFO:teuthology.orchestra.run.smithi137.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-05-21T16:33:37.209 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:33:37.226 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:33:37.226 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:33:37.260 INFO:teuthology.orchestra.run.smithi137.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-21T16:33:37.344 INFO:teuthology.orchestra.run.smithi137.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-05-21T16:33:37.410 INFO:teuthology.orchestra.run.smithi137.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 461 kB/s | 31 kB 00:00 2024-05-21T16:33:37.436 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:33:37.437 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:33:37.503 INFO:teuthology.orchestra.run.smithi137.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-05-21T16:33:37.578 INFO:teuthology.orchestra.run.smithi137.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.0 MB/s | 2.0 MB 00:00 2024-05-21T16:33:37.678 INFO:teuthology.orchestra.run.smithi137.stdout:(12/12): ceph-mgr-dashboard-19.0.0-3827.g994707 1.7 MB/s | 3.5 MB 00:02 2024-05-21T16:33:37.682 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:37.682 INFO:teuthology.orchestra.run.smithi137.stdout:Total 3.5 MB/s | 8.7 MB 00:02 2024-05-21T16:33:37.732 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:33:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:33:37.749 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:33:37.834 INFO:teuthology.orchestra.run.smithi183.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-3 2.9 MB/s | 7.4 MB 00:02 2024-05-21T16:33:37.835 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:37.836 INFO:teuthology.orchestra.run.smithi183.stdout:Total 13 MB/s | 38 MB 00:02 2024-05-21T16:33:37.952 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:33:37.952 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:33:38.031 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:33:38.125 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-21T16:33:38.160 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-21T16:33:38.192 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:33:38.207 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-21T16:33:38.217 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:33:38.218 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:33:38.237 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-21T16:33:38.346 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-21T16:33:38.480 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-21T16:33:38.551 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:33:38.566 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-21T16:33:38.609 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-21T16:33:38.630 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-21T16:33:38.645 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-21T16:33:38.653 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:33:38.653 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:33:38.664 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-21T16:33:38.694 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9 10/12 2024-05-21T16:33:38.728 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-21T16:33:38.758 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-21T16:33:38.876 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-21T16:33:39.008 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-21T16:33:39.094 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-21T16:33:39.137 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-21T16:33:39.166 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-21T16:33:39.198 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9 10/12 2024-05-21T16:33:39.398 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:33:39.474 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-21T16:33:39.515 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-21T16:33:39.617 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-21T16:33:39.658 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-21T16:33:39.747 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el 11/12 2024-05-21T16:33:39.777 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 12/12 2024-05-21T16:33:39.834 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-21T16:33:39.865 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-21T16:33:39.941 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-21T16:33:40.256 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el 11/12 2024-05-21T16:33:40.290 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 12/12 2024-05-21T16:33:40.600 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-21T16:33:40.719 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-21T16:33:41.066 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 12/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el 1/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 2/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9 3/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-21T16:33:41.067 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-21T16:33:41.367 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-21T16:33:41.367 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:41.367 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:41.367 INFO:teuthology.orchestra.run.smithi160.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-21T16:33:41.367 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:41.368 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:41.601 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-21T16:33:41.605 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 12/12 2024-05-21T16:33:41.605 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el 1/12 2024-05-21T16:33:41.605 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noa 2/12 2024-05-21T16:33:41.605 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9 3/12 2024-05-21T16:33:41.605 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-21T16:33:41.606 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-21T16:33:41.606 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-21T16:33:41.606 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-21T16:33:41.606 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-21T16:33:41.606 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-21T16:33:41.606 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-21T16:33:41.606 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-21T16:33:41.907 INFO:teuthology.orchestra.run.smithi137.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-21T16:33:41.908 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-21T16:33:41.908 INFO:teuthology.orchestra.run.smithi137.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-21T16:33:41.908 INFO:teuthology.orchestra.run.smithi137.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-21T16:33:41.908 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-21T16:33:41.908 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-21T16:33:41.908 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:41.908 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:33:41.965 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-21T16:33:42.141 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-21T16:33:42.142 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:21 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:42.264 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout:======================================================================================= 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout:======================================================================================= 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 7.4 M 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-21T16:33:42.266 INFO:teuthology.orchestra.run.smithi160.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout:======================================================================================= 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout:Install 12 Packages 2024-05-21T16:33:42.267 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:42.268 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 38 M 2024-05-21T16:33:42.268 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 209 M 2024-05-21T16:33:42.268 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:42.556 INFO:teuthology.orchestra.run.smithi160.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.8 MB/s | 195 kB 00:00 2024-05-21T16:33:42.607 INFO:teuthology.orchestra.run.smithi160.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.1 MB/s | 803 kB 00:00 2024-05-21T16:33:42.623 INFO:teuthology.orchestra.run.smithi160.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 495 kB/s | 33 kB 00:00 2024-05-21T16:33:42.674 INFO:teuthology.orchestra.run.smithi160.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-05-21T16:33:42.686 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:22 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:33:42.724 INFO:teuthology.orchestra.run.smithi160.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 703 kB/s | 35 kB 00:00 2024-05-21T16:33:42.799 INFO:teuthology.orchestra.run.smithi160.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 16 MB/s | 3.0 MB 00:00 2024-05-21T16:33:42.815 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:33:42.816 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-05-21T16:33:42.816 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:33:42.816 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-05-21T16:33:42.816 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:33:42.816 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 7.4 M 2024-05-21T16:33:42.816 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:33:42.816 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout:======================================================================================= 2024-05-21T16:33:42.817 INFO:teuthology.orchestra.run.smithi137.stdout:Install 12 Packages 2024-05-21T16:33:42.818 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:33:42.818 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 38 M 2024-05-21T16:33:42.818 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 209 M 2024-05-21T16:33:42.818 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:33:42.883 INFO:teuthology.orchestra.run.smithi160.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.9 MB/s | 244 kB 00:00 2024-05-21T16:33:42.996 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-21T16:33:43.000 INFO:teuthology.orchestra.run.smithi160.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2024-05-21T16:33:43.021 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 12/12 2024-05-21T16:33:43.075 INFO:teuthology.orchestra.run.smithi160.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-05-21T16:33:43.159 INFO:teuthology.orchestra.run.smithi160.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 5.1 MB 00:00 2024-05-21T16:33:43.262 INFO:teuthology.orchestra.run.smithi137.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 195 kB 00:00 2024-05-21T16:33:43.320 INFO:teuthology.orchestra.run.smithi137.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.5 MB/s | 803 kB 00:00 2024-05-21T16:33:43.334 INFO:teuthology.orchestra.run.smithi160.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-3 8.4 MB/s | 7.4 MB 00:00 2024-05-21T16:33:43.529 INFO:teuthology.orchestra.run.smithi137.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 123 kB/s | 33 kB 00:00 2024-05-21T16:33:43.638 INFO:teuthology.orchestra.run.smithi137.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-05-21T16:33:43.693 INFO:teuthology.orchestra.run.smithi160.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-05-21T16:33:43.693 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:43.694 INFO:teuthology.orchestra.run.smithi160.stdout:Total 27 MB/s | 38 MB 00:01 2024-05-21T16:33:43.738 INFO:teuthology.orchestra.run.smithi137.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 352 kB/s | 35 kB 00:00 2024-05-21T16:33:43.897 INFO:teuthology.orchestra.run.smithi137.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-38 9.9 MB/s | 7.4 MB 00:00 2024-05-21T16:33:44.047 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:33:44.073 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:33:44.074 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:33:44.372 INFO:teuthology.orchestra.run.smithi137.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.8 MB/s | 3.0 MB 00:01 2024-05-21T16:33:44.397 INFO:teuthology.orchestra.run.smithi137.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 488 kB/s | 244 kB 00:00 2024-05-21T16:33:44.518 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:33:44.519 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:33:44.589 INFO:teuthology.orchestra.run.smithi137.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.3 MB/s | 250 kB 00:00 2024-05-21T16:33:44.898 INFO:teuthology.orchestra.run.smithi137.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.1 MB/s | 4.7 MB 00:01 2024-05-21T16:33:45.269 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:33:45.335 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-21T16:33:45.374 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-21T16:33:45.475 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-21T16:33:45.517 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-21T16:33:45.538 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 12/12 2024-05-21T16:33:45.538 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 1/12 2024-05-21T16:33:45.538 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-21T16:33:45.538 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-21T16:33:45.538 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-21T16:33:45.539 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-21T16:33:45.539 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-21T16:33:45.539 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-21T16:33:45.539 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-21T16:33:45.539 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-21T16:33:45.539 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-21T16:33:45.539 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-21T16:33:45.695 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-21T16:33:45.733 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-21T16:33:45.809 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-21T16:33:45.919 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-21T16:33:45.919 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:45.919 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:45.919 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:45.919 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-21T16:33:45.920 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-21T16:33:45.921 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-21T16:33:45.921 INFO:teuthology.orchestra.run.smithi183.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-21T16:33:45.921 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:45.921 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:46.336 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-rook 2024-05-21T16:33:46.499 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-21T16:33:46.612 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-21T16:33:46.888 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:25 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:47.010 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:47.011 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:47.011 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:33:47.011 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:47.011 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:47.011 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-rook noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 49 k 2024-05-21T16:33:47.011 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:33:47.011 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:47.012 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:47.013 INFO:teuthology.orchestra.run.smithi183.stdout:Install 13 Packages 2024-05-21T16:33:47.013 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:47.013 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 2.2 M 2024-05-21T16:33:47.013 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 26 M 2024-05-21T16:33:47.013 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:47.516 INFO:teuthology.orchestra.run.smithi183.stdout:(1/13): ceph-mgr-rook-19.0.0-3827.g99470715.el9 117 kB/s | 49 kB 00:00 2024-05-21T16:33:47.667 INFO:teuthology.orchestra.run.smithi183.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 33 kB/s | 19 kB 00:00 2024-05-21T16:33:47.692 INFO:teuthology.orchestra.run.smithi183.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 43 kB/s | 26 kB 00:00 2024-05-21T16:33:47.857 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-21T16:33:48.367 INFO:teuthology.orchestra.run.smithi183.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 261 kB/s | 222 kB 00:00 2024-05-21T16:33:48.442 INFO:teuthology.orchestra.run.smithi183.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 205 kB/s | 159 kB 00:00 2024-05-21T16:33:48.584 INFO:teuthology.orchestra.run.smithi183.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 312 kB/s | 279 kB 00:00 2024-05-21T16:33:48.881 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-21T16:33:48.901 INFO:teuthology.orchestra.run.smithi183.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 70 kB/s | 32 kB 00:00 2024-05-21T16:33:48.906 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 12/12 2024-05-21T16:33:48.956 INFO:teuthology.orchestra.run.smithi137.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.1 MB/s | 5.1 MB 00:04 2024-05-21T16:33:49.026 INFO:teuthology.orchestra.run.smithi183.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 81 kB/s | 54 kB 00:00 2024-05-21T16:33:49.052 INFO:teuthology.orchestra.run.smithi183.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 32 kB/s | 15 kB 00:00 2024-05-21T16:33:49.344 INFO:teuthology.orchestra.run.smithi183.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 465 kB/s | 206 kB 00:00 2024-05-21T16:33:49.535 INFO:teuthology.orchestra.run.smithi183.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 468 kB/s | 90 kB 00:00 2024-05-21T16:33:49.610 INFO:teuthology.orchestra.run.smithi183.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 106 kB/s | 59 kB 00:00 2024-05-21T16:33:50.419 INFO:teuthology.orchestra.run.smithi183.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 751 kB/s | 1.0 MB 00:01 2024-05-21T16:33:50.423 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:50.423 INFO:teuthology.orchestra.run.smithi183.stdout:Total 661 kB/s | 2.2 MB 00:03 2024-05-21T16:33:50.495 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:33:50.511 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:33:50.511 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:33:50.598 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:33:50.598 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:33:51.104 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:33:51.276 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-21T16:33:51.329 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 12/12 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 1/12 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-21T16:33:51.370 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-21T16:33:51.371 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-21T16:33:51.371 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-21T16:33:51.371 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-21T16:33:51.371 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-21T16:33:51.384 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-21T16:33:51.421 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-21T16:33:51.463 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-21T16:33:51.565 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-21T16:33:51.667 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-21T16:33:51.748 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-21T16:33:51.770 INFO:teuthology.orchestra.run.smithi160.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-21T16:33:51.771 INFO:teuthology.orchestra.run.smithi160.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-21T16:33:51.771 INFO:teuthology.orchestra.run.smithi160.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-21T16:33:51.771 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-21T16:33:51.771 INFO:teuthology.orchestra.run.smithi160.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-21T16:33:51.771 INFO:teuthology.orchestra.run.smithi160.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-21T16:33:51.771 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:51.771 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:52.127 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-rook 2024-05-21T16:33:52.463 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-21T16:33:52.520 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-21T16:33:52.554 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-21T16:33:52.602 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-21T16:33:52.624 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 13/13 2024-05-21T16:33:52.676 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:31 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:52.798 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-rook noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 49 k 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-21T16:33:52.800 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout:Install 13 Packages 2024-05-21T16:33:52.801 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:52.802 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 2.2 M 2024-05-21T16:33:52.802 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 26 M 2024-05-21T16:33:52.802 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:53.187 INFO:teuthology.orchestra.run.smithi160.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 85 kB/s | 26 kB 00:00 2024-05-21T16:33:53.212 INFO:teuthology.orchestra.run.smithi160.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 59 kB/s | 19 kB 00:00 2024-05-21T16:33:53.363 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 13/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 1/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-21T16:33:53.364 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-21T16:33:53.365 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-21T16:33:53.379 INFO:teuthology.orchestra.run.smithi160.stdout:(3/13): ceph-mgr-rook-19.0.0-3827.g99470715.el9 100 kB/s | 49 kB 00:00 2024-05-21T16:33:53.554 INFO:teuthology.orchestra.run.smithi160.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 465 kB/s | 159 kB 00:00 2024-05-21T16:33:53.638 INFO:teuthology.orchestra.run.smithi160.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 522 kB/s | 222 kB 00:00 2024-05-21T16:33:53.663 INFO:teuthology.orchestra.run.smithi160.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 494 kB/s | 54 kB 00:00 2024-05-21T16:33:53.671 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-21T16:33:53.671 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-21T16:33:53.672 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-21T16:33:53.673 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-21T16:33:53.673 INFO:teuthology.orchestra.run.smithi183.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-21T16:33:53.673 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:53.673 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:53.872 INFO:teuthology.orchestra.run.smithi160.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 138 kB/s | 32 kB 00:00 2024-05-21T16:33:53.896 INFO:teuthology.orchestra.run.smithi160.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-05-21T16:33:53.943 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-cephadm 2024-05-21T16:33:53.980 INFO:teuthology.orchestra.run.smithi160.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 463 kB/s | 279 kB 00:00 2024-05-21T16:33:54.089 INFO:teuthology.orchestra.run.smithi160.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 947 kB/s | 206 kB 00:00 2024-05-21T16:33:54.173 INFO:teuthology.orchestra.run.smithi160.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 308 kB/s | 59 kB 00:00 2024-05-21T16:33:54.256 INFO:teuthology.orchestra.run.smithi160.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-05-21T16:33:54.281 INFO:teuthology.orchestra.run.smithi160.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 468 kB/s | 90 kB 00:00 2024-05-21T16:33:54.283 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:54.283 INFO:teuthology.orchestra.run.smithi160.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-05-21T16:33:54.347 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:33:54.363 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:33:54.363 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:33:54.449 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:33:54.450 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:33:54.479 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:33 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:54.602 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 143 k 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-21T16:33:54.603 INFO:teuthology.orchestra.run.smithi183.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout:Install 7 Packages 2024-05-21T16:33:54.604 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:54.605 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 7.0 M 2024-05-21T16:33:54.605 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 33 M 2024-05-21T16:33:54.605 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:54.958 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:33:54.962 INFO:teuthology.orchestra.run.smithi183.stdout:(1/7): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-05-21T16:33:55.021 INFO:teuthology.orchestra.run.smithi183.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 593 kB/s | 35 kB 00:00 2024-05-21T16:33:55.121 INFO:teuthology.orchestra.run.smithi183.stdout:(3/7): ceph-mgr-cephadm-19.0.0-3827.g99470715.e 385 kB/s | 143 kB 00:00 2024-05-21T16:33:55.128 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-21T16:33:55.182 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-21T16:33:55.238 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-21T16:33:55.275 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-21T16:33:55.280 INFO:teuthology.orchestra.run.smithi183.stdout:(4/7): python3-natsort-7.1.1-5.el9.noarch.rpm 366 kB/s | 58 kB 00:00 2024-05-21T16:33:55.317 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-21T16:33:55.322 INFO:teuthology.orchestra.run.smithi183.stdout:(5/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.8 MB/s | 548 kB 00:00 2024-05-21T16:33:55.347 INFO:teuthology.orchestra.run.smithi183.stdout:(6/7): python3-typing-extensions-4.4.0-2.el9.no 763 kB/s | 51 kB 00:00 2024-05-21T16:33:55.410 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-21T16:33:55.511 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-21T16:33:55.559 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-21T16:33:56.081 INFO:teuthology.orchestra.run.smithi183.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 4.5 MB/s | 6.0 MB 00:01 2024-05-21T16:33:56.083 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:56.083 INFO:teuthology.orchestra.run.smithi183.stdout:Total 4.7 MB/s | 7.0 MB 00:01 2024-05-21T16:33:56.163 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:33:56.175 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:33:56.175 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:33:56.278 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-21T16:33:56.323 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-21T16:33:56.340 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:33:56.340 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:33:56.357 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-21T16:33:56.405 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-21T16:33:56.426 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 13/13 2024-05-21T16:33:56.736 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:33:56.914 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/7 2024-05-21T16:33:56.966 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2024-05-21T16:33:57.001 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2024-05-21T16:33:57.260 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 13/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 1/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-21T16:33:57.261 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-21T16:33:57.518 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-21T16:33:57.571 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:57.572 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:33:57.594 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2024-05-21T16:33:57.657 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 6/7 2024-05-21T16:33:57.687 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 7/7 2024-05-21T16:33:57.837 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-mgr-cephadm 2024-05-21T16:33:58.376 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:37 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:58.462 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 7/7 2024-05-21T16:33:58.463 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/7 2024-05-21T16:33:58.463 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2024-05-21T16:33:58.463 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/7 2024-05-21T16:33:58.463 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2024-05-21T16:33:58.463 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2024-05-21T16:33:58.463 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2024-05-21T16:33:58.499 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 143 k 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-21T16:33:58.500 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout:Install 7 Packages 2024-05-21T16:33:58.501 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:33:58.502 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 7.0 M 2024-05-21T16:33:58.502 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 33 M 2024-05-21T16:33:58.502 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:33:58.721 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 7/7 2024-05-21T16:33:58.721 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:58.721 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:33:58.721 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:33:58.721 INFO:teuthology.orchestra.run.smithi183.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-21T16:33:58.722 INFO:teuthology.orchestra.run.smithi183.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-21T16:33:58.722 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-05-21T16:33:58.722 INFO:teuthology.orchestra.run.smithi183.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-21T16:33:58.722 INFO:teuthology.orchestra.run.smithi183.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-21T16:33:58.722 INFO:teuthology.orchestra.run.smithi183.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-21T16:33:58.722 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:58.722 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:33:58.962 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-fuse 2024-05-21T16:33:59.150 INFO:teuthology.orchestra.run.smithi160.stdout:(1/7): ceph-mgr-cephadm-19.0.0-3827.g99470715.e 633 kB/s | 143 kB 00:00 2024-05-21T16:33:59.209 INFO:teuthology.orchestra.run.smithi160.stdout:(2/7): python3-jinja2-2.11.3-6.el9.noarch.rpm 874 kB/s | 248 kB 00:00 2024-05-21T16:33:59.301 INFO:teuthology.orchestra.run.smithi160.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 231 kB/s | 35 kB 00:00 2024-05-21T16:33:59.426 INFO:teuthology.orchestra.run.smithi160.stdout:(4/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.5 MB/s | 548 kB 00:00 2024-05-21T16:33:59.443 INFO:teuthology.orchestra.run.smithi160.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 407 kB/s | 58 kB 00:00 2024-05-21T16:33:59.476 INFO:teuthology.orchestra.run.smithi160.stdout:(6/7): python3-typing-extensions-4.4.0-2.el9.no 1.5 MB/s | 51 kB 00:00 2024-05-21T16:33:59.498 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:38 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:33:59.620 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:33:59.620 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-fuse x86_64 2:19.0.0-3827.g99470715.el9 ceph 891 k 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout:Install 2 Packages 2024-05-21T16:33:59.621 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:33:59.622 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 971 k 2024-05-21T16:33:59.622 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 2.8 M 2024-05-21T16:33:59.622 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:33:59.850 INFO:teuthology.orchestra.run.smithi183.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 855 kB/s | 80 kB 00:00 2024-05-21T16:33:59.951 INFO:teuthology.orchestra.run.smithi160.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 5.8 MB/s | 6.0 MB 00:01 2024-05-21T16:33:59.952 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:33:59.953 INFO:teuthology.orchestra.run.smithi160.stdout:Total 4.8 MB/s | 7.0 MB 00:01 2024-05-21T16:34:00.032 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:00.044 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:00.044 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:00.066 INFO:teuthology.orchestra.run.smithi183.stdout:(2/2): ceph-fuse-19.0.0-3827.g99470715.el9.x86_ 2.8 MB/s | 891 kB 00:00 2024-05-21T16:34:00.067 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:00.067 INFO:teuthology.orchestra.run.smithi183.stdout:Total 2.1 MB/s | 971 kB 00:00 2024-05-21T16:34:00.079 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:34:00.101 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:34:00.101 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:34:00.178 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:34:00.179 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:34:00.206 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:00.207 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:00.371 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:34:00.510 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-21T16:34:00.583 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2/2 2024-05-21T16:34:00.596 INFO:teuthology.orchestra.run.smithi137.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:16 2024-05-21T16:34:00.597 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:00.598 INFO:teuthology.orchestra.run.smithi137.stdout:Total 2.1 MB/s | 38 MB 00:17 2024-05-21T16:34:00.605 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:00.768 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/7 2024-05-21T16:34:00.812 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2024-05-21T16:34:00.847 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2024-05-21T16:34:00.957 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:00.984 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:00.984 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:01.229 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2/2 2024-05-21T16:34:01.229 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/2 2024-05-21T16:34:01.370 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2024-05-21T16:34:01.422 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:01.422 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:01.457 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2024-05-21T16:34:01.462 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-21T16:34:01.462 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:01.462 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:34:01.462 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-21T16:34:01.462 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:01.462 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:01.521 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 6/7 2024-05-21T16:34:01.549 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 7/7 2024-05-21T16:34:01.728 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-volume 2024-05-21T16:34:02.189 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:02.248 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-21T16:34:02.269 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:41 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:02.286 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-21T16:34:02.332 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 7/7 2024-05-21T16:34:02.332 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/7 2024-05-21T16:34:02.332 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2024-05-21T16:34:02.332 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/7 2024-05-21T16:34:02.332 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2024-05-21T16:34:02.333 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2024-05-21T16:34:02.333 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2024-05-21T16:34:02.386 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-21T16:34:02.393 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-volume noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 273 k 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:34:02.394 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:02.395 INFO:teuthology.orchestra.run.smithi183.stdout:Install 2 Packages 2024-05-21T16:34:02.395 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:02.395 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 350 k 2024-05-21T16:34:02.395 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 1.5 M 2024-05-21T16:34:02.395 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:34:02.437 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-21T16:34:02.597 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 7/7 2024-05-21T16:34:02.597 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:02.597 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:02.597 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:34:02.597 INFO:teuthology.orchestra.run.smithi160.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-21T16:34:02.597 INFO:teuthology.orchestra.run.smithi160.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-21T16:34:02.597 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-05-21T16:34:02.598 INFO:teuthology.orchestra.run.smithi160.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-21T16:34:02.598 INFO:teuthology.orchestra.run.smithi160.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-21T16:34:02.598 INFO:teuthology.orchestra.run.smithi160.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-21T16:34:02.598 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:02.598 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:02.615 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-21T16:34:02.644 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-21T16:34:02.721 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-21T16:34:02.830 INFO:teuthology.orchestra.run.smithi183.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 566 kB/s | 77 kB 00:00 2024-05-21T16:34:02.900 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-fuse 2024-05-21T16:34:02.963 INFO:teuthology.orchestra.run.smithi183.stdout:(2/2): ceph-volume-19.0.0-3827.g99470715.el9.no 1.0 MB/s | 273 kB 00:00 2024-05-21T16:34:02.964 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:02.964 INFO:teuthology.orchestra.run.smithi183.stdout:Total 614 kB/s | 350 kB 00:00 2024-05-21T16:34:02.977 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:34:02.987 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:34:02.987 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:34:03.020 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:34:03.020 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:34:03.163 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:34:03.354 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-21T16:34:03.387 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-21T16:34:03.391 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2/2 2024-05-21T16:34:03.407 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2/2 2024-05-21T16:34:03.407 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:34:03.407 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-21T16:34:03.407 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:03.433 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:42 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:03.508 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-21T16:34:03.555 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:03.556 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:03.556 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:34:03.556 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:03.556 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:34:03.556 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-fuse x86_64 2:19.0.0-3827.g99470715.el9 ceph 891 k 2024-05-21T16:34:03.556 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:34:03.556 INFO:teuthology.orchestra.run.smithi160.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout:Install 2 Packages 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 971 k 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 2.8 M 2024-05-21T16:34:03.557 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:34:03.712 INFO:teuthology.orchestra.run.smithi160.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 666 kB/s | 80 kB 00:00 2024-05-21T16:34:03.912 INFO:teuthology.orchestra.run.smithi160.stdout:(2/2): ceph-fuse-19.0.0-3827.g99470715.el9.x86_ 2.7 MB/s | 891 kB 00:00 2024-05-21T16:34:03.913 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:03.913 INFO:teuthology.orchestra.run.smithi160.stdout:Total 2.7 MB/s | 971 kB 00:00 2024-05-21T16:34:03.925 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:03.947 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:03.947 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:04.024 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:04.025 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:04.072 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 1/2 2024-05-21T16:34:04.212 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:04.348 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-21T16:34:04.357 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-21T16:34:04.357 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:04.357 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:34:04.357 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:34:04.357 INFO:teuthology.orchestra.run.smithi183.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-21T16:34:04.357 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:04.357 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:04.411 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2/2 2024-05-21T16:34:04.685 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librados-devel 2024-05-21T16:34:04.753 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-21T16:34:05.040 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2/2 2024-05-21T16:34:05.040 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/2 2024-05-21T16:34:05.229 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:44 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:05.289 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-21T16:34:05.289 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:05.289 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:05.289 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-21T16:34:05.289 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:05.289 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:05.359 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:05.360 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:05.360 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-05-21T16:34:05.360 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:05.360 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:34:05.360 INFO:teuthology.orchestra.run.smithi183.stdout: librados-devel x86_64 2:19.0.0-3827.g99470715.el9 ceph 127 k 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 127 k 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 456 k 2024-05-21T16:34:05.361 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:34:05.541 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install ceph-volume 2024-05-21T16:34:05.792 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-21T16:34:05.818 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 12/12 2024-05-21T16:34:05.952 INFO:teuthology.orchestra.run.smithi183.stdout:librados-devel-19.0.0-3827.g99470715.el9.x86_64 214 kB/s | 127 kB 00:00 2024-05-21T16:34:05.953 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:05.953 INFO:teuthology.orchestra.run.smithi183.stdout:Total 214 kB/s | 127 kB 00:00 2024-05-21T16:34:05.953 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:34:05.959 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:34:05.959 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:34:06.022 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:34:06.022 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:34:06.082 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:45 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:06.171 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:34:06.207 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-volume noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 273 k 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:06.208 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:34:06.209 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:06.209 INFO:teuthology.orchestra.run.smithi160.stdout:Install 2 Packages 2024-05-21T16:34:06.209 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:06.209 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 350 k 2024-05-21T16:34:06.209 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 1.5 M 2024-05-21T16:34:06.209 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:34:06.316 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:06.781 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:06.825 INFO:teuthology.orchestra.run.smithi160.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 222 kB/s | 77 kB 00:00 2024-05-21T16:34:07.030 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:07.030 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:07.030 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:34:07.030 INFO:teuthology.orchestra.run.smithi183.stdout: librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:07.030 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:07.030 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:07.287 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install libcephfs2 2024-05-21T16:34:07.825 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:46 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:07.906 INFO:teuthology.orchestra.run.smithi183.stdout:Package libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:07.949 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:07.950 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:34:07.950 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:08.022 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install libcephfs-devel 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 12/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470 1/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-21T16:34:08.270 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-21T16:34:08.271 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-21T16:34:08.553 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:47 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:08.676 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:08.677 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:08.677 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-05-21T16:34:08.677 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:08.677 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs-devel x86_64 2:19.0.0-3827.g99470715.el9 ceph 32 k 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 32 k 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 142 k 2024-05-21T16:34:08.678 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:34:08.693 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-21T16:34:08.693 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-21T16:34:08.694 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-21T16:34:08.695 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-21T16:34:08.695 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:08.695 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:08.898 INFO:teuthology.orchestra.run.smithi183.stdout:libcephfs-devel-19.0.0-3827.g99470715.el9.x86_6 144 kB/s | 32 kB 00:00 2024-05-21T16:34:08.898 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:08.898 INFO:teuthology.orchestra.run.smithi183.stdout:Total 144 kB/s | 32 kB 00:00 2024-05-21T16:34:08.899 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:34:08.902 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:34:08.902 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:34:08.922 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:34:08.923 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:34:09.021 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-rook 2024-05-21T16:34:09.026 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:34:09.109 INFO:teuthology.orchestra.run.smithi160.stdout:(2/2): ceph-volume-19.0.0-3827.g99470715.el9.no 104 kB/s | 273 kB 00:02 2024-05-21T16:34:09.109 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:09.109 INFO:teuthology.orchestra.run.smithi160.stdout:Total 121 kB/s | 350 kB 00:02 2024-05-21T16:34:09.123 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:09.129 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:09.135 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:09.135 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:09.170 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:09.170 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:09.317 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:09.506 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-21T16:34:09.536 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2/2 2024-05-21T16:34:09.543 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:09.551 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2/2 2024-05-21T16:34:09.552 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:34:09.552 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-21T16:34:09.552 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:09.564 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:49 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:09.686 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:09.687 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:09.687 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 49 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-21T16:34:09.688 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout:Install 13 Packages 2024-05-21T16:34:09.689 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:09.690 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 2.2 M 2024-05-21T16:34:09.690 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 26 M 2024-05-21T16:34:09.690 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:09.793 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:09.793 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:09.793 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:34:09.793 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:09.793 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:09.793 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:09.818 INFO:teuthology.orchestra.run.smithi137.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 521 kB/s | 26 kB 00:00 2024-05-21T16:34:09.868 INFO:teuthology.orchestra.run.smithi137.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 192 kB/s | 19 kB 00:00 2024-05-21T16:34:09.943 INFO:teuthology.orchestra.run.smithi137.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.1 MB/s | 222 kB 00:00 2024-05-21T16:34:09.969 INFO:teuthology.orchestra.run.smithi137.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 159 kB 00:00 2024-05-21T16:34:09.983 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librados2 2024-05-21T16:34:10.027 INFO:teuthology.orchestra.run.smithi137.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 920 kB/s | 54 kB 00:00 2024-05-21T16:34:10.053 INFO:teuthology.orchestra.run.smithi137.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-05-21T16:34:10.078 INFO:teuthology.orchestra.run.smithi137.stdout:(7/13): ceph-mgr-rook-19.0.0-3827.g99470715.el9 159 kB/s | 49 kB 00:00 2024-05-21T16:34:10.160 INFO:teuthology.orchestra.run.smithi137.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 139 kB/s | 15 kB 00:00 2024-05-21T16:34:10.186 INFO:teuthology.orchestra.run.smithi137.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 203 kB/s | 32 kB 00:00 2024-05-21T16:34:10.226 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 1/2 2024-05-21T16:34:10.262 INFO:teuthology.orchestra.run.smithi137.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 784 kB/s | 59 kB 00:00 2024-05-21T16:34:10.287 INFO:teuthology.orchestra.run.smithi137.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 984 kB/s | 206 kB 00:00 2024-05-21T16:34:10.329 INFO:teuthology.orchestra.run.smithi137.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-05-21T16:34:10.437 INFO:teuthology.orchestra.run.smithi137.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.7 MB/s | 1.0 MB 00:00 2024-05-21T16:34:10.438 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:10.438 INFO:teuthology.orchestra.run.smithi137.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-05-21T16:34:10.503 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:10.514 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:49 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:10.518 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:10.518 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:10.544 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-21T16:34:10.544 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:10.544 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:10.544 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:34:10.544 INFO:teuthology.orchestra.run.smithi160.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-21T16:34:10.544 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:10.544 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:10.595 INFO:teuthology.orchestra.run.smithi183.stdout:Package librados2-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:10.605 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:10.607 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:10.638 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:10.639 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:34:10.639 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:10.711 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librbd1 2024-05-21T16:34:10.831 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install librados-devel 2024-05-21T16:34:11.107 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:11.243 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:50 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:11.282 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-21T16:34:11.324 INFO:teuthology.orchestra.run.smithi183.stdout:Package librbd1-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:11.346 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-21T16:34:11.365 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:11.365 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:50 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:11.366 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:34:11.366 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:11.401 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-21T16:34:11.425 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rados 2024-05-21T16:34:11.438 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-21T16:34:11.479 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-21T16:34:11.492 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout: librados-devel x86_64 2:19.0.0-3827.g99470715.el9 ceph 127 k 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:11.493 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-05-21T16:34:11.494 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:11.494 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 127 k 2024-05-21T16:34:11.494 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 456 k 2024-05-21T16:34:11.494 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:34:11.573 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-21T16:34:11.683 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-21T16:34:11.731 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-21T16:34:11.806 INFO:teuthology.orchestra.run.smithi160.stdout:librados-devel-19.0.0-3827.g99470715.el9.x86_64 407 kB/s | 127 kB 00:00 2024-05-21T16:34:11.807 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:11.807 INFO:teuthology.orchestra.run.smithi160.stdout:Total 405 kB/s | 127 kB 00:00 2024-05-21T16:34:11.807 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:11.814 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:11.815 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:11.876 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:11.876 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:11.960 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:50 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:12.027 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:12.040 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:12.081 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:12.082 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:34:12.082 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:12.136 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:12.141 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rgw 2024-05-21T16:34:12.447 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-21T16:34:12.495 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-21T16:34:12.528 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-21T16:34:12.552 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:12.577 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-21T16:34:12.607 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 13/13 2024-05-21T16:34:12.673 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:51 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:12.755 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:12.797 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:12.798 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:34:12.798 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:12.800 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:12.800 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:12.800 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:12.801 INFO:teuthology.orchestra.run.smithi160.stdout: librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:12.801 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:12.801 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:12.870 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-cephfs 2024-05-21T16:34:13.075 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install libcephfs2 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 13/13 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 1/13 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-21T16:34:13.333 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-21T16:34:13.334 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-21T16:34:13.334 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-21T16:34:13.334 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-21T16:34:13.334 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-21T16:34:13.334 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-21T16:34:13.407 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:52 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:13.487 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:13.529 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:13.530 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:34:13.530 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:13.598 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rbd 2024-05-21T16:34:13.620 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:52 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:13.684 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-21T16:34:13.684 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-21T16:34:13.685 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-21T16:34:13.686 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-21T16:34:13.686 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-21T16:34:13.686 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-21T16:34:13.686 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-21T16:34:13.686 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-21T16:34:13.686 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:13.686 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:13.701 INFO:teuthology.orchestra.run.smithi160.stdout:Package libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:13.744 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:13.745 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:34:13.745 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:13.832 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install libcephfs-devel 2024-05-21T16:34:13.920 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-cephadm 2024-05-21T16:34:14.132 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:53 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:14.212 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:14.254 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:14.255 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-05-21T16:34:14.255 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:14.324 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-fuse 2024-05-21T16:34:14.363 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:53 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:14.457 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:54 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:14.485 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:14.485 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:14.485 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs-devel x86_64 2:19.0.0-3827.g99470715.el9 ceph 32 k 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 32 k 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 142 k 2024-05-21T16:34:14.486 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:34:14.579 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 143 k 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-05-21T16:34:14.580 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-21T16:34:14.581 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-21T16:34:14.581 INFO:teuthology.orchestra.run.smithi137.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-21T16:34:14.581 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:14.581 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:14.581 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:14.581 INFO:teuthology.orchestra.run.smithi137.stdout:Install 7 Packages 2024-05-21T16:34:14.581 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:14.582 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 7.0 M 2024-05-21T16:34:14.582 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 33 M 2024-05-21T16:34:14.582 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:14.734 INFO:teuthology.orchestra.run.smithi160.stdout:libcephfs-devel-19.0.0-3827.g99470715.el9.x86_6 128 kB/s | 32 kB 00:00 2024-05-21T16:34:14.735 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:14.735 INFO:teuthology.orchestra.run.smithi160.stdout:Total 127 kB/s | 32 kB 00:00 2024-05-21T16:34:14.735 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:14.738 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:14.739 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:14.748 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:14.749 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:14.825 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:14.857 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:53 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:14.896 INFO:teuthology.orchestra.run.smithi137.stdout:(1/7): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-05-21T16:34:14.929 INFO:teuthology.orchestra.run.smithi137.stdout:(2/7): ceph-mgr-cephadm-19.0.0-3827.g99470715.e 604 kB/s | 143 kB 00:00 2024-05-21T16:34:14.931 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:14.954 INFO:teuthology.orchestra.run.smithi137.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 594 kB/s | 35 kB 00:00 2024-05-21T16:34:14.979 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-fuse x86_64 2:19.0.0-3827.g99470715.el9 ceph 85 k 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-05-21T16:34:14.980 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:14.981 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 85 k 2024-05-21T16:34:14.981 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 231 k 2024-05-21T16:34:14.981 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:34:15.088 INFO:teuthology.orchestra.run.smithi137.stdout:(4/7): python3-natsort-7.1.1-5.el9.noarch.rpm 433 kB/s | 58 kB 00:00 2024-05-21T16:34:15.155 INFO:teuthology.orchestra.run.smithi137.stdout:(5/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.4 MB/s | 548 kB 00:00 2024-05-21T16:34:15.180 INFO:teuthology.orchestra.run.smithi137.stdout:(6/7): python3-typing-extensions-4.4.0-2.el9.no 555 kB/s | 51 kB 00:00 2024-05-21T16:34:15.201 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-fuse-19.0.0-3827.g99470715.el9.x86_64.rpm 388 kB/s | 85 kB 00:00 2024-05-21T16:34:15.201 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:15.202 INFO:teuthology.orchestra.run.smithi183.stdout:Total 386 kB/s | 85 kB 00:00 2024-05-21T16:34:15.202 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:34:15.209 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:34:15.209 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:34:15.271 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:34:15.272 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:34:15.283 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:15.413 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:34:15.495 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:15.495 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:15.495 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:15.495 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:15.495 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:15.495 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:15.531 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:15.689 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install librados2 2024-05-21T16:34:15.928 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:16.184 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:16.184 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:16.184 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:34:16.184 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:16.184 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:16.184 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:16.227 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:55 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:16.308 INFO:teuthology.orchestra.run.smithi160.stdout:Package librados2-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:16.351 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:16.352 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:34:16.352 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:16.432 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install librbd1 2024-05-21T16:34:16.482 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-mirror 2024-05-21T16:34:16.697 INFO:teuthology.orchestra.run.smithi137.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 3.0 MB/s | 6.0 MB 00:02 2024-05-21T16:34:16.697 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:16.698 INFO:teuthology.orchestra.run.smithi137.stdout:Total 3.3 MB/s | 7.0 MB 00:02 2024-05-21T16:34:16.782 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:16.794 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:16.794 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:16.952 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:16.952 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:16.969 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:55 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:17.025 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:56 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:17.049 INFO:teuthology.orchestra.run.smithi160.stdout:Package librbd1-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:17.090 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:17.091 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:34:17.092 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:17.149 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:17.150 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:17.150 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-05-21T16:34:17.150 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-mirror x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.1 M 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 3.1 M 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 13 M 2024-05-21T16:34:17.151 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:34:17.159 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-rados 2024-05-21T16:34:17.353 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:17.514 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/7 2024-05-21T16:34:17.565 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2024-05-21T16:34:17.600 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2024-05-21T16:34:17.687 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:56 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:17.768 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:17.809 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:17.810 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:34:17.810 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:17.877 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-rgw 2024-05-21T16:34:18.076 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-mirror-19.0.0-3827.g99470715.el9.x86_64.rpm 3.3 MB/s | 3.1 MB 00:00 2024-05-21T16:34:18.077 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:18.077 INFO:teuthology.orchestra.run.smithi183.stdout:Total 3.3 MB/s | 3.1 MB 00:00 2024-05-21T16:34:18.077 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:34:18.086 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:34:18.086 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:34:18.120 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2024-05-21T16:34:18.168 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:34:18.168 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:34:18.211 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2024-05-21T16:34:18.274 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 6/7 2024-05-21T16:34:18.303 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 7/7 2024-05-21T16:34:18.405 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:57 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:18.484 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:18.525 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:18.526 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:34:18.526 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:18.597 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-cephfs 2024-05-21T16:34:18.605 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:34:18.777 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:18.803 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:18.803 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:34:18.804 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-21T16:34:18.804 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-21T16:34:18.804 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-21T16:34:18.804 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:19.086 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 7/7 2024-05-21T16:34:19.086 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 1/7 2024-05-21T16:34:19.086 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2024-05-21T16:34:19.086 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/7 2024-05-21T16:34:19.086 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2024-05-21T16:34:19.086 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2024-05-21T16:34:19.086 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2024-05-21T16:34:19.126 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:58 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:19.205 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:19.247 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:19.248 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:34:19.248 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:19.330 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install python3-rbd 2024-05-21T16:34:19.392 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 7/7 2024-05-21T16:34:19.392 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:19.392 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:19.392 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:34:19.392 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-21T16:34:19.393 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-21T16:34:19.393 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-05-21T16:34:19.393 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-21T16:34:19.393 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-21T16:34:19.393 INFO:teuthology.orchestra.run.smithi137.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-21T16:34:19.393 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:19.393 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:19.647 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-fuse 2024-05-21T16:34:19.858 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:58 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:19.910 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:19.911 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:19.911 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:34:19.911 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:19.911 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:19.911 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:19.939 INFO:teuthology.orchestra.run.smithi160.stdout:Package python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:19.980 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:19.981 INFO:teuthology.orchestra.run.smithi160.stdout:Nothing to do. 2024-05-21T16:34:19.981 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:20.055 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install rbd-fuse 2024-05-21T16:34:20.163 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-nbd 2024-05-21T16:34:20.180 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:00 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:20.301 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:20.302 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:20.302 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:34:20.303 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:20.303 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:20.303 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse x86_64 2:19.0.0-3827.g99470715.el9 ceph 891 k 2024-05-21T16:34:20.303 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:34:20.303 INFO:teuthology.orchestra.run.smithi137.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-21T16:34:20.303 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:20.304 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:20.304 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:20.304 INFO:teuthology.orchestra.run.smithi137.stdout:Install 2 Packages 2024-05-21T16:34:20.304 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:20.304 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 971 k 2024-05-21T16:34:20.304 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 2.8 M 2024-05-21T16:34:20.304 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:20.585 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:59 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:20.703 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:59 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:20.707 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:20.708 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:20.708 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-05-21T16:34:20.708 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:20.708 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:34:20.708 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-fuse x86_64 2:19.0.0-3827.g99470715.el9 ceph 85 k 2024-05-21T16:34:20.708 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:20.709 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:34:20.709 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:20.709 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-05-21T16:34:20.709 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:20.709 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 85 k 2024-05-21T16:34:20.709 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 231 k 2024-05-21T16:34:20.709 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:34:20.831 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-nbd x86_64 2:19.0.0-3827.g99470715.el9 ceph 171 k 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:20.832 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 171 k 2024-05-21T16:34:20.833 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 494 k 2024-05-21T16:34:20.833 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-21T16:34:20.841 INFO:teuthology.orchestra.run.smithi137.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 166 kB/s | 80 kB 00:00 2024-05-21T16:34:21.275 INFO:teuthology.orchestra.run.smithi137.stdout:(2/2): ceph-fuse-19.0.0-3827.g99470715.el9.x86_ 973 kB/s | 891 kB 00:00 2024-05-21T16:34:21.276 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:21.276 INFO:teuthology.orchestra.run.smithi137.stdout:Total 997 kB/s | 971 kB 00:00 2024-05-21T16:34:21.289 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:21.311 INFO:teuthology.orchestra.run.smithi160.stdout:rbd-fuse-19.0.0-3827.g99470715.el9.x86_64.rpm 142 kB/s | 85 kB 00:00 2024-05-21T16:34:21.312 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:21.312 INFO:teuthology.orchestra.run.smithi160.stdout:Total 141 kB/s | 85 kB 00:00 2024-05-21T16:34:21.312 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:21.313 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:21.313 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:21.320 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:21.320 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:21.386 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:21.386 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:21.394 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:21.395 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:21.526 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-nbd-19.0.0-3827.g99470715.el9.x86_64.rpm 246 kB/s | 171 kB 00:00 2024-05-21T16:34:21.527 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:21.527 INFO:teuthology.orchestra.run.smithi183.stdout:Total 246 kB/s | 171 kB 00:00 2024-05-21T16:34:21.527 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-21T16:34:21.535 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-21T16:34:21.535 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-21T16:34:21.538 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:21.578 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:21.600 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-21T16:34:21.600 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-21T16:34:21.643 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:21.727 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-21T16:34:21.755 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-21T16:34:21.823 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2/2 2024-05-21T16:34:21.865 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:22.006 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:22.226 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:22.226 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:22.226 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:22.226 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:22.226 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:22.226 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:22.331 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:22.453 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2/2 2024-05-21T16:34:22.453 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/2 2024-05-21T16:34:22.512 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install rbd-mirror 2024-05-21T16:34:22.583 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:22.584 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:22.584 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-21T16:34:22.584 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:22.584 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:34:22.584 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-21T16:34:22.691 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-21T16:34:22.692 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:22.692 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:22.692 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse-2:19.0.0-3827.g99470715.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-21T16:34:22.692 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:22.692 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:22.838 DEBUG:teuthology.parallel:result is None 2024-05-21T16:34:22.953 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-volume 2024-05-21T16:34:23.048 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:02:02 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:23.173 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repo Size 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-mirror x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.1 M 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-05-21T16:34:23.174 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:23.175 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 3.1 M 2024-05-21T16:34:23.175 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 13 M 2024-05-21T16:34:23.175 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:34:23.492 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:03 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:23.616 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:23.616 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:23.616 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-05-21T16:34:23.616 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume noarch 2:19.0.0-3827.g99470715.el9 ceph-noarch 273 k 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout:Install 2 Packages 2024-05-21T16:34:23.617 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:23.618 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 350 k 2024-05-21T16:34:23.618 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 1.5 M 2024-05-21T16:34:23.618 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:23.729 INFO:teuthology.orchestra.run.smithi160.stdout:rbd-mirror-19.0.0-3827.g99470715.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-05-21T16:34:23.729 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:23.730 INFO:teuthology.orchestra.run.smithi160.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-05-21T16:34:23.730 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:23.739 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:23.739 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:23.819 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:23.819 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:23.988 INFO:teuthology.orchestra.run.smithi137.stdout:(1/2): ceph-volume-19.0.0-3827.g99470715.el9.no 1.1 MB/s | 273 kB 00:00 2024-05-21T16:34:24.188 INFO:teuthology.orchestra.run.smithi137.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 177 kB/s | 77 kB 00:00 2024-05-21T16:34:24.188 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:24.189 INFO:teuthology.orchestra.run.smithi137.stdout:Total 613 kB/s | 350 kB 00:00 2024-05-21T16:34:24.201 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:24.210 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:24.211 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:24.244 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:24.244 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:24.245 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:24.387 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:24.430 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:24.456 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:24.456 INFO:teuthology.orchestra.run.smithi160.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:34:24.456 INFO:teuthology.orchestra.run.smithi160.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-21T16:34:24.456 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-21T16:34:24.456 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-21T16:34:24.456 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:24.572 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-21T16:34:24.607 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2/2 2024-05-21T16:34:24.623 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2/2 2024-05-21T16:34:24.623 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:34:24.623 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-21T16:34:24.623 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:25.332 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 1/2 2024-05-21T16:34:25.382 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:25.382 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:25.382 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:25.382 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:25.382 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:25.382 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:25.615 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-21T16:34:25.616 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:25.616 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:25.616 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume-2:19.0.0-3827.g99470715.el9.noarch 2024-05-21T16:34:25.616 INFO:teuthology.orchestra.run.smithi137.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-21T16:34:25.616 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:25.616 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:25.667 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum -y install rbd-nbd 2024-05-21T16:34:25.935 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados-devel 2024-05-21T16:34:26.213 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:02:05 ago on Tue 21 May 2024 04:32:21 PM UTC. 2024-05-21T16:34:26.345 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-nbd x86_64 2:19.0.0-3827.g99470715.el9 ceph 171 k 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2024-05-21T16:34:26.346 INFO:teuthology.orchestra.run.smithi160.stdout:Install 1 Package 2024-05-21T16:34:26.347 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:26.347 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 171 k 2024-05-21T16:34:26.347 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 494 k 2024-05-21T16:34:26.347 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2024-05-21T16:34:26.474 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:06 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:26.600 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:26.601 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:26.602 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-05-21T16:34:26.602 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:26.602 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:26.602 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel x86_64 2:19.0.0-3827.g99470715.el9 ceph 127 k 2024-05-21T16:34:26.602 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:26.602 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:26.603 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:26.603 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-05-21T16:34:26.603 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:26.603 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 127 k 2024-05-21T16:34:26.603 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 456 k 2024-05-21T16:34:26.603 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:26.700 INFO:teuthology.orchestra.run.smithi160.stdout:rbd-nbd-19.0.0-3827.g99470715.el9.x86_64.rpm 483 kB/s | 171 kB 00:00 2024-05-21T16:34:26.701 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:26.702 INFO:teuthology.orchestra.run.smithi160.stdout:Total 481 kB/s | 171 kB 00:00 2024-05-21T16:34:26.702 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2024-05-21T16:34:26.711 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2024-05-21T16:34:26.711 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2024-05-21T16:34:26.777 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2024-05-21T16:34:26.777 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2024-05-21T16:34:26.802 INFO:teuthology.orchestra.run.smithi137.stdout:librados-devel-19.0.0-3827.g99470715.el9.x86_64 634 kB/s | 127 kB 00:00 2024-05-21T16:34:26.802 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:26.803 INFO:teuthology.orchestra.run.smithi137.stdout:Total 628 kB/s | 127 kB 00:00 2024-05-21T16:34:26.803 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:26.808 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:26.808 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:26.872 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:26.872 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:26.932 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2024-05-21T16:34:27.015 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:27.020 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:27.132 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:27.453 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:27.571 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:27.711 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:27.712 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:27.712 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2024-05-21T16:34:27.712 INFO:teuthology.orchestra.run.smithi160.stdout: rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:27.712 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-21T16:34:27.712 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2024-05-21T16:34:27.806 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:27.807 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:27.807 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:27.807 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:27.807 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:27.807 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:27.971 DEBUG:teuthology.parallel:result is None 2024-05-21T16:34:28.063 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs2 2024-05-21T16:34:28.600 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:08 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:28.680 INFO:teuthology.orchestra.run.smithi137.stdout:Package libcephfs2-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:28.723 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:28.724 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:34:28.725 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:28.820 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs-devel 2024-05-21T16:34:29.363 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:09 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:29.487 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:29.488 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:29.488 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-05-21T16:34:29.488 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:29.488 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:29.488 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel x86_64 2:19.0.0-3827.g99470715.el9 ceph 32 k 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 32 k 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 142 k 2024-05-21T16:34:29.489 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:29.747 INFO:teuthology.orchestra.run.smithi137.stdout:libcephfs-devel-19.0.0-3827.g99470715.el9.x86_6 123 kB/s | 32 kB 00:00 2024-05-21T16:34:29.747 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:29.747 INFO:teuthology.orchestra.run.smithi137.stdout:Total 122 kB/s | 32 kB 00:00 2024-05-21T16:34:29.748 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:29.751 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:29.751 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:29.769 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:29.770 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:29.852 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:29.962 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:30.366 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:30.588 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:30.588 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:30.589 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:30.589 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:30.589 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:30.589 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:30.798 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados2 2024-05-21T16:34:31.326 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:11 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:31.406 INFO:teuthology.orchestra.run.smithi137.stdout:Package librados2-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:31.448 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:31.449 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:34:31.449 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:31.532 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librbd1 2024-05-21T16:34:32.062 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:12 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:32.144 INFO:teuthology.orchestra.run.smithi137.stdout:Package librbd1-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:32.186 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:32.187 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:34:32.187 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:32.260 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rados 2024-05-21T16:34:32.790 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:12 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:32.869 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rados-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:32.910 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:32.912 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:34:32.912 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:32.981 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rgw 2024-05-21T16:34:33.509 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:13 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:33.591 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rgw-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:33.632 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:33.633 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:34:33.633 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:33.703 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-cephfs 2024-05-21T16:34:34.227 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:14 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:34.306 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-cephfs-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:34.347 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:34.348 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:34:34.348 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:34.423 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rbd 2024-05-21T16:34:34.959 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:14 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:35.039 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rbd-2:19.0.0-3827.g99470715.el9.x86_64 is already installed. 2024-05-21T16:34:35.081 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:35.082 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-05-21T16:34:35.083 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:35.150 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-fuse 2024-05-21T16:34:35.681 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:15 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:35.805 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:35.805 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:35.805 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-05-21T16:34:35.805 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse x86_64 2:19.0.0-3827.g99470715.el9 ceph 85 k 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 85 k 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 231 k 2024-05-21T16:34:35.806 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:36.008 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-fuse-19.0.0-3827.g99470715.el9.x86_64.rpm 423 kB/s | 85 kB 00:00 2024-05-21T16:34:36.009 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:36.009 INFO:teuthology.orchestra.run.smithi137.stdout:Total 420 kB/s | 85 kB 00:00 2024-05-21T16:34:36.009 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:36.016 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:36.016 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:36.079 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:36.079 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:36.221 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:36.347 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:36.690 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:36.922 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:36.922 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:36.922 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:36.922 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:36.923 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:36.923 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:37.152 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-mirror 2024-05-21T16:34:37.691 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:17 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:37.816 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror x86_64 2:19.0.0-3827.g99470715.el9 ceph 3.1 M 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:37.817 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-05-21T16:34:37.818 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:37.818 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 3.1 M 2024-05-21T16:34:37.818 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 13 M 2024-05-21T16:34:37.818 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:38.194 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-mirror-19.0.0-3827.g99470715.el9.x86_64.rpm 8.2 MB/s | 3.1 MB 00:00 2024-05-21T16:34:38.195 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:38.195 INFO:teuthology.orchestra.run.smithi137.stdout:Total 8.2 MB/s | 3.1 MB 00:00 2024-05-21T16:34:38.196 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:38.204 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:38.205 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:38.285 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:38.285 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:38.729 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:38.904 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:38.929 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:38.929 INFO:teuthology.orchestra.run.smithi137.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-21T16:34:38.929 INFO:teuthology.orchestra.run.smithi137.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-21T16:34:38.929 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-21T16:34:38.929 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-21T16:34:38.929 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:39.880 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:39.880 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:39.880 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:39.880 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:39.880 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:39.880 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:40.127 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-nbd 2024-05-21T16:34:40.665 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:20 ago on Tue 21 May 2024 04:32:20 PM UTC. 2024-05-21T16:34:40.792 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-05-21T16:34:40.793 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:40.793 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-05-21T16:34:40.793 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:40.793 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-05-21T16:34:40.793 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd x86_64 2:19.0.0-3827.g99470715.el9 ceph 171 k 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 171 k 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 494 k 2024-05-21T16:34:40.794 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-05-21T16:34:42.386 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-nbd-19.0.0-3827.g99470715.el9.x86_64.rpm 107 kB/s | 171 kB 00:01 2024-05-21T16:34:42.386 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:34:42.387 INFO:teuthology.orchestra.run.smithi137.stdout:Total 107 kB/s | 171 kB 00:01 2024-05-21T16:34:42.387 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-05-21T16:34:42.396 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-05-21T16:34:42.396 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-05-21T16:34:42.466 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-05-21T16:34:42.466 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-05-21T16:34:42.632 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-05-21T16:34:42.733 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:43.141 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:43.412 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 1/1 2024-05-21T16:34:43.412 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:43.413 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-05-21T16:34:43.413 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd-2:19.0.0-3827.g99470715.el9.x86_64 2024-05-21T16:34:43.413 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:34:43.413 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-05-21T16:34:43.655 DEBUG:teuthology.parallel:result is None 2024-05-21T16:34:43.656 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:34:43.885 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-21T16:34:43.906 INFO:teuthology.orchestra.run.smithi137.stdout:19.0.0-3827.g99470715.el9 2024-05-21T16:34:43.907 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3827.g99470715.el9 2024-05-21T16:34:43.907 INFO:teuthology.task.install:The correct ceph version 19.0.0-3827.g99470715 is installed. 2024-05-21T16:34:43.909 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:34:44.131 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-21T16:34:44.157 INFO:teuthology.orchestra.run.smithi160.stdout:19.0.0-3827.g99470715.el9 2024-05-21T16:34:44.158 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3827.g99470715.el9 2024-05-21T16:34:44.158 INFO:teuthology.task.install:The correct ceph version 19.0.0-3827.g99470715 is installed. 2024-05-21T16:34:44.160 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:34:44.376 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-21T16:34:44.401 INFO:teuthology.orchestra.run.smithi183.stdout:19.0.0-3827.g99470715.el9 2024-05-21T16:34:44.401 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3827.g99470715.el9 2024-05-21T16:34:44.401 INFO:teuthology.task.install:The correct ceph version 19.0.0-3827.g99470715 is installed. 2024-05-21T16:34:44.403 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-21T16:34:44.404 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:34:44.404 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T16:34:44.434 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:34:44.434 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T16:34:44.466 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:34:44.467 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T16:34:44.495 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-21T16:34:44.496 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:34:44.496 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T16:34:44.521 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T16:34:44.586 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:34:44.587 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T16:34:44.615 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T16:34:44.682 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:34:44.683 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T16:34:44.711 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T16:34:44.779 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-21T16:34:44.779 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:34:44.779 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T16:34:44.805 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T16:34:44.870 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:34:44.870 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T16:34:44.897 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T16:34:44.963 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:34:44.964 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T16:34:44.992 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T16:34:45.059 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-21T16:34:45.059 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:34:45.059 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T16:34:45.083 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T16:34:45.149 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:34:45.149 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T16:34:45.175 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T16:34:45.242 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:34:45.242 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T16:34:45.270 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T16:34:45.339 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-21T16:34:45.444 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '99470715356be3e23220ec4a5eacc2bc4dfde33f'} 2024-05-21T16:34:45.444 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:34:45.444 INFO:tasks.cephadm:Cluster fsid is 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:34:45.445 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-21T16:34:45.445 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.137', 'mon.b': '172.21.15.160', 'mon.c': '172.21.15.183'} 2024-05-21T16:34:45.445 INFO:tasks.cephadm:First mon is mon.a on smithi137 2024-05-21T16:34:45.445 INFO:tasks.cephadm:First mgr is a 2024-05-21T16:34:45.445 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-21T16:34:45.445 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-05-21T16:34:45.471 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-05-21T16:34:45.498 DEBUG:teuthology.orchestra.run.smithi183:> sudo hostname $(hostname -s) 2024-05-21T16:34:45.526 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-21T16:34:45.526 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:34:45.740 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '99470715356be3e23220ec4a5eacc2bc4dfde33f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79564/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3827-g99470715', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3827.g99470715'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-20 20:15:47.998750', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri3-testing-2024-05-20-1050', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-05-21T16:34:45.957 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri3-testing-2024-05-20-1050, sha1 99470715356be3e23220ec4a5eacc2bc4dfde33f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:34:45.958 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/x86_64/flavors/default/cephadm 2024-05-21T16:34:45.959 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/x86_64/flavors/default/cephadm 2024-05-21T16:34:45.959 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:46.573 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-r--r--. 1 ubuntu ubuntu 782702 May 21 16:34 /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:46.574 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:47.437 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-r--r--. 1 ubuntu ubuntu 782702 May 21 16:34 /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:47.437 DEBUG:teuthology.orchestra.run.smithi183:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri3-testing-2024-05-20-1050/99470715356be3e23220ec4a5eacc2bc4dfde33f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:47.918 INFO:teuthology.orchestra.run.smithi183.stdout:-rw-r--r--. 1 ubuntu ubuntu 782702 May 21 16:34 /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:47.919 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:47.938 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:47.959 DEBUG:teuthology.orchestra.run.smithi183:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:34:47.988 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f on all hosts... 2024-05-21T16:34:47.989 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f pull 2024-05-21T16:34:47.991 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f pull 2024-05-21T16:34:48.002 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f pull 2024-05-21T16:34:48.863 INFO:teuthology.orchestra.run.smithi183.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f... 2024-05-21T16:34:48.916 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f... 2024-05-21T16:34:49.007 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f... 2024-05-21T16:35:16.918 INFO:teuthology.orchestra.run.smithi183.stdout:{ 2024-05-21T16:35:16.919 INFO:teuthology.orchestra.run.smithi183.stdout: "ceph_version": "ceph version 19.0.0-3827-g99470715 (99470715356be3e23220ec4a5eacc2bc4dfde33f) squid (dev)", 2024-05-21T16:35:16.919 INFO:teuthology.orchestra.run.smithi183.stdout: "image_id": "80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83", 2024-05-21T16:35:16.919 INFO:teuthology.orchestra.run.smithi183.stdout: "repo_digests": [ 2024-05-21T16:35:16.919 INFO:teuthology.orchestra.run.smithi183.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d" 2024-05-21T16:35:16.919 INFO:teuthology.orchestra.run.smithi183.stdout: ] 2024-05-21T16:35:16.919 INFO:teuthology.orchestra.run.smithi183.stdout:} 2024-05-21T16:35:18.944 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-05-21T16:35:18.944 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 19.0.0-3827-g99470715 (99470715356be3e23220ec4a5eacc2bc4dfde33f) squid (dev)", 2024-05-21T16:35:18.944 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83", 2024-05-21T16:35:18.944 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2024-05-21T16:35:18.944 INFO:teuthology.orchestra.run.smithi160.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d" 2024-05-21T16:35:18.944 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-05-21T16:35:18.945 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-05-21T16:35:26.932 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-05-21T16:35:26.933 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.0.0-3827-g99470715 (99470715356be3e23220ec4a5eacc2bc4dfde33f) squid (dev)", 2024-05-21T16:35:26.933 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83", 2024-05-21T16:35:26.933 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-05-21T16:35:26.933 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d" 2024-05-21T16:35:26.933 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-05-21T16:35:26.933 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-05-21T16:35:26.958 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-05-21T16:35:26.993 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-05-21T16:35:27.026 DEBUG:teuthology.orchestra.run.smithi183:> sudo mkdir -p /etc/ceph 2024-05-21T16:35:27.059 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-05-21T16:35:27.084 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-05-21T16:35:27.112 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 777 /etc/ceph 2024-05-21T16:35:27.141 INFO:tasks.cephadm:Writing seed config... 2024-05-21T16:35:27.142 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-21T16:35:27.142 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-21T16:35:27.142 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-21T16:35:27.143 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-21T16:35:27.143 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-21T16:35:27.143 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-21T16:35:27.143 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-21T16:35:27.143 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-21T16:35:27.143 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-21T16:35:27.143 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:35:27.144 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-21T16:35:27.159 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 = 08575fda-1790-11ef-bc9a-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-21T16:35:27.160 DEBUG:teuthology.orchestra.run.smithi137:mon.a> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a.service 2024-05-21T16:35:27.201 DEBUG:teuthology.orchestra.run.smithi137:mgr.a> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.a.service 2024-05-21T16:35:27.245 INFO:tasks.cephadm:Bootstrapping... 2024-05-21T16:35:27.245 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f -v bootstrap --fsid 08575fda-1790-11ef-bc9a-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.137 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:35:27.439 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:35:27.439 INFO:teuthology.orchestra.run.smithi137.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f', '-v', 'bootstrap', '--fsid', '08575fda-1790-11ef-bc9a-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.137', '--skip-admin-label'] 2024-05-21T16:35:27.439 INFO:teuthology.orchestra.run.smithi137.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-21T16:35:27.440 INFO:teuthology.orchestra.run.smithi137.stdout:Verifying podman|docker is present... 2024-05-21T16:35:27.467 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stdout 5.0.2 2024-05-21T16:35:27.467 INFO:teuthology.orchestra.run.smithi137.stdout:Verifying lvm2 is present... 2024-05-21T16:35:27.467 INFO:teuthology.orchestra.run.smithi137.stdout:Verifying time synchronization is in place... 2024-05-21T16:35:27.474 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:35:27.475 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:35:27.481 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:35:27.481 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout inactive 2024-05-21T16:35:27.488 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout enabled 2024-05-21T16:35:27.494 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout active 2024-05-21T16:35:27.494 INFO:teuthology.orchestra.run.smithi137.stdout:Unit chronyd.service is enabled and running 2024-05-21T16:35:27.494 INFO:teuthology.orchestra.run.smithi137.stdout:Repeating the final host check... 2024-05-21T16:35:27.519 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stdout 5.0.2 2024-05-21T16:35:27.519 INFO:teuthology.orchestra.run.smithi137.stdout:podman (/bin/podman) version 5.0.2 is present 2024-05-21T16:35:27.519 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl is present 2024-05-21T16:35:27.519 INFO:teuthology.orchestra.run.smithi137.stdout:lvcreate is present 2024-05-21T16:35:27.525 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:35:27.525 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:35:27.532 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:35:27.532 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout inactive 2024-05-21T16:35:27.538 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout enabled 2024-05-21T16:35:27.545 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout active 2024-05-21T16:35:27.545 INFO:teuthology.orchestra.run.smithi137.stdout:Unit chronyd.service is enabled and running 2024-05-21T16:35:27.545 INFO:teuthology.orchestra.run.smithi137.stdout:Host looks OK 2024-05-21T16:35:27.545 INFO:teuthology.orchestra.run.smithi137.stdout:Cluster fsid: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:27.545 INFO:teuthology.orchestra.run.smithi137.stdout:Acquiring lock 140446601195040 on /run/cephadm/08575fda-1790-11ef-bc9a-c7b262605968.lock 2024-05-21T16:35:27.545 INFO:teuthology.orchestra.run.smithi137.stdout:Lock 140446601195040 acquired on /run/cephadm/08575fda-1790-11ef-bc9a-c7b262605968.lock 2024-05-21T16:35:27.546 INFO:teuthology.orchestra.run.smithi137.stdout:Verifying IP 172.21.15.137 port 3300 ... 2024-05-21T16:35:27.546 INFO:teuthology.orchestra.run.smithi137.stdout:Verifying IP 172.21.15.137 port 6789 ... 2024-05-21T16:35:27.546 INFO:teuthology.orchestra.run.smithi137.stdout:Base mon IP(s) is [172.21.15.137:3300, 172.21.15.137:6789], mon addrv is [v2:172.21.15.137:3300,v1:172.21.15.137:6789] 2024-05-21T16:35:27.549 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.137 metric 100 2024-05-21T16:35:27.549 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.137 metric 100 2024-05-21T16:35:27.551 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-21T16:35:27.552 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-05-21T16:35:27.552 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-05-21T16:35:27.554 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-21T16:35:27.554 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-21T16:35:27.554 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:35:27.554 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-05-21T16:35:27.554 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:8137/64 scope link 2024-05-21T16:35:27.554 INFO:teuthology.orchestra.run.smithi137.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:35:27.555 INFO:teuthology.orchestra.run.smithi137.stdout:Mon IP `172.21.15.137` is in CIDR network `172.21.0.0/20` 2024-05-21T16:35:27.555 INFO:teuthology.orchestra.run.smithi137.stdout:Mon IP `172.21.15.137` is in CIDR network `172.21.0.0/20` 2024-05-21T16:35:27.555 INFO:teuthology.orchestra.run.smithi137.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-21T16:35:27.555 INFO:teuthology.orchestra.run.smithi137.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-21T16:35:27.556 INFO:teuthology.orchestra.run.smithi137.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f... 2024-05-21T16:35:27.969 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stdout 80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 2024-05-21T16:35:27.970 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f... 2024-05-21T16:35:27.970 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stderr Getting image source signatures 2024-05-21T16:35:27.970 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stderr Copying blob sha256:7e4b40e1c129cde543b85283c9cf4762fe608a92cd060475c57823452651528c 2024-05-21T16:35:27.970 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stderr Copying blob sha256:d0e808cd455827ca3108db1b0125dcee9ffc148daa1d7dde963f550bc831d501 2024-05-21T16:35:27.970 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stderr Copying config sha256:80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 2024-05-21T16:35:27.970 INFO:teuthology.orchestra.run.smithi137.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-21T16:35:28.882 INFO:teuthology.orchestra.run.smithi137.stdout:ceph: stdout ceph version 19.0.0-3827-g99470715 (99470715356be3e23220ec4a5eacc2bc4dfde33f) squid (dev) 2024-05-21T16:35:28.882 INFO:teuthology.orchestra.run.smithi137.stdout:Ceph version: ceph version 19.0.0-3827-g99470715 (99470715356be3e23220ec4a5eacc2bc4dfde33f) squid (dev) 2024-05-21T16:35:28.882 INFO:teuthology.orchestra.run.smithi137.stdout:Extracting ceph user uid/gid from container image... 2024-05-21T16:35:29.770 INFO:teuthology.orchestra.run.smithi137.stdout:stat: stdout 167 167 2024-05-21T16:35:29.770 INFO:teuthology.orchestra.run.smithi137.stdout:Creating initial keys... 2024-05-21T16:35:30.693 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph-authtool: stdout AQBSzUxmsaIYBhAAOSsOMC32P0XWhVPx+egRQQ== 2024-05-21T16:35:31.582 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph-authtool: stdout AQBTzUxmwb4CABAA8CusR2vFtISTrOe+3oRhMw== 2024-05-21T16:35:32.513 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph-authtool: stdout AQBTzUxmbBIGNhAAwm5SZipnTvslNU0vCjF8Kw== 2024-05-21T16:35:32.514 INFO:teuthology.orchestra.run.smithi137.stdout:Creating initial monmap... 2024-05-21T16:35:33.411 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:35:33.411 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-21T16:35:33.411 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:33.411 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:35:33.411 INFO:teuthology.orchestra.run.smithi137.stdout:monmaptool for a [v2:172.21.15.137:3300,v1:172.21.15.137:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:35:33.411 INFO:teuthology.orchestra.run.smithi137.stdout:setting min_mon_release = quincy 2024-05-21T16:35:33.412 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/monmaptool: set fsid to 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:33.412 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:35:33.412 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:35:33.412 INFO:teuthology.orchestra.run.smithi137.stdout:Creating mon... 2024-05-21T16:35:34.225 INFO:teuthology.orchestra.run.smithi137.stdout:create mon.a on 2024-05-21T16:35:34.433 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-21T16:35:34.575 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-21T16:35:34.740 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-08575fda-1790-11ef-bc9a-c7b262605968.target → /etc/systemd/system/ceph-08575fda-1790-11ef-bc9a-c7b262605968.target. 2024-05-21T16:35:34.740 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-08575fda-1790-11ef-bc9a-c7b262605968.target → /etc/systemd/system/ceph-08575fda-1790-11ef-bc9a-c7b262605968.target. 2024-05-21T16:35:34.971 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a 2024-05-21T16:35:34.971 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Failed to reset failed state of unit ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a.service: Unit ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a.service not loaded. 2024-05-21T16:35:35.129 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-08575fda-1790-11ef-bc9a-c7b262605968.target.wants/ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a.service → /etc/systemd/system/ceph-08575fda-1790-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:35:35.675 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:35:35.675 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout disabled 2024-05-21T16:35:35.681 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:35:35.682 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout inactive 2024-05-21T16:35:35.682 INFO:teuthology.orchestra.run.smithi137.stdout:firewalld.service is not enabled 2024-05-21T16:35:35.682 INFO:teuthology.orchestra.run.smithi137.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:35:35.682 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for mon to start... 2024-05-21T16:35:35.682 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for mon... 2024-05-21T16:35:36.691 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout cluster: 2024-05-21T16:35:36.691 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout id: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:36.691 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-21T16:35:36.691 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout services: 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.56046s) 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout data: 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout pgs: 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:mon is available 2024-05-21T16:35:36.692 INFO:teuthology.orchestra.run.smithi137.stdout:Assimilating anything we can from ceph.conf... 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout fsid = 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.137:3300,v1:172.21.15.137:6789] 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:35:37.752 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:35:37.753 INFO:teuthology.orchestra.run.smithi137.stdout:Generating new minimal ceph.conf... 2024-05-21T16:35:38.787 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:38 smithi137 ceph-mon[28946]: from='client.? 172.21.15.137:0/2437867576' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:35:38.790 INFO:teuthology.orchestra.run.smithi137.stdout:Restarting the monitor... 2024-05-21T16:35:39.045 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:38 smithi137 systemd[1]: Stopping Ceph mon.a for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:35:39.491 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a[28942]: 2024-05-21T16:35:39.046+0000 7ff653e4f700 -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-05-21T16:35:39.491 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a[28942]: 2024-05-21T16:35:39.046+0000 7ff653e4f700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T16:35:39.491 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 podman[29193]: 2024-05-21 16:35:39.220680652 +0000 UTC m=+0.271735351 container died ce6df8ead6c0967634ffd58b6a222a7a102312c5d4d162627fe08129a59bc131 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-05-21T16:35:39.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 podman[29193]: 2024-05-21 16:35:39.587915439 +0000 UTC m=+0.638970130 container cleanup ce6df8ead6c0967634ffd58b6a222a7a102312c5d4d162627fe08129a59bc131 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-21T16:35:39.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 bash[29193]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a 2024-05-21T16:35:40.163 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 podman[29205]: 2024-05-21 16:35:39.813861124 +0000 UTC m=+0.584118764 container remove ce6df8ead6c0967634ffd58b6a222a7a102312c5d4d162627fe08129a59bc131 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-05-21T16:35:40.163 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 systemd[1]: ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-21T16:35:40.163 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 systemd[1]: Stopped Ceph mon.a for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:35:40.163 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:39 smithi137 systemd[1]: Starting Ceph mon.a for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:35:40.453 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 podman[29300]: 2024-05-21 16:35:40.160988503 +0000 UTC m=+0.109483999 container create cf662cd802e9b28bea2975946685022ff5b41e102e7e70e953a14b866977ddd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux ) 2024-05-21T16:35:40.453 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 podman[29300]: 2024-05-21 16:35:40.068331582 +0000 UTC m=+0.016827102 image pull 80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f 2024-05-21T16:35:40.453 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 podman[29300]: 2024-05-21 16:35:40.367205983 +0000 UTC m=+0.315701494 container init cf662cd802e9b28bea2975946685022ff5b41e102e7e70e953a14b866977ddd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True) 2024-05-21T16:35:40.453 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 podman[29300]: 2024-05-21 16:35:40.37047162 +0000 UTC m=+0.318967123 container start cf662cd802e9b28bea2975946685022ff5b41e102e7e70e953a14b866977ddd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS) 2024-05-21T16:35:40.453 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: set uid:gid to 167:167 (ceph:ceph) 2024-05-21T16:35:40.453 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: ceph version 19.0.0-3827-g99470715 (99470715356be3e23220ec4a5eacc2bc4dfde33f) squid (dev), process ceph-mon, pid 2 2024-05-21T16:35:40.453 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: pidfile_write: ignore empty --pid-file 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: load: jerasure load: lrc 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: RocksDB version: 7.9.2 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Git sha 0 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Compile date 2024-05-20 19:25:51 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: DB SUMMARY 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: DB Session ID: 6ZDRY3HASA2ZTP2MXOOJ 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: CURRENT file: CURRENT 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: IDENTITY file: IDENTITY 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-21T16:35:40.454 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88561 ; 2024-05-21T16:35:40.455 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.error_if_exists: 0 2024-05-21T16:35:40.455 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.create_if_missing: 0 2024-05-21T16:35:40.455 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.paranoid_checks: 1 2024-05-21T16:35:40.455 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T16:35:40.455 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.env: 0x557269569cc0 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.fs: PosixFileSystem 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.info_log: 0x55726a0b7d80 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_file_opening_threads: 16 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.statistics: (nil) 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.use_fsync: 0 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_log_file_size: 0 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.keep_log_file_num: 1000 2024-05-21T16:35:40.456 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.recycle_log_file_num: 0 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.allow_fallocate: 1 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.allow_mmap_reads: 0 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.allow_mmap_writes: 0 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.use_direct_reads: 0 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.create_missing_column_families: 0 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.db_log_dir: 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.wal_dir: 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T16:35:40.457 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.advise_random_on_open: 1 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.db_write_buffer_size: 0 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.write_buffer_manager: 0x55726a0890e0 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.rate_limiter: (nil) 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T16:35:40.458 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.wal_recovery_mode: 2 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.enable_thread_tracking: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.enable_pipelined_write: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.unordered_write: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.row_cache: None 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.wal_filter: None 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.allow_ingest_behind: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.two_write_queues: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.manual_wal_flush: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.wal_compression: 0 2024-05-21T16:35:40.459 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.atomic_flush: 0 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.log_readahead_size: 0 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.best_efforts_recovery: 0 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.allow_data_in_errors: 0 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.db_host_id: __hostname__ 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_background_jobs: 2 2024-05-21T16:35:40.460 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_background_compactions: -1 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_subcompactions: 1 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_total_wal_size: 0 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_open_files: -1 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bytes_per_sync: 0 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_readahead_size: 0 2024-05-21T16:35:40.461 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_background_flushes: -1 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Compression algorithms supported: 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kZSTD supported: 0 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kXpressCompression supported: 0 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kLZ4HCCompression supported: 1 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kZlibCompression supported: 1 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kSnappyCompression supported: 1 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kLZ4Compression supported: 1 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: kBZip2Compression supported: 0 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-21T16:35:40.462 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.merge_operator: 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_filter: None 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_filter_factory: None 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.sst_partitioner_factory: None 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55726a0b7f40) 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout: cache_index_and_filter_blocks: 1 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout: pin_top_level_index_and_filter: 1 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout: index_type: 0 2024-05-21T16:35:40.463 INFO:journalctl@ceph.mon.a.smithi137.stdout: data_block_index_type: 0 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: index_shortening: 1 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: checksum: 4 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: no_block_cache: 0 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_cache: 0x55726a0bb1f0 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_cache_name: BinnedLRUCache 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_cache_options: 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: capacity : 536870912 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: num_shard_bits : 4 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: strict_capacity_limit : 0 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: high_pri_pool_ratio: 0.000 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_cache_compressed: (nil) 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: persistent_cache: (nil) 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_size: 4096 2024-05-21T16:35:40.464 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_size_deviation: 10 2024-05-21T16:35:40.465 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_restart_interval: 16 2024-05-21T16:35:40.465 INFO:journalctl@ceph.mon.a.smithi137.stdout: index_block_restart_interval: 1 2024-05-21T16:35:40.465 INFO:journalctl@ceph.mon.a.smithi137.stdout: metadata_block_size: 4096 2024-05-21T16:35:40.465 INFO:journalctl@ceph.mon.a.smithi137.stdout: partition_filters: 0 2024-05-21T16:35:40.465 INFO:journalctl@ceph.mon.a.smithi137.stdout: use_delta_encoding: 1 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: filter_policy: bloomfilter 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: whole_key_filtering: 1 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: verify_compression: 0 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: read_amp_bytes_per_bit: 0 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: format_version: 5 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: enable_index_compression: 1 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: block_align: 0 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: max_auto_readahead_size: 262144 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: prepopulate_block_cache: 0 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: initial_auto_readahead_size: 8192 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout: num_file_reads_for_auto_readahead: 2 2024-05-21T16:35:40.466 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.write_buffer_size: 33554432 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_write_buffer_number: 2 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression: NoCompression 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression: Disabled 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.prefix_extractor: nullptr 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.num_levels: 7 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T16:35:40.467 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.level: 32767 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.strategy: 0 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:35:40.468 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.enabled: false 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.target_file_size_base: 67108864 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T16:35:40.469 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.arena_block_size: 1048576 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.disable_auto_compactions: 0 2024-05-21T16:35:40.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.inplace_update_support: 0 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T16:35:40.471 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.bloom_locality: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.max_successive_merges: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.paranoid_file_checks: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.force_consistency_checks: 1 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.report_bg_io_stats: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.ttl: 2592000 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T16:35:40.472 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.enable_blob_files: false 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.min_blob_size: 0 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.blob_file_size: 268435456 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.blob_file_starting_level: 0 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: 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-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-21T16:35:40.473 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3cf58d71-44c5-49cb-8a81-e1b974654955 2024-05-21T16:35:40.474 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716309340399613, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-21T16:35:40.474 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-21T16:35:40.474 INFO:teuthology.orchestra.run.smithi137.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716309340400467, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85300, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83447, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77659, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1716309340, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3cf58d71-44c5-49cb-8a81-e1b974654955", "db_session_id": "6ZDRY3HASA2ZTP2MXOOJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716309340400546, "job": 1, "event": "recovery_finished"} 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: 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-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55726a1d8000 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: DB pointer 0x55726a1c4000 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout: ** DB Stats ** 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.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-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:35:40.475 INFO:journalctl@ceph.mon.a.smithi137.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.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-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: ** Compaction Stats [default] ** 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.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-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: L0 2/0 85.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: Sum 2/0 85.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.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 148.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: 2024-05-21T16:35:40.476 INFO:journalctl@ceph.mon.a.smithi137.stdout: ** Compaction Stats [default] ** 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.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-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.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 148.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-21T16:35:40.477 INFO:journalctl@ceph.mon.a.smithi137.stdout: Cumulative compaction: 0.00 GB write, 28.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout: Interval compaction: 0.00 GB write, 28.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.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-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout: Block cache BinnedLRUCache@0x55726a0bb1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout: 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: starting mon.a rank 0 at public addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] at bind addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???) e1 preinit fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???).mds e1 new map 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???).mds e1 print_map 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout: e1 2024-05-21T16:35:40.478 INFO:journalctl@ceph.mon.a.smithi137.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.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-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout: legacy client fscid: -1 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout: 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout: No filesystems configured 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 bash[29300]: cf662cd802e9b28bea2975946685022ff5b41e102e7e70e953a14b866977ddd0 2024-05-21T16:35:40.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 systemd[1]: Started Ceph mon.a for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:35:40.747 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: monmap epoch 1 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: last_changed 2024-05-21T16:35:32.861247+0000 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: min_mon_release 19 (squid) 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: election_strategy: 1 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: fsmap 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:35:40.748 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:40 smithi137 ceph-mon[29318]: mgrmap e1: no daemons active 2024-05-21T16:35:41.470 INFO:teuthology.orchestra.run.smithi137.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-21T16:35:41.492 INFO:teuthology.orchestra.run.smithi137.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:35:41.492 INFO:teuthology.orchestra.run.smithi137.stdout:Creating mgr... 2024-05-21T16:35:41.493 INFO:teuthology.orchestra.run.smithi137.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-21T16:35:41.493 INFO:teuthology.orchestra.run.smithi137.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-21T16:35:41.717 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.a 2024-05-21T16:35:41.717 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Failed to reset failed state of unit ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.a.service: Unit ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.a.service not loaded. 2024-05-21T16:35:41.857 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-08575fda-1790-11ef-bc9a-c7b262605968.target.wants/ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-08575fda-1790-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:35:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:41 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2081904387' entity='client.admin' 2024-05-21T16:35:42.389 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 podman[29529]: 2024-05-21 16:35:42.288922501 +0000 UTC m=+0.316040095 container start 2aa10ba8ef1eebc105921d2ec94787e81e8368b44d601b86e4f361b6467967c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240514, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-05-21T16:35:42.389 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 bash[29529]: 2aa10ba8ef1eebc105921d2ec94787e81e8368b44d601b86e4f361b6467967c4 2024-05-21T16:35:42.403 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:35:42.403 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout disabled 2024-05-21T16:35:42.411 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:35:42.411 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout inactive 2024-05-21T16:35:42.411 INFO:teuthology.orchestra.run.smithi137.stdout:firewalld.service is not enabled 2024-05-21T16:35:42.411 INFO:teuthology.orchestra.run.smithi137.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:35:42.422 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:35:42.422 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout disabled 2024-05-21T16:35:42.427 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:35:42.428 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout inactive 2024-05-21T16:35:42.428 INFO:teuthology.orchestra.run.smithi137.stdout:firewalld.service is not enabled 2024-05-21T16:35:42.428 INFO:teuthology.orchestra.run.smithi137.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-21T16:35:42.428 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for mgr to start... 2024-05-21T16:35:42.428 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for mgr... 2024-05-21T16:35:42.645 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 systemd[1]: Started Ceph mgr.a for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:35:42.645 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:42.442+0000 7ff9b6331200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T16:35:42.645 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:42.634+0000 7ff9b6331200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:35:42.918 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:42.739+0000 7ff9b6331200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T16:35:42.918 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:42.827+0000 7ff9b6331200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T16:35:42.918 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:42 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:42.914+0000 7ff9b6331200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T16:35:43.236 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:42 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/3495519337' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:35:43.567 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:43.567 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsid": "08575fda-1790-11ef-bc9a-c7b262605968", 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:35:43.568 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:35:43.569 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:35:43.570 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:35:43.573 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "nfs" 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:43.574 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:35:35.617789+0000", 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:35:43.575 INFO:teuthology.orchestra.run.smithi137.stdout:mgr not available, waiting (1/15)... 2024-05-21T16:35:44.393 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:44 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:44.069+0000 7ff9b6331200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T16:35:44.393 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:44 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:44.306+0000 7ff9b6331200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T16:35:44.393 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:44 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:44.389+0000 7ff9b6331200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T16:35:45.044 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:44 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:44.768+0000 7ff9b6331200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T16:35:45.045 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:44 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:44.860+0000 7ff9b6331200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T16:35:45.045 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:44 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:44.955+0000 7ff9b6331200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T16:35:45.544 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:45 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:45.147+0000 7ff9b6331200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:35:45.939 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:45 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:45.729+0000 7ff9b6331200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T16:35:46.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:46 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/165227371' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:35:46.295 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:46.098+0000 7ff9b6331200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T16:35:46.618 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:46.527+0000 7ff9b6331200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T16:35:46.626 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsid": "08575fda-1790-11ef-bc9a-c7b262605968", 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:35:46.627 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:35:46.629 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "nfs" 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:46.630 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:35:46.631 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:46.631 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:35:35.617789+0000", 2024-05-21T16:35:46.631 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:35:46.631 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:46.631 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:35:46.631 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:35:46.631 INFO:teuthology.orchestra.run.smithi137.stdout:mgr not available, waiting (2/15)... 2024-05-21T16:35:47.044 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:46.625+0000 7ff9b6331200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T16:35:47.045 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:46.829+0000 7ff9b6331200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T16:35:47.686 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:47 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:47.348+0000 7ff9b6331200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T16:35:47.687 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:47 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:47.441+0000 7ff9b6331200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T16:35:48.032 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:47 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:47.683+0000 7ff9b6331200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T16:35:48.033 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:47 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:47.818+0000 7ff9b6331200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T16:35:48.033 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:47 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:47.913+0000 7ff9b6331200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T16:35:48.033 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:48 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:48.029+0000 7ff9b6331200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T16:35:49.037 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:48 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:48.861+0000 7ff9b6331200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T16:35:49.294 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:35:49.088+0000 7ff9b6331200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: Activating manager daemon a 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: mgrmap e2: a(active, starting, since 0.00339239s) 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: Manager daemon a is now available 2024-05-21T16:35:49.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:35:49.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' 2024-05-21T16:35:49.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:35:49.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' 2024-05-21T16:35:49.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:49 smithi137 ceph-mon[29318]: from='mgr.14100 172.21.15.137:0/1294995053' entity='mgr.a' 2024-05-21T16:35:49.679 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsid": "08575fda-1790-11ef-bc9a-c7b262605968", 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:35:49.680 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:35:49.681 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:49.685 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "nfs" 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:35:49.686 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:35:35.617789+0000", 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:35:49.687 INFO:teuthology.orchestra.run.smithi137.stdout:mgr not available, waiting (3/15)... 2024-05-21T16:35:50.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:50 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2470512277' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:35:50.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:50 smithi137 ceph-mon[29318]: mgrmap e3: a(active, since 1.00735s) 2024-05-21T16:35:52.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:52 smithi137 ceph-mon[29318]: mgrmap e4: a(active, since 2s) 2024-05-21T16:35:55.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:35:55 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1040932475' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsid": "08575fda-1790-11ef-bc9a-c7b262605968", 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:36:00.988 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:36:00.989 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:36:00.990 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:36:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "nfs" 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:35:35.617789+0000", 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:36:00.992 INFO:teuthology.orchestra.run.smithi137.stdout:mgr is available 2024-05-21T16:36:04.285 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:04 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1174633675' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:36:04.285 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:04 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1174633675' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T16:36:04.615 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout fsid = 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:36:04.616 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:36:04.617 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:36:04.617 INFO:teuthology.orchestra.run.smithi137.stdout:Enabling cephadm module... 2024-05-21T16:36:05.599 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/723558390' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-21T16:36:05.600 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ignoring --setuser ceph since I am not root 2024-05-21T16:36:05.600 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ignoring --setgroup ceph since I am not root 2024-05-21T16:36:05.600 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:05.487+0000 7fe263110200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T16:36:05.866 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:05.674+0000 7fe263110200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:36:05.867 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:05.777+0000 7fe263110200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T16:36:05.867 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:05.863+0000 7fe263110200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T16:36:06.119 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:05 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:05.953+0000 7fe263110200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T16:36:06.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:06 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/723558390' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-21T16:36:06.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:06 smithi137 ceph-mon[29318]: mgrmap e5: a(active, since 16s) 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for the mgr to restart... 2024-05-21T16:36:07.085 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for mgr epoch 5... 2024-05-21T16:36:07.369 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:07 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/3827564575' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:36:07.370 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:07 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:07.117+0000 7fe263110200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T16:36:07.370 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:07 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:07.366+0000 7fe263110200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T16:36:07.794 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:07 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:07.454+0000 7fe263110200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T16:36:08.226 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:07 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:07.836+0000 7fe263110200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T16:36:08.227 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:07 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:07.929+0000 7fe263110200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T16:36:08.227 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:08 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:08.029+0000 7fe263110200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T16:36:08.544 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:08 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:08.223+0000 7fe263110200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:36:09.163 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:08 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:08.806+0000 7fe263110200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T16:36:09.163 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:09 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:09.160+0000 7fe263110200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T16:36:09.894 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:09 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:09.590+0000 7fe263110200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T16:36:09.894 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:09 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:09.688+0000 7fe263110200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T16:36:09.894 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:09 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:09.891+0000 7fe263110200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T16:36:10.749 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:10 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:10.410+0000 7fe263110200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T16:36:10.749 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:10 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:10.502+0000 7fe263110200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T16:36:11.044 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:10 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:10.746+0000 7fe263110200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T16:36:11.044 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:10 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:10.882+0000 7fe263110200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T16:36:11.044 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:10 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:10.980+0000 7fe263110200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T16:36:11.544 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:11 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:11.098+0000 7fe263110200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T16:36:12.215 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:11 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:11.939+0000 7fe263110200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T16:36:12.215 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:12.159+0000 7fe263110200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T16:36:12.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: Active manager daemon a restarted 2024-05-21T16:36:12.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: Activating manager daemon a 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: osdmap e2: 0 total, 0 up, 0 in 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: mgrmap e6: a(active, starting, since 0.00374459s) 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: Manager daemon a is now available 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:12.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:12.546 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:36:12.546 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:12 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:36:13.487 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:13 smithi137 ceph-mon[29318]: Found migration_current of "None". Setting to last migration. 2024-05-21T16:36:13.487 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:13 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:13.487 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:13 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:13.488 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:13 smithi137 ceph-mon[29318]: mgrmap e7: a(active, since 1.00558s) 2024-05-21T16:36:13.741 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:36:13.741 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-21T16:36:13.741 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:36:13.741 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:36:13.741 INFO:teuthology.orchestra.run.smithi137.stdout:mgr epoch 5 is available 2024-05-21T16:36:13.741 INFO:teuthology.orchestra.run.smithi137.stdout:Setting orchestrator backend to cephadm... 2024-05-21T16:36:14.414 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:14 smithi137 ceph-mon[29318]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:36:14.415 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:14 smithi137 ceph-mon[29318]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:36:14.415 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:14 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:15.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:15 smithi137 ceph-mon[29318]: [21/May/2024:16:36:13] ENGINE Bus STARTING 2024-05-21T16:36:15.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:15 smithi137 ceph-mon[29318]: [21/May/2024:16:36:13] ENGINE Serving on http://172.21.15.137:8765 2024-05-21T16:36:15.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:15 smithi137 ceph-mon[29318]: [21/May/2024:16:36:13] ENGINE Serving on https://172.21.15.137:7150 2024-05-21T16:36:15.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:15 smithi137 ceph-mon[29318]: [21/May/2024:16:36:13] ENGINE Bus STARTED 2024-05-21T16:36:15.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:15 smithi137 ceph-mon[29318]: mgrmap e8: a(active, since 2s) 2024-05-21T16:36:15.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:15 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:15.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:15 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:16.187 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-21T16:36:16.187 INFO:teuthology.orchestra.run.smithi137.stdout:Generating ssh key... 2024-05-21T16:36:16.470 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:16 smithi137 ceph-mon[29318]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:17.406 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-mon[29318]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:17.406 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:17.406 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: Generating public/private rsa key pair. 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: Your identification has been saved in /tmp/tmpmwovekku/key. 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: Your public key has been saved in /tmp/tmpmwovekku/key.pub. 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: The key fingerprint is: 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: SHA256:2+CATI3qJGsPjVvWYyeUCdk+UlaoBf2jv7OUnTEhqJY ceph-08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: The key's randomart image is: 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: +---[RSA 3072]----+ 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: | .o .. | 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: | o*o | 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: | o==o. . | 2024-05-21T16:36:17.407 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: | =B.oo. . | 2024-05-21T16:36:17.408 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: |. oEo*o So | 2024-05-21T16:36:17.408 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: | =+ +..oo++ | 2024-05-21T16:36:17.408 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: |.+.+ =.+oo. | 2024-05-21T16:36:17.408 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: |. * . =o | 2024-05-21T16:36:17.408 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: | . . o+ | 2024-05-21T16:36:17.408 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:17 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: +----[SHA256]-----+ 2024-05-21T16:36:18.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:18 smithi137 ceph-mon[29318]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:18.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:18 smithi137 ceph-mon[29318]: Generating ssh key... 2024-05-21T16:36:18.899 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5fmUpuiA5OKAe3RXyCtDDlTnt7N02i7TG1kl5J/H7S1CIZACFS/aQsnI4n9FBBI62Kyzl85i3lslfpxqYGLU1FWskMGZz8PdfMRAftXr93jGK0peQiBnaijECUtnaH58EJthJuaATp/TTNJS24XCZ8k1HkS8syH4kMRMx6wOveAFBiJKHImC2SVXqI5IQuU9K508MoMJc41LJUdToUDP8IYJYBCc5fHjFkU+Pdr/Gud5wudhlRuZC7HOzRxNHDz6zeaR7cVLMiG8elV5jR9H451n/tTTPoOpE+mom78k3VW6uaNbVIrmt93pAIZDMrTpxFruF8RISm4TVRIvQoZRDBWosyw58BGS21p571C8XViC25c34A/8rDJ8jI8BQMznkZmJdK11TwksKiZapUwGFohMtirYH+lEJG5Rni6kpbf0Znv4SQQX95WGiVNKFXrZwxpnoFtS5c9eNAfrpZRpKLEi0gTtEV+sLRe2L9c3/zkF+D6Kg0cTb0LAZ+v+BnEM= ceph-08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:36:18.900 INFO:teuthology.orchestra.run.smithi137.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:36:18.900 INFO:teuthology.orchestra.run.smithi137.stdout:Adding key to root@localhost authorized_keys... 2024-05-21T16:36:18.900 INFO:teuthology.orchestra.run.smithi137.stdout:Adding host smithi137... 2024-05-21T16:36:19.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:19 smithi137 ceph-mon[29318]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:20.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:20 smithi137 ceph-mon[29318]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "addr": "172.21.15.137", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:20.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:20 smithi137 ceph-mon[29318]: Deploying cephadm binary to smithi137 2024-05-21T16:36:24.098 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout Added host 'smithi137' with addr '172.21.15.137' 2024-05-21T16:36:24.098 INFO:teuthology.orchestra.run.smithi137.stdout:Deploying unmanaged mon service... 2024-05-21T16:36:24.752 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:24 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:24.752 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:24 smithi137 ceph-mon[29318]: Added host smithi137 2024-05-21T16:36:24.752 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:24 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:25.299 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-21T16:36:25.299 INFO:teuthology.orchestra.run.smithi137.stdout:Deploying unmanaged mgr service... 2024-05-21T16:36:25.870 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:25 smithi137 ceph-mon[29318]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:25.870 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:25 smithi137 ceph-mon[29318]: Saving service mon spec with placement count:5 2024-05-21T16:36:25.870 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:25 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:27.342 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:27 smithi137 ceph-mon[29318]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:27.343 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:27 smithi137 ceph-mon[29318]: Saving service mgr spec with placement count:2 2024-05-21T16:36:27.343 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:27 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:27.343 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:27 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:27.345 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-21T16:36:28.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:28 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:28.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:28 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/440129920' entity='client.admin' 2024-05-21T16:36:30.010 INFO:teuthology.orchestra.run.smithi137.stdout:Enabling the dashboard module... 2024-05-21T16:36:30.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:30 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/3870176393' entity='client.admin' 2024-05-21T16:36:31.794 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ignoring --setuser ceph since I am not root 2024-05-21T16:36:31.794 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ignoring --setgroup ceph since I am not root 2024-05-21T16:36:31.794 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:31.718+0000 7f7b48078200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: from='mgr.14120 172.21.15.137:0/3099137786' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]': finished 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2404786956' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-21T16:36:31.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-mon[29318]: Deploying daemon agent.smithi137 on smithi137 2024-05-21T16:36:32.099 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:31 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:31.906+0000 7f7b48078200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:36:32.099 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:32 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:32.010+0000 7f7b48078200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T16:36:32.099 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:32 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:32.097+0000 7f7b48078200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T16:36:32.380 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:32 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:32.186+0000 7f7b48078200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T16:36:32.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:32 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2404786956' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-21T16:36:32.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:32 smithi137 ceph-mon[29318]: mgrmap e9: a(active, since 19s) 2024-05-21T16:36:33.479 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:33 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:33.354+0000 7f7b48078200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T16:36:33.481 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:36:33.482 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-21T16:36:33.482 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:36:33.482 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-21T16:36:33.482 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:36:33.482 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:36:33.482 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for the mgr to restart... 2024-05-21T16:36:33.482 INFO:teuthology.orchestra.run.smithi137.stdout:Waiting for mgr epoch 9... 2024-05-21T16:36:33.729 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:33 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2405364699' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:36:33.730 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:33 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:33.604+0000 7f7b48078200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T16:36:33.730 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:33 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:33.692+0000 7f7b48078200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T16:36:34.467 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:34 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:34.080+0000 7f7b48078200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T16:36:34.467 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:34 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:34.175+0000 7f7b48078200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T16:36:34.467 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:34 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:34.271+0000 7f7b48078200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T16:36:34.794 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:34 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:34.465+0000 7f7b48078200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:36:35.401 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:35.042+0000 7f7b48078200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T16:36:36.130 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:35.399+0000 7f7b48078200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T16:36:36.131 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:35.828+0000 7f7b48078200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T16:36:36.131 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:35.925+0000 7f7b48078200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T16:36:36.131 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:36.128+0000 7f7b48078200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T16:36:36.995 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:36.649+0000 7f7b48078200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T16:36:36.996 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:36.742+0000 7f7b48078200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T16:36:37.294 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:36.993+0000 7f7b48078200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T16:36:37.294 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:37 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:37.127+0000 7f7b48078200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T16:36:37.294 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:37 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:37.223+0000 7f7b48078200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T16:36:37.794 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:37 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:37.339+0000 7f7b48078200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T16:36:38.442 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:38.162+0000 7f7b48078200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T16:36:38.442 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:36:38.384+0000 7f7b48078200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T16:36:38.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: Active manager daemon a restarted 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: Activating manager daemon a 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: osdmap e3: 0 total, 0 up, 0 in 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: mgrmap e10: a(active, starting, since 0.0031301s) 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: Manager daemon a is now available 2024-05-21T16:36:38.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:38.796 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:39.604 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:36:39.605 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:36:39.605 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:39 smithi137 ceph-mon[29318]: mgrmap e11: a(active, since 1.00597s) 2024-05-21T16:36:40.216 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:36:40.217 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-21T16:36:40.217 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:36:40.217 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:36:40.217 INFO:teuthology.orchestra.run.smithi137.stdout:mgr epoch 9 is available 2024-05-21T16:36:40.217 INFO:teuthology.orchestra.run.smithi137.stdout:Generating a dashboard self-signed certificate... 2024-05-21T16:36:40.534 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:40 smithi137 ceph-mon[29318]: [21/May/2024:16:36:39] ENGINE Bus STARTING 2024-05-21T16:36:40.534 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:40 smithi137 ceph-mon[29318]: [21/May/2024:16:36:39] ENGINE Serving on http://172.21.15.137:8765 2024-05-21T16:36:40.534 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:40 smithi137 ceph-mon[29318]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:36:40.534 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:40 smithi137 ceph-mon[29318]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:36:40.534 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:40 smithi137 ceph-mon[29318]: [21/May/2024:16:36:39] ENGINE Serving on https://172.21.15.137:7150 2024-05-21T16:36:40.534 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:40 smithi137 ceph-mon[29318]: [21/May/2024:16:36:39] ENGINE Bus STARTED 2024-05-21T16:36:41.547 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-21T16:36:41.547 INFO:teuthology.orchestra.run.smithi137.stdout:Creating initial admin user... 2024-05-21T16:36:41.669 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:41 smithi137 ceph-mon[29318]: mgrmap e12: a(active, since 2s) 2024-05-21T16:36:41.670 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:41.670 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:36:41.670 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:41.670 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-05-21T16:36:41.670 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:41.670 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:42.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:42 smithi137 ceph-mon[29318]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:42.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:42 smithi137 ceph-mon[29318]: Deploying daemon agent.smithi137 on smithi137 2024-05-21T16:36:43.055 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$NCAshmF6HsnYfbBjxCp5h.Y9eiUBjgWE8QVmKCzP9AZFfqZyPY0sy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1716309402, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-21T16:36:43.055 INFO:teuthology.orchestra.run.smithi137.stdout:Fetching dashboard port number... 2024-05-21T16:36:43.682 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:43 smithi137 ceph-mon[29318]: 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-05-21T16:36:43.682 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:44.177 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stdout 8443 2024-05-21T16:36:44.186 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:36:44.186 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout disabled 2024-05-21T16:36:44.193 INFO:teuthology.orchestra.run.smithi137.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:36:44.193 INFO:teuthology.orchestra.run.smithi137.stdout:systemctl: stdout inactive 2024-05-21T16:36:44.193 INFO:teuthology.orchestra.run.smithi137.stdout:firewalld.service is not enabled 2024-05-21T16:36:44.194 INFO:teuthology.orchestra.run.smithi137.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-21T16:36:44.196 INFO:teuthology.orchestra.run.smithi137.stdout:Ceph Dashboard is now available at: 2024-05-21T16:36:44.196 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:44.196 INFO:teuthology.orchestra.run.smithi137.stdout: URL: https://smithi137.front.sepia.ceph.com:8443/ 2024-05-21T16:36:44.196 INFO:teuthology.orchestra.run.smithi137.stdout: User: admin 2024-05-21T16:36:44.196 INFO:teuthology.orchestra.run.smithi137.stdout: Password: yzwhdpivro 2024-05-21T16:36:44.196 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:44.196 INFO:teuthology.orchestra.run.smithi137.stdout:Saving cluster configuration to /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config directory 2024-05-21T16:36:44.197 INFO:teuthology.orchestra.run.smithi137.stdout:Enabling autotune for osd_memory_target 2024-05-21T16:36:44.586 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:44 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/3844569847' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-21T16:36:45.691 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:45 smithi137 ceph-mon[29318]: mgrmap e13: a(active, since 6s) 2024-05-21T16:36:46.689 INFO:teuthology.orchestra.run.smithi137.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-21T16:36:46.689 INFO:teuthology.orchestra.run.smithi137.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout:Or, if you are only running a single cluster on this host: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: ceph telemetry on 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout:For more information see: 2024-05-21T16:36:46.690 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.691 INFO:teuthology.orchestra.run.smithi137.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-21T16:36:46.691 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:36:46.691 INFO:teuthology.orchestra.run.smithi137.stdout:Bootstrap complete. 2024-05-21T16:36:46.732 INFO:tasks.cephadm:Fetching config... 2024-05-21T16:36:46.732 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:36:46.732 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-21T16:36:46.748 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-21T16:36:46.748 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:36:46.748 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-21T16:36:46.804 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-21T16:36:46.804 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:36:46.804 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-21T16:36:46.961 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-21T16:36:46.961 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:36:46.961 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-21T16:36:47.024 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-21T16:36:47.024 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5fmUpuiA5OKAe3RXyCtDDlTnt7N02i7TG1kl5J/H7S1CIZACFS/aQsnI4n9FBBI62Kyzl85i3lslfpxqYGLU1FWskMGZz8PdfMRAftXr93jGK0peQiBnaijECUtnaH58EJthJuaATp/TTNJS24XCZ8k1HkS8syH4kMRMx6wOveAFBiJKHImC2SVXqI5IQuU9K508MoMJc41LJUdToUDP8IYJYBCc5fHjFkU+Pdr/Gud5wudhlRuZC7HOzRxNHDz6zeaR7cVLMiG8elV5jR9H451n/tTTPoOpE+mom78k3VW6uaNbVIrmt93pAIZDMrTpxFruF8RISm4TVRIvQoZRDBWosyw58BGS21p571C8XViC25c34A/8rDJ8jI8BQMznkZmJdK11TwksKiZapUwGFohMtirYH+lEJG5Rni6kpbf0Znv4SQQX95WGiVNKFXrZwxpnoFtS5c9eNAfrpZRpKLEi0gTtEV+sLRe2L9c3/zkF+D6Kg0cTb0LAZ+v+BnEM= ceph-08575fda-1790-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:36:47.152 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5fmUpuiA5OKAe3RXyCtDDlTnt7N02i7TG1kl5J/H7S1CIZACFS/aQsnI4n9FBBI62Kyzl85i3lslfpxqYGLU1FWskMGZz8PdfMRAftXr93jGK0peQiBnaijECUtnaH58EJthJuaATp/TTNJS24XCZ8k1HkS8syH4kMRMx6wOveAFBiJKHImC2SVXqI5IQuU9K508MoMJc41LJUdToUDP8IYJYBCc5fHjFkU+Pdr/Gud5wudhlRuZC7HOzRxNHDz6zeaR7cVLMiG8elV5jR9H451n/tTTPoOpE+mom78k3VW6uaNbVIrmt93pAIZDMrTpxFruF8RISm4TVRIvQoZRDBWosyw58BGS21p571C8XViC25c34A/8rDJ8jI8BQMznkZmJdK11TwksKiZapUwGFohMtirYH+lEJG5Rni6kpbf0Znv4SQQX95WGiVNKFXrZwxpnoFtS5c9eNAfrpZRpKLEi0gTtEV+sLRe2L9c3/zkF+D6Kg0cTb0LAZ+v+BnEM= ceph-08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:36:47.164 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5fmUpuiA5OKAe3RXyCtDDlTnt7N02i7TG1kl5J/H7S1CIZACFS/aQsnI4n9FBBI62Kyzl85i3lslfpxqYGLU1FWskMGZz8PdfMRAftXr93jGK0peQiBnaijECUtnaH58EJthJuaATp/TTNJS24XCZ8k1HkS8syH4kMRMx6wOveAFBiJKHImC2SVXqI5IQuU9K508MoMJc41LJUdToUDP8IYJYBCc5fHjFkU+Pdr/Gud5wudhlRuZC7HOzRxNHDz6zeaR7cVLMiG8elV5jR9H451n/tTTPoOpE+mom78k3VW6uaNbVIrmt93pAIZDMrTpxFruF8RISm4TVRIvQoZRDBWosyw58BGS21p571C8XViC25c34A/8rDJ8jI8BQMznkZmJdK11TwksKiZapUwGFohMtirYH+lEJG5Rni6kpbf0Znv4SQQX95WGiVNKFXrZwxpnoFtS5c9eNAfrpZRpKLEi0gTtEV+sLRe2L9c3/zkF+D6Kg0cTb0LAZ+v+BnEM= ceph-08575fda-1790-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:36:47.205 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5fmUpuiA5OKAe3RXyCtDDlTnt7N02i7TG1kl5J/H7S1CIZACFS/aQsnI4n9FBBI62Kyzl85i3lslfpxqYGLU1FWskMGZz8PdfMRAftXr93jGK0peQiBnaijECUtnaH58EJthJuaATp/TTNJS24XCZ8k1HkS8syH4kMRMx6wOveAFBiJKHImC2SVXqI5IQuU9K508MoMJc41LJUdToUDP8IYJYBCc5fHjFkU+Pdr/Gud5wudhlRuZC7HOzRxNHDz6zeaR7cVLMiG8elV5jR9H451n/tTTPoOpE+mom78k3VW6uaNbVIrmt93pAIZDMrTpxFruF8RISm4TVRIvQoZRDBWosyw58BGS21p571C8XViC25c34A/8rDJ8jI8BQMznkZmJdK11TwksKiZapUwGFohMtirYH+lEJG5Rni6kpbf0Znv4SQQX95WGiVNKFXrZwxpnoFtS5c9eNAfrpZRpKLEi0gTtEV+sLRe2L9c3/zkF+D6Kg0cTb0LAZ+v+BnEM= ceph-08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:36:47.217 DEBUG:teuthology.orchestra.run.smithi183:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5fmUpuiA5OKAe3RXyCtDDlTnt7N02i7TG1kl5J/H7S1CIZACFS/aQsnI4n9FBBI62Kyzl85i3lslfpxqYGLU1FWskMGZz8PdfMRAftXr93jGK0peQiBnaijECUtnaH58EJthJuaATp/TTNJS24XCZ8k1HkS8syH4kMRMx6wOveAFBiJKHImC2SVXqI5IQuU9K508MoMJc41LJUdToUDP8IYJYBCc5fHjFkU+Pdr/Gud5wudhlRuZC7HOzRxNHDz6zeaR7cVLMiG8elV5jR9H451n/tTTPoOpE+mom78k3VW6uaNbVIrmt93pAIZDMrTpxFruF8RISm4TVRIvQoZRDBWosyw58BGS21p571C8XViC25c34A/8rDJ8jI8BQMznkZmJdK11TwksKiZapUwGFohMtirYH+lEJG5Rni6kpbf0Znv4SQQX95WGiVNKFXrZwxpnoFtS5c9eNAfrpZRpKLEi0gTtEV+sLRe2L9c3/zkF+D6Kg0cTb0LAZ+v+BnEM= ceph-08575fda-1790-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:36:47.228 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:47 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1952465892' entity='client.admin' 2024-05-21T16:36:47.258 INFO:teuthology.orchestra.run.smithi183.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC5fmUpuiA5OKAe3RXyCtDDlTnt7N02i7TG1kl5J/H7S1CIZACFS/aQsnI4n9FBBI62Kyzl85i3lslfpxqYGLU1FWskMGZz8PdfMRAftXr93jGK0peQiBnaijECUtnaH58EJthJuaATp/TTNJS24XCZ8k1HkS8syH4kMRMx6wOveAFBiJKHImC2SVXqI5IQuU9K508MoMJc41LJUdToUDP8IYJYBCc5fHjFkU+Pdr/Gud5wudhlRuZC7HOzRxNHDz6zeaR7cVLMiG8elV5jR9H451n/tTTPoOpE+mom78k3VW6uaNbVIrmt93pAIZDMrTpxFruF8RISm4TVRIvQoZRDBWosyw58BGS21p571C8XViC25c34A/8rDJ8jI8BQMznkZmJdK11TwksKiZapUwGFohMtirYH+lEJG5Rni6kpbf0Znv4SQQX95WGiVNKFXrZwxpnoFtS5c9eNAfrpZRpKLEi0gTtEV+sLRe2L9c3/zkF+D6Kg0cTb0LAZ+v+BnEM= ceph-08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:36:47.271 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-21T16:36:47.526 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:36:48.849 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.850 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.851 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:48.851 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:48.851 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:50.018 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:51.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:51 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/3129804144' entity='client.admin' 2024-05-21T16:36:51.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:51.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:51.843 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-21T16:36:51.844 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-21T16:36:52.104 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:36:53.322 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:53.322 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:54.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:54 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:54.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:54 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:54.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:54 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:55.189 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-05-21T16:36:55.189 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:36:55.189 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-05-21T16:36:55.210 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:36:55.210 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:36:55.268 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-05-21T16:36:55.268 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch host add smithi160 2024-05-21T16:36:55.509 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: Updating smithi137:/etc/ceph/ceph.conf 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:55.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:36:56.735 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:56 smithi137 ceph-mon[29318]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:36:56.735 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:56 smithi137 ceph-mon[29318]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:36:56.735 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:56 smithi137 ceph-mon[29318]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:36:58.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:57 smithi137 ceph-mon[29318]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:36:59.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:59 smithi137 ceph-mon[29318]: Deploying cephadm binary to smithi160 2024-05-21T16:36:59.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:36:59 smithi137 ceph-mon[29318]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:01.422 INFO:teuthology.orchestra.run.smithi137.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-05-21T16:37:01.726 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:01 smithi137 ceph-mon[29318]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:02.032 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch host ls --format=json 2024-05-21T16:37:02.267 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:37:02.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:02.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:02 smithi137 ceph-mon[29318]: Added host smithi160 2024-05-21T16:37:02.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:02.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:03.711 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:03.711 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:03.711 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:03.711 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:37:03.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:03.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:03.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:37:03.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:03.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:03.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-21T16:37:03.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-21T16:37:04.130 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:37:04.130 INFO:teuthology.orchestra.run.smithi137.stdout:[{"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-05-21T16:37:04.741 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:04 smithi137 ceph-mon[29318]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:04.741 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:04 smithi137 ceph-mon[29318]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:04.741 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:04 smithi137 ceph-mon[29318]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:37:04.741 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:04 smithi137 ceph-mon[29318]: Deploying daemon agent.smithi160 on smithi160 2024-05-21T16:37:04.741 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:04.742 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:04.742 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:04.767 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi183 2024-05-21T16:37:04.767 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:37:04.767 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.conf 2024-05-21T16:37:04.786 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:37:04.786 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:04.845 INFO:tasks.cephadm:Adding host smithi183 to orchestrator... 2024-05-21T16:37:04.845 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch host add smithi183 2024-05-21T16:37:05.077 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:37:05.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:37:05.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:05.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:05.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:05.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:05.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:07.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:07 smithi137 ceph-mon[29318]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:08.745 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:08 smithi137 ceph-mon[29318]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:08.745 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:08 smithi137 ceph-mon[29318]: Deploying cephadm binary to smithi183 2024-05-21T16:37:08.745 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:08.745 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:08.746 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:09.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:09 smithi137 ceph-mon[29318]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:11.222 INFO:teuthology.orchestra.run.smithi137.stdout:Added host 'smithi183' with addr '172.21.15.183' 2024-05-21T16:37:11.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:11.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:11.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:11.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:11 smithi137 ceph-mon[29318]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:11.798 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch host ls --format=json 2024-05-21T16:37:12.037 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:37:12.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:12 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:12.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:12 smithi137 ceph-mon[29318]: Added host smithi183 2024-05-21T16:37:12.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:12 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:12.479 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:12 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:13.431 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:13.431 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:13.431 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:37:13.431 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:13.431 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:13.432 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:37:13.432 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:13.432 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:13.432 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:13.432 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:13.432 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-05-21T16:37:13.432 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]': finished 2024-05-21T16:37:13.860 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:37:13.860 INFO:teuthology.orchestra.run.smithi137.stdout:[{"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}, {"addr": "172.21.15.183", "hostname": "smithi183", "labels": [], "status": ""}] 2024-05-21T16:37:14.431 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:14 smithi137 ceph-mon[29318]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:14.431 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:14 smithi137 ceph-mon[29318]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:37:14.460 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-21T16:37:14.461 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd crush tunables default 2024-05-21T16:37:14.696 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:37:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: Deploying daemon agent.smithi183 on smithi183 2024-05-21T16:37:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:37:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:15.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:15.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:15.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:15.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:15.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:15.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:16.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:16.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:16.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:16.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:16.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:16.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:16.795 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:17.323 INFO:teuthology.orchestra.run.smithi137.stderr:adjusted tunables profile to default 2024-05-21T16:37:17.585 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:17 smithi137 ceph-mon[29318]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:17.585 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:17 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2479444428' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-21T16:37:17.904 INFO:tasks.cephadm:Adding mon.a on smithi137 2024-05-21T16:37:17.904 INFO:tasks.cephadm:Adding mon.b on smithi160 2024-05-21T16:37:17.904 INFO:tasks.cephadm:Adding mon.c on smithi183 2024-05-21T16:37:17.904 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch apply mon '3;smithi137:172.21.15.137=a;smithi160:172.21.15.160=b;smithi183:172.21.15.183=c' 2024-05-21T16:37:18.215 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:18.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:18 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2479444428' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-21T16:37:18.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:18 smithi137 ceph-mon[29318]: osdmap e4: 0 total, 0 up, 0 in 2024-05-21T16:37:18.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:18 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:18.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:18 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:19.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:19 smithi137 ceph-mon[29318]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:19.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:19 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:19.926 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mon update... 2024-05-21T16:37:20.522 DEBUG:teuthology.orchestra.run.smithi160:mon.b> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.b.service 2024-05-21T16:37:20.525 DEBUG:teuthology.orchestra.run.smithi183:mon.c> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.c.service 2024-05-21T16:37:20.528 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-21T16:37:20.528 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-21T16:37:21.251 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi137:172.21.15.137=a;smithi160:172.21.15.160=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: Saving service mon spec with placement smithi137:172.21.15.137=a;smithi160:172.21.15.160=b;smithi183:172.21.15.183=c;count:3 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:21.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:21.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:21.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: Deploying daemon mon.c on smithi183 2024-05-21T16:37:21.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:20 smithi137 ceph-mon[29318]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:23 smithi137 ceph-mon[29318]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:24.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 systemd[1]: Starting Ceph mon.c for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:37:24.379 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:37:24.379 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"08575fda-1790-11ef-bc9a-c7b262605968","modified":"2024-05-21T16:35:32.861247Z","created":"2024-05-21T16:35:32.861247Z","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.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-21T16:37:24.381 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-05-21T16:37:24.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 podman[30953]: 2024-05-21 16:37:24.368715012 +0000 UTC m=+0.019807154 image pull 80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d 2024-05-21T16:37:24.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 podman[30953]: 2024-05-21 16:37:24.475989277 +0000 UTC m=+0.127081396 container create 081d9bbbc413f11d39725a71c262972f39b20a0bff57477985d9c9565d02d2f1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-05-21T16:37:24.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:24 smithi137 ceph-mon[29318]: from='client.? 172.21.15.183:0/522006707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 podman[30953]: 2024-05-21 16:37:24.879015127 +0000 UTC m=+0.530107256 container init 081d9bbbc413f11d39725a71c262972f39b20a0bff57477985d9c9565d02d2f1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 podman[30953]: 2024-05-21 16:37:24.882558916 +0000 UTC m=+0.533651035 container start 081d9bbbc413f11d39725a71c262972f39b20a0bff57477985d9c9565d02d2f1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True) 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: set uid:gid to 167:167 (ceph:ceph) 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: ceph version 19.0.0-3827-g99470715 (99470715356be3e23220ec4a5eacc2bc4dfde33f) squid (dev), process ceph-mon, pid 2 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pidfile_write: ignore empty --pid-file 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: load: jerasure load: lrc 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: RocksDB version: 7.9.2 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Git sha 0 2024-05-21T16:37:25.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Compile date 2024-05-20 19:25:51 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: DB SUMMARY 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: DB Session ID: UE1384XYIV2OQFHKX4ZE 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: CURRENT file: CURRENT 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: IDENTITY file: IDENTITY 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.error_if_exists: 0 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.create_if_missing: 0 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.paranoid_checks: 1 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T16:37:25.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T16:37:25.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T16:37:25.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.env: 0x56276d49fcc0 2024-05-21T16:37:25.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.fs: PosixFileSystem 2024-05-21T16:37:25.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.info_log: 0x56276df19d80 2024-05-21T16:37:25.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_file_opening_threads: 16 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.statistics: (nil) 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.use_fsync: 0 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_log_file_size: 0 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.keep_log_file_num: 1000 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.recycle_log_file_num: 0 2024-05-21T16:37:25.291 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.allow_fallocate: 1 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.allow_mmap_reads: 0 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.allow_mmap_writes: 0 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.use_direct_reads: 0 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.create_missing_column_families: 0 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.db_log_dir: 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.wal_dir: 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T16:37:25.292 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.advise_random_on_open: 1 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.db_write_buffer_size: 0 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.write_buffer_manager: 0x56276deeb0e0 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.rate_limiter: (nil) 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.wal_recovery_mode: 2 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.enable_thread_tracking: 0 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.enable_pipelined_write: 0 2024-05-21T16:37:25.293 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.unordered_write: 0 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.row_cache: None 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.wal_filter: None 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.allow_ingest_behind: 0 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.two_write_queues: 0 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.manual_wal_flush: 0 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.wal_compression: 0 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.atomic_flush: 0 2024-05-21T16:37:25.294 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.log_readahead_size: 0 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.best_efforts_recovery: 0 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.allow_data_in_errors: 0 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.db_host_id: __hostname__ 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_background_jobs: 2 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_background_compactions: -1 2024-05-21T16:37:25.295 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_subcompactions: 1 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_total_wal_size: 0 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_open_files: -1 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bytes_per_sync: 0 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_readahead_size: 0 2024-05-21T16:37:25.296 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_background_flushes: -1 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Compression algorithms supported: 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kZSTD supported: 0 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kXpressCompression supported: 0 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kLZ4HCCompression supported: 1 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kZlibCompression supported: 1 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kSnappyCompression supported: 1 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kLZ4Compression supported: 1 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: kBZip2Compression supported: 0 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-21T16:37:25.297 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.merge_operator: 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_filter: None 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_filter_factory: None 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.sst_partitioner_factory: None 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56276df19f40) 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout: cache_index_and_filter_blocks: 1 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout: pin_top_level_index_and_filter: 1 2024-05-21T16:37:25.298 INFO:journalctl@ceph.mon.c.smithi183.stdout: index_type: 0 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: data_block_index_type: 0 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: index_shortening: 1 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: checksum: 4 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: no_block_cache: 0 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_cache: 0x56276df1d1f0 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_cache_name: BinnedLRUCache 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_cache_options: 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: capacity : 536870912 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: num_shard_bits : 4 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: strict_capacity_limit : 0 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: high_pri_pool_ratio: 0.000 2024-05-21T16:37:25.299 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_cache_compressed: (nil) 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: persistent_cache: (nil) 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_size: 4096 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_size_deviation: 10 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_restart_interval: 16 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: index_block_restart_interval: 1 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: metadata_block_size: 4096 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: partition_filters: 0 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: use_delta_encoding: 1 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: filter_policy: bloomfilter 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: whole_key_filtering: 1 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: verify_compression: 0 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: read_amp_bytes_per_bit: 0 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: format_version: 5 2024-05-21T16:37:25.300 INFO:journalctl@ceph.mon.c.smithi183.stdout: enable_index_compression: 1 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout: block_align: 0 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout: max_auto_readahead_size: 262144 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout: prepopulate_block_cache: 0 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout: initial_auto_readahead_size: 8192 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout: num_file_reads_for_auto_readahead: 2 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.write_buffer_size: 33554432 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_write_buffer_number: 2 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression: NoCompression 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression: Disabled 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.prefix_extractor: nullptr 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.num_levels: 7 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T16:37:25.301 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.level: 32767 2024-05-21T16:37:25.302 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.strategy: 0 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.enabled: false 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.target_file_size_base: 67108864 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T16:37:25.303 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.arena_block_size: 1048576 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T16:37:25.304 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.disable_auto_compactions: 0 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.inplace_update_support: 0 2024-05-21T16:37:25.305 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.bloom_locality: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.max_successive_merges: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.paranoid_file_checks: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.force_consistency_checks: 1 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.report_bg_io_stats: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.ttl: 2592000 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T16:37:25.306 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.enable_blob_files: false 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.min_blob_size: 0 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.blob_file_size: 268435456 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.blob_file_starting_level: 0 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: 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-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d57448b1-707a-4119-99c1-91574b2c32b8 2024-05-21T16:37:25.307 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716309444913423, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716309444913860, "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": 1716309444, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d57448b1-707a-4119-99c1-91574b2c32b8", "db_session_id": "UE1384XYIV2OQFHKX4ZE", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716309444913940, "job": 1, "event": "recovery_finished"} 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: 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-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56276e03a000 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: DB pointer 0x56276e026000 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout: ** DB Stats ** 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.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-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:37:25.308 INFO:journalctl@ceph.mon.c.smithi183.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.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-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: ** Compaction Stats [default] ** 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.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-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: ** Compaction Stats [default] ** 2024-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.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-05-21T16:37:25.309 INFO:journalctl@ceph.mon.c.smithi183.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:37:25.310 INFO:journalctl@ceph.mon.c.smithi183.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-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout: Block cache BinnedLRUCache@0x56276df1d1f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.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-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout: 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: using public_addr v2:172.21.15.183:0/0 -> [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: starting mon.c rank -1 at public addrs [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] at bind addrs [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(???) e0 preinit fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).mds e1 new map 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).mds e1 print_map 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout: e1 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-21T16:37:25.311 INFO:journalctl@ceph.mon.c.smithi183.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-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout: legacy client fscid: -1 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout: 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout: No filesystems configured 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: 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-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:37:25.312 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Deploying cephadm binary to smithi160 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Added host smithi160 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:25.313 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Deploying daemon agent.smithi160 on smithi160 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.314 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.315 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Deploying cephadm binary to smithi183 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Added host smithi183 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.316 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]': finished 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:25.317 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Deploying daemon agent.smithi183 on smithi183 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.318 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/2479444428' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/2479444428' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: osdmap e4: 0 total, 0 up, 0 in 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi137:172.21.15.137=a;smithi160:172.21.15.160=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:25.319 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Saving service mon spec with placement smithi137:172.21.15.137=a;smithi160:172.21.15.160=b;smithi183:172.21.15.183=c;count:3 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: Deploying daemon mon.c on smithi183 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: from='client.? 172.21.15.183:0/522006707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 ceph-mon[30988]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 bash[30953]: 081d9bbbc413f11d39725a71c262972f39b20a0bff57477985d9c9565d02d2f1 2024-05-21T16:37:25.320 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:24 smithi183 systemd[1]: Started Ceph mon.c for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:37:26.476 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-21T16:37:26.476 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-21T16:37:26.720 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T16:37:30.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: mon.a calling monitor election 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: mon.c calling monitor election 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: monmap epoch 2 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: last_changed 2024-05-21T16:37:24.937671+0000 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: min_mon_release 19 (squid) 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: election_strategy: 1 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: fsmap 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: osdmap e4: 0 total, 0 up, 0 in 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: mgrmap e13: a(active, since 51s) 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: overall HEALTH_OK 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.289 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: mon.a calling monitor election 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: mon.c calling monitor election 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:30.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: monmap epoch 2 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: last_changed 2024-05-21T16:37:24.937671+0000 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: min_mon_release 19 (squid) 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: election_strategy: 1 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: fsmap 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: osdmap e4: 0 total, 0 up, 0 in 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: mgrmap e13: a(active, since 51s) 2024-05-21T16:37:30.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: overall HEALTH_OK 2024-05-21T16:37:30.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:30.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:31.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:31.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: Deploying daemon mon.b on smithi160 2024-05-21T16:37:31.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:31.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:31 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:31.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:31.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:31.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: Deploying daemon mon.b on smithi160 2024-05-21T16:37:31.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:31.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:31.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:31 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:31.355 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:37:31.356 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":2,"fsid":"08575fda-1790-11ef-bc9a-c7b262605968","modified":"2024-05-21T16:37:24.937671Z","created":"2024-05-21T16:35:32.861247Z","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.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:3300","nonce":0},{"type":"v1","addr":"172.21.15.183:6789","nonce":0}]},"addr":"172.21.15.183:6789/0","public_addr":"172.21.15.183:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-21T16:37:31.358 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 2 2024-05-21T16:37:32.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:32 smithi137 ceph-mon[29318]: from='client.? 172.21.15.183:0/3967601493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T16:37:32.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:32 smithi183 ceph-mon[30988]: from='client.? 172.21.15.183:0/3967601493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T16:37:32.924 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-21T16:37:32.924 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-21T16:37:33.170 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T16:37:33.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:33 smithi183 ceph-mon[30988]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:33.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:33 smithi137 ceph-mon[29318]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:34.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:33 smithi160 systemd[1]: Started Ceph mon.b for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:37:38.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:37:38.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: mon.a calling monitor election 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: mon.c calling monitor election 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: mon.b calling monitor election 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:38.943 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: monmap epoch 3 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: last_changed 2024-05-21T16:37:33.727160+0000 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: min_mon_release 19 (squid) 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: election_strategy: 1 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: fsmap 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: osdmap e4: 0 total, 0 up, 0 in 2024-05-21T16:37:38.944 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: mgrmap e13: a(active, since 60s) 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: overall HEALTH_OK 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:38.945 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:38 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.058 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: mon.a calling monitor election 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: mon.c calling monitor election 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: mon.b calling monitor election 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:39.059 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: monmap epoch 3 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: last_changed 2024-05-21T16:37:33.727160+0000 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: min_mon_release 19 (squid) 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: election_strategy: 1 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-05-21T16:37:39.060 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: fsmap 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: osdmap e4: 0 total, 0 up, 0 in 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: mgrmap e13: a(active, since 60s) 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: overall HEALTH_OK 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.061 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:38 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.208 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-21T16:37:39.208 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":3,"fsid":"08575fda-1790-11ef-bc9a-c7b262605968","modified":"2024-05-21T16:37:33.727160Z","created":"2024-05-21T16:35:32.861247Z","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.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:3300","nonce":0},{"type":"v1","addr":"172.21.15.183:6789","nonce":0}]},"addr":"172.21.15.183:6789/0","public_addr":"172.21.15.183:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-21T16:37:39.209 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 3 2024-05-21T16:37:39.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:37:39.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: mon.a calling monitor election 2024-05-21T16:37:39.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: mon.c calling monitor election 2024-05-21T16:37:39.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:37:39.294 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: mon.b calling monitor election 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: monmap epoch 3 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: last_changed 2024-05-21T16:37:33.727160+0000 2024-05-21T16:37:39.295 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: min_mon_release 19 (squid) 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: election_strategy: 1 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: fsmap 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: osdmap e4: 0 total, 0 up, 0 in 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: mgrmap e13: a(active, since 60s) 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: overall HEALTH_OK 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.296 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.297 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:39.297 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:38 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.014 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:40.014 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:40.014 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:40.014 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: Updating smithi137:/etc/ceph/ceph.conf 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='client.? 172.21.15.183:0/2431567714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.015 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.016 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.016 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:40.016 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:40.016 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:40.016 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:40.016 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:40.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:40.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:40.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:40.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: Updating smithi137:/etc/ceph/ceph.conf 2024-05-21T16:37:40.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='client.? 172.21.15.183:0/2431567714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.151 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.152 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.152 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:40.152 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:40.152 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:40.152 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:40.152 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:40.210 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: Updating smithi137:/etc/ceph/ceph.conf 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='client.? 172.21.15.183:0/2431567714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.211 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:40.212 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:37:40.441 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-21T16:37:40.441 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph config generate-minimal-conf 2024-05-21T16:37:40.855 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:37:41.229 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:41 smithi137 ceph-mon[29318]: Reconfiguring mon.a (unknown last config time)... 2024-05-21T16:37:41.230 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:41 smithi137 ceph-mon[29318]: Reconfiguring daemon mon.a on smithi137 2024-05-21T16:37:41.230 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.230 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.230 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.230 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:41 smithi137 ceph-mon[29318]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:41 smithi183 ceph-mon[30988]: Reconfiguring mon.a (unknown last config time)... 2024-05-21T16:37:41.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:41 smithi183 ceph-mon[30988]: Reconfiguring daemon mon.a on smithi137 2024-05-21T16:37:41.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:41 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:41 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:41 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:41 smithi183 ceph-mon[30988]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:41.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:41 smithi160 ceph-mon[30941]: Reconfiguring mon.a (unknown last config time)... 2024-05-21T16:37:41.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:41 smithi160 ceph-mon[30941]: Reconfiguring daemon mon.a on smithi137 2024-05-21T16:37:41.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:41 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:41 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:41 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:41.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:41 smithi160 ceph-mon[30941]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:42.382 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.438 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.438 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: Reconfiguring mon.b (monmap changed)... 2024-05-21T16:37:42.438 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:42.438 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:42.438 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:42.438 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: Reconfiguring daemon mon.b on smithi160 2024-05-21T16:37:42.439 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.439 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.439 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.439 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.439 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.439 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:42 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: Reconfiguring mon.b (monmap changed)... 2024-05-21T16:37:42.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:42.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: Reconfiguring daemon mon.b on smithi160 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:42 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.538 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.538 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.538 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: Reconfiguring mon.b (monmap changed)... 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: Reconfiguring daemon mon.b on smithi160 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:42.539 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:42 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.069 INFO:teuthology.orchestra.run.smithi137.stdout:# minimal ceph.conf for 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:43.069 INFO:teuthology.orchestra.run.smithi137.stdout:[global] 2024-05-21T16:37:43.069 INFO:teuthology.orchestra.run.smithi137.stdout: fsid = 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:37:43.069 INFO:teuthology.orchestra.run.smithi137.stdout: mon_host = [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] 2024-05-21T16:37:43.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:43.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/2300895691' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:43.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:43.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:43.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:43.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:43.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2300895691' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:43.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:43.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:43.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:43.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:43.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:43.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/2300895691' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:43.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T16:37:43.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T16:37:43.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:43.709 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-21T16:37:43.709 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:37:43.709 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2024-05-21T16:37:43.738 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:37:43.738 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:43.804 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:37:43.804 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-05-21T16:37:43.834 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:37:43.834 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:43.901 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:37:43.901 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.conf 2024-05-21T16:37:43.928 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:37:43.929 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:37:43.993 INFO:tasks.cephadm:Adding mgr.a on smithi137 2024-05-21T16:37:43.993 INFO:tasks.cephadm:Adding mgr.b on smithi160 2024-05-21T16:37:43.993 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch apply mgr '2;smithi137=a;smithi160=b' 2024-05-21T16:37:44.586 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:44 smithi183 ceph-mon[30988]: Reconfiguring mon.c (monmap changed)... 2024-05-21T16:37:44.586 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:44 smithi183 ceph-mon[30988]: Reconfiguring daemon mon.c on smithi183 2024-05-21T16:37:44.586 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:44 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:44.691 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T16:37:44.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:44 smithi137 ceph-mon[29318]: Reconfiguring mon.c (monmap changed)... 2024-05-21T16:37:44.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:44 smithi137 ceph-mon[29318]: Reconfiguring daemon mon.c on smithi183 2024-05-21T16:37:44.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:44 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:44.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:44 smithi160 ceph-mon[30941]: Reconfiguring mon.c (monmap changed)... 2024-05-21T16:37:44.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:44 smithi160 ceph-mon[30941]: Reconfiguring daemon mon.c on smithi183 2024-05-21T16:37:44.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:44 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:45 smithi183 ceph-mon[30988]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:45.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:45 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:45 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:45 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:45.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:45 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:45.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:45 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:45.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:45 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:45 smithi137 ceph-mon[29318]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:45.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:45 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:45 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:45 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:45.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:45 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:45.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:45 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:45.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:45 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:45 smithi160 ceph-mon[30941]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:45.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:45 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:45 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:45.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:45 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:45.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:45 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:45.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:45 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:45.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:45 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:46.420 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mgr update... 2024-05-21T16:37:47.016 DEBUG:teuthology.orchestra.run.smithi160:mgr.b> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.b.service 2024-05-21T16:37:47.018 INFO:tasks.cephadm:Deploying OSDs... 2024-05-21T16:37:47.019 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-05-21T16:37:47.019 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T16:37:47.038 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-05-21T16:37:47.038 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-05-21T16:37:47.097 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T16:37:47.097 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:47.097 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-21T16:37:47.098 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:47.098 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:47.098 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-21 16:37:29.622739382 +0000 2024-05-21T16:37:47.098 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-21 16:31:08.990823962 +0000 2024-05-21T16:37:47.098 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-21 16:31:08.990823962 +0000 2024-05-21T16:37:47.098 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-21 16:31:08.990823962 +0000 2024-05-21T16:37:47.098 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T16:37:47.165 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-21T16:37:47.165 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-21T16:37:47.165 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000216974 s, 2.4 MB/s 2024-05-21T16:37:47.167 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T16:37:47.226 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-21 16:37:29.622739382 +0000 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-21 16:31:09.316817912 +0000 2024-05-21T16:37:47.284 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-21 16:31:09.316817912 +0000 2024-05-21T16:37:47.285 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-21 16:31:09.316817912 +0000 2024-05-21T16:37:47.285 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T16:37:47.351 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-21T16:37:47.352 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-21T16:37:47.352 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000174294 s, 2.9 MB/s 2024-05-21T16:37:47.353 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T16:37:47.411 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-05-21T16:37:47.468 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T16:37:47.468 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:47.469 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-21T16:37:47.469 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:47.469 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:47.469 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-21 16:37:29.622739382 +0000 2024-05-21T16:37:47.469 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-21 16:31:09.649811733 +0000 2024-05-21T16:37:47.469 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-21 16:31:09.649811733 +0000 2024-05-21T16:37:47.469 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-21 16:31:09.649811733 +0000 2024-05-21T16:37:47.470 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T16:37:47.532 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-21T16:37:47.532 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-21T16:37:47.532 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000240728 s, 2.1 MB/s 2024-05-21T16:37:47.533 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T16:37:47.590 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-05-21T16:37:47.645 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-05-21 16:37:29.622739382 +0000 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-05-21 16:31:09.969805794 +0000 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-05-21 16:31:09.969805794 +0000 2024-05-21T16:37:47.646 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: 2024-05-21 16:31:09.969805794 +0000 2024-05-21T16:37:47.647 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi137=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: Saving service mgr spec with placement smithi137=a;smithi160=b;count:2 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:47.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T16:37:47.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T16:37:47.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T16:37:47.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:47.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:47 smithi160 ceph-mon[30941]: Deploying daemon mgr.b on smithi160 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi137=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: Saving service mgr spec with placement smithi137=a;smithi160=b;count:2 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T16:37:47.679 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T16:37:47.680 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T16:37:47.680 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:47.680 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:47 smithi137 ceph-mon[29318]: Deploying daemon mgr.b on smithi160 2024-05-21T16:37:47.704 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-05-21T16:37:47.704 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-05-21T16:37:47.705 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000168104 s, 3.0 MB/s 2024-05-21T16:37:47.706 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T16:37:47.763 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-21T16:37:47.763 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T16:37:47.780 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-05-21T16:37:47.780 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-05-21T16:37:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi137=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: Saving service mgr spec with placement smithi137=a;smithi160=b;count:2 2024-05-21T16:37:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:47.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:47.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:47.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T16:37:47.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T16:37:47.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T16:37:47.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:47.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:47 smithi183 ceph-mon[30988]: Deploying daemon mgr.b on smithi160 2024-05-21T16:37:47.835 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-21 16:37:40.825457701 +0000 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-21 16:31:08.993438057 +0000 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-21 16:31:08.993438057 +0000 2024-05-21T16:37:47.836 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-05-21 16:31:08.993438057 +0000 2024-05-21T16:37:47.836 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T16:37:47.900 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-21T16:37:47.900 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-21T16:37:47.900 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000300773 s, 1.7 MB/s 2024-05-21T16:37:47.901 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T16:37:47.959 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-21 16:37:40.825457701 +0000 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-21 16:31:09.338432964 +0000 2024-05-21T16:37:48.015 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-21 16:31:09.338432964 +0000 2024-05-21T16:37:48.016 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-05-21 16:31:09.338432964 +0000 2024-05-21T16:37:48.016 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T16:37:48.209 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-21T16:37:48.209 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-21T16:37:48.209 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000176877 s, 2.9 MB/s 2024-05-21T16:37:48.210 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T16:37:48.226 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-05-21T16:37:48.283 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-21 16:37:48.160352204 +0000 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-21 16:31:09.656428269 +0000 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-21 16:31:09.656428269 +0000 2024-05-21T16:37:48.284 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-05-21 16:31:09.656428269 +0000 2024-05-21T16:37:48.284 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T16:37:48.387 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-21T16:37:48.387 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-21T16:37:48.387 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000182033 s, 2.8 MB/s 2024-05-21T16:37:48.388 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T16:37:48.404 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-05-21T16:37:48.462 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T16:37:48.462 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:48.462 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-21T16:37:48.463 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:48.463 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:48.463 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-21 16:37:48.341349601 +0000 2024-05-21T16:37:48.463 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-21 16:31:09.980423483 +0000 2024-05-21T16:37:48.463 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-21 16:31:09.980423483 +0000 2024-05-21T16:37:48.463 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: 2024-05-21 16:31:09.980423483 +0000 2024-05-21T16:37:48.463 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T16:37:48.526 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 systemd[1]: Starting Ceph mgr.b for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:37:48.528 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-21T16:37:48.529 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-21T16:37:48.529 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000186289 s, 2.7 MB/s 2024-05-21T16:37:48.530 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T16:37:48.586 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-05-21T16:37:48.587 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T16:37:48.603 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-05-21T16:37:48.603 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_1 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-21 16:37:41.530825401 +0000 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-21 16:31:18.990201920 +0000 2024-05-21T16:37:48.659 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-21 16:31:18.990201920 +0000 2024-05-21T16:37:48.660 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-05-21 16:31:18.990201920 +0000 2024-05-21T16:37:48.660 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T16:37:48.745 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-21T16:37:48.745 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-21T16:37:48.745 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000191815 s, 2.7 MB/s 2024-05-21T16:37:48.746 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T16:37:48.762 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_2 2024-05-21T16:37:48.818 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T16:37:48.818 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:48.818 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-21T16:37:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-21 16:37:41.530825401 +0000 2024-05-21T16:37:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-21 16:31:19.333192321 +0000 2024-05-21T16:37:48.819 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-21 16:31:19.333192321 +0000 2024-05-21T16:37:48.819 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-05-21 16:31:19.333192321 +0000 2024-05-21T16:37:48.819 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T16:37:48.829 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 podman[32445]: 2024-05-21 16:37:48.6168496 +0000 UTC m=+0.115009087 container create c283fb6cad8206f8279e6cafc714b535e9e70177825525b93191124381e7fb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071) 2024-05-21T16:37:48.829 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 podman[32445]: 2024-05-21 16:37:48.520818054 +0000 UTC m=+0.018977542 image pull 80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d 2024-05-21T16:37:48.829 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 podman[32445]: 2024-05-21 16:37:48.827574979 +0000 UTC m=+0.325734473 container init c283fb6cad8206f8279e6cafc714b535e9e70177825525b93191124381e7fb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-05-21T16:37:48.882 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-21T16:37:48.882 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-21T16:37:48.882 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000169359 s, 3.0 MB/s 2024-05-21T16:37:48.883 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T16:37:48.939 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_3 2024-05-21T16:37:48.996 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T16:37:48.996 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:48.997 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-21T16:37:48.997 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:48.997 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:48.997 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-21 16:37:41.530825401 +0000 2024-05-21T16:37:48.997 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-21 16:31:19.677182694 +0000 2024-05-21T16:37:48.997 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-21 16:31:19.677182694 +0000 2024-05-21T16:37:48.997 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-05-21 16:31:19.677182694 +0000 2024-05-21T16:37:48.997 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T16:37:49.059 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-21T16:37:49.060 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-21T16:37:49.060 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000167155 s, 3.1 MB/s 2024-05-21T16:37:49.061 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T16:37:49.117 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_4 2024-05-21T16:37:49.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 podman[32445]: 2024-05-21 16:37:48.831429846 +0000 UTC m=+0.329589345 container start c283fb6cad8206f8279e6cafc714b535e9e70177825525b93191124381e7fb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071) 2024-05-21T16:37:49.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 ceph-mgr[32501]: -- 172.21.15.160:0/492334504 <== mon.2 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f38d0265a0 con 0x55f38cffa800 2024-05-21T16:37:49.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 bash[32445]: c283fb6cad8206f8279e6cafc714b535e9e70177825525b93191124381e7fb26 2024-05-21T16:37:49.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 systemd[1]: Started Ceph mgr.b for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:37:49.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:48 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:48.990+0000 7f3e617e9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T16:37:49.172 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T16:37:49.172 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:37:49.172 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-21T16:37:49.172 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:37:49.172 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:37:49.173 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-05-21 16:37:41.530825401 +0000 2024-05-21T16:37:49.173 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-05-21 16:31:20.012173320 +0000 2024-05-21T16:37:49.173 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-05-21 16:31:20.012173320 +0000 2024-05-21T16:37:49.173 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-05-21 16:31:20.012173320 +0000 2024-05-21T16:37:49.173 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T16:37:49.234 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-05-21T16:37:49.235 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-05-21T16:37:49.235 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.00017739 s, 2.9 MB/s 2024-05-21T16:37:49.236 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T16:37:49.292 INFO:tasks.cephadm:Deploying osd.0 on smithi137 with /dev/vg_nvme/lv_4... 2024-05-21T16:37:49.292 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:49.182+0000 7f3e617e9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:49.285+0000 7f3e617e9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:49.373+0000 7f3e617e9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:49.457+0000 7f3e617e9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.459 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T16:37:49.460 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.530 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T16:37:49.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T16:37:49.531 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:49.531 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:49.531 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T16:37:49.532 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:50.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:50 smithi137 ceph-mon[29318]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:50.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:50 smithi137 ceph-mon[29318]: Reconfiguring mgr.a (unknown last config time)... 2024-05-21T16:37:50.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:50 smithi137 ceph-mon[29318]: Reconfiguring daemon mgr.a on smithi137 2024-05-21T16:37:50.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.596 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-mon[30941]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:50.596 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-mon[30941]: Reconfiguring mgr.a (unknown last config time)... 2024-05-21T16:37:50.596 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-mon[30941]: Reconfiguring daemon mgr.a on smithi137 2024-05-21T16:37:50.597 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.597 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.597 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:50 smithi183 ceph-mon[30988]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:50.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:50 smithi183 ceph-mon[30988]: Reconfiguring mgr.a (unknown last config time)... 2024-05-21T16:37:50.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:50 smithi183 ceph-mon[30988]: Reconfiguring daemon mgr.a on smithi137 2024-05-21T16:37:50.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:50.845 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:37:50.877 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:50.614+0000 7f3e617e9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T16:37:50.877 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:50.876+0000 7f3e617e9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T16:37:51.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:50 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:50.968+0000 7f3e617e9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T16:37:51.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:51 smithi137 ceph-mon[29318]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:51.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:51.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:51.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:51.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:51 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-mon[30941]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:51.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:51.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:51.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:51.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.631 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:51.358+0000 7f3e617e9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T16:37:51.631 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:51.450+0000 7f3e617e9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T16:37:51.631 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:51.557+0000 7f3e617e9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T16:37:51.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:51 smithi183 ceph-mon[30988]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:51.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:51 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:51 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:51 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:51.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:51 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:51.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:51 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:51.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:51 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:51.899 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:51 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:51.752+0000 7f3e617e9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:37:52.747 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:52 smithi137 ceph-mon[29318]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:52.748 INFO:teuthology.orchestra.run.smithi137.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-21T16:37:52.748 INFO:teuthology.orchestra.run.smithi137.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-21T16:37:52.748 INFO:teuthology.orchestra.run.smithi137.stderr: stderr: 10+0 records in 2024-05-21T16:37:52.748 INFO:teuthology.orchestra.run.smithi137.stderr:10+0 records out 2024-05-21T16:37:52.748 INFO:teuthology.orchestra.run.smithi137.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124934 s, 839 MB/s 2024-05-21T16:37:52.748 INFO:teuthology.orchestra.run.smithi137.stderr: stderr: 2024-05-21T16:37:52.748 INFO:teuthology.orchestra.run.smithi137.stderr:--> Zapping successful for: 2024-05-21T16:37:52.781 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:52 smithi160 ceph-mon[30941]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:52.782 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:52 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:52.406+0000 7f3e617e9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T16:37:52.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:52 smithi183 ceph-mon[30988]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:37:53.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:52 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:52.780+0000 7f3e617e9200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T16:37:53.366 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi137:vg_nvme/lv_4 2024-05-21T16:37:53.532 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:53.218+0000 7f3e617e9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T16:37:53.532 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:53.322+0000 7f3e617e9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:53.530+0000 7f3e617e9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:53.533 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.603 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:53.717 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:53.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:53.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:37:53.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:53.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:37:53.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.395 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:54.060+0000 7f3e617e9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T16:37:54.395 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:54.152+0000 7f3e617e9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T16:37:54.395 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:54.394+0000 7f3e617e9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T16:37:54.649 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:54.527+0000 7f3e617e9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T16:37:54.649 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:54.621+0000 7f3e617e9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T16:37:54.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:54 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:54 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:54 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:54 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:54 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:54 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:54 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:54.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:54 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:37:55.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:54 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:54.737+0000 7f3e617e9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T16:37:55.769 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:55 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:55.550+0000 7f3e617e9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T16:37:55.769 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:37:55 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:37:55.767+0000 7f3e617e9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T16:37:55.769 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:55 smithi160 ceph-mon[30941]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:55.769 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:55 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:37:55.769 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:55 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:37:55.770 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:55 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:55.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:55 smithi183 ceph-mon[30988]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:55.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:55 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:37:55.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:55 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:37:55.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:55 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:55 smithi137 ceph-mon[29318]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:37:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:37:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:37:56.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:56 smithi183 ceph-mon[30988]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:56.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:56 smithi183 ceph-mon[30988]: Standby manager daemon b started 2024-05-21T16:37:56.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:56 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T16:37:56.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:56 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T16:37:56.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:56 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T16:37:56.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:56 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T16:37:56.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:56 smithi137 ceph-mon[29318]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:56.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:56 smithi137 ceph-mon[29318]: Standby manager daemon b started 2024-05-21T16:37:56.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:56 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T16:37:56.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:56 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T16:37:56.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:56 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T16:37:56.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:56 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T16:37:56.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:56 smithi160 ceph-mon[30941]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:37:56.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:56 smithi160 ceph-mon[30941]: Standby manager daemon b started 2024-05-21T16:37:56.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:56 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T16:37:56.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:56 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T16:37:56.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:56 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T16:37:56.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:56 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/2123904166' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T16:37:57.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:57 smithi183 ceph-mon[30988]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:57.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:57 smithi183 ceph-mon[30988]: mgrmap e14: a(active, since 78s), standbys: b 2024-05-21T16:37:57.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:57 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T16:37:57.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:57 smithi137 ceph-mon[29318]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:57.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:57 smithi137 ceph-mon[29318]: mgrmap e14: a(active, since 78s), standbys: b 2024-05-21T16:37:57.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:57 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T16:37:57.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:57 smithi160 ceph-mon[30941]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:57.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:57 smithi160 ceph-mon[30941]: mgrmap e14: a(active, since 78s), standbys: b 2024-05-21T16:37:57.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:57 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T16:37:58.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:58 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/1269492847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e8c4be0-7194-4311-8e2d-f96151b6b07d"}]: dispatch 2024-05-21T16:37:58.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:58 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/1269492847' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e8c4be0-7194-4311-8e2d-f96151b6b07d"}]': finished 2024-05-21T16:37:58.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:58 smithi183 ceph-mon[30988]: osdmap e5: 1 total, 0 up, 1 in 2024-05-21T16:37:58.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:37:58.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:58 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1269492847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e8c4be0-7194-4311-8e2d-f96151b6b07d"}]: dispatch 2024-05-21T16:37:58.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:58 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1269492847' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e8c4be0-7194-4311-8e2d-f96151b6b07d"}]': finished 2024-05-21T16:37:58.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:58 smithi137 ceph-mon[29318]: osdmap e5: 1 total, 0 up, 1 in 2024-05-21T16:37:58.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:37:58.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:58 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/1269492847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3e8c4be0-7194-4311-8e2d-f96151b6b07d"}]: dispatch 2024-05-21T16:37:58.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:58 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/1269492847' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e8c4be0-7194-4311-8e2d-f96151b6b07d"}]': finished 2024-05-21T16:37:58.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:58 smithi160 ceph-mon[30941]: osdmap e5: 1 total, 0 up, 1 in 2024-05-21T16:37:58.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:37:59.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:59 smithi183 ceph-mon[30988]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:59.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:37:59 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/600951702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:37:59.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:59 smithi137 ceph-mon[29318]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:59.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:37:59 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/600951702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:37:59.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:59 smithi160 ceph-mon[30941]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:37:59.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:37:59 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/600951702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:38:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:01 smithi183 ceph-mon[30988]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:01.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:01 smithi137 ceph-mon[29318]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:01.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:01 smithi160 ceph-mon[30941]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:03.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:03 smithi137 ceph-mon[29318]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:03.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:03 smithi160 ceph-mon[30941]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:03 smithi183 ceph-mon[30988]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:04.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T16:38:04.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:04.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T16:38:04.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:04.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T16:38:04.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:05.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:05 smithi137 ceph-mon[29318]: Deploying daemon osd.0 on smithi137 2024-05-21T16:38:05.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:05 smithi137 ceph-mon[29318]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:05 smithi183 ceph-mon[30988]: Deploying daemon osd.0 on smithi137 2024-05-21T16:38:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:05 smithi183 ceph-mon[30988]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:05.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:05 smithi160 ceph-mon[30941]: Deploying daemon osd.0 on smithi137 2024-05-21T16:38:05.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:05 smithi160 ceph-mon[30941]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:07.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:07 smithi137 ceph-mon[29318]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:07.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:07 smithi183 ceph-mon[30988]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:07.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:07 smithi160 ceph-mon[30941]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:09.739 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:09 smithi137 ceph-mon[29318]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:09.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:09 smithi183 ceph-mon[30988]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:09.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:09 smithi160 ceph-mon[30941]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.395 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.396 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:11.396 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:11.396 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:11.396 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:11 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:11.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:11.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:11.650 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:11 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:11.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:11 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.673 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:12 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.673 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:12 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.673 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:12 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.777 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:12 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.777 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:12 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.777 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:12 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:12 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:12 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:12.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:12 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:13.777 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:13 smithi160 ceph-mon[30941]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:13.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:13 smithi183 ceph-mon[30988]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:13.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:13 smithi137 ceph-mon[29318]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:14.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:14 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:14.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:14 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.684 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 0 on host 'smithi137' 2024-05-21T16:38:14.724 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T16:38:14.724 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.724 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.724 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:14.724 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:14.724 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:14.724 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:14.725 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:14 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.266 DEBUG:teuthology.orchestra.run.smithi137:osd.0> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.0.service 2024-05-21T16:38:15.269 INFO:tasks.cephadm:Deploying osd.1 on smithi160 with /dev/vg_nvme/lv_4... 2024-05-21T16:38:15.269 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-21T16:38:15.510 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.b/config 2024-05-21T16:38:15.543 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:38:15 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0[39871]: 2024-05-21T16:38:15.442+0000 7f101db15700 -1 osd.0 0 waiting for initial osdmap 2024-05-21T16:38:15.543 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:38:15 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0[39871]: 2024-05-21T16:38:15.445+0000 7f1019908700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: Detected new or changed devices on smithi137 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: osdmap e6: 1 total, 0 up, 1 in 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:15.544 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:15.545 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:15 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: Detected new or changed devices on smithi137 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: osdmap e6: 1 total, 0 up, 1 in 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:38:15.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:15.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:15.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:15 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: Detected new or changed devices on smithi137 2024-05-21T16:38:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T16:38:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: osdmap e6: 1 total, 0 up, 1 in 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:15.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:15 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:16.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:16 smithi183 ceph-mon[30988]: Adjusting osd_memory_target on smithi137 to 16064M 2024-05-21T16:38:16.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:16 smithi183 ceph-mon[30988]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-05-21T16:38:16.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:16 smithi183 ceph-mon[30988]: osdmap e7: 1 total, 0 up, 1 in 2024-05-21T16:38:16.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:16 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:16.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:16 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:16.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:16 smithi137 ceph-mon[29318]: Adjusting osd_memory_target on smithi137 to 16064M 2024-05-21T16:38:16.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:16 smithi137 ceph-mon[29318]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-05-21T16:38:16.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:16 smithi137 ceph-mon[29318]: osdmap e7: 1 total, 0 up, 1 in 2024-05-21T16:38:16.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:16.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:16 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:16.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:16 smithi160 ceph-mon[30941]: Adjusting osd_memory_target on smithi137 to 16064M 2024-05-21T16:38:16.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:16 smithi160 ceph-mon[30941]: from='osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-05-21T16:38:16.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:16 smithi160 ceph-mon[30941]: osdmap e7: 1 total, 0 up, 1 in 2024-05-21T16:38:16.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:16 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:16.800 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:16 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:17.364 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-21T16:38:17.364 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-21T16:38:17.364 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-05-21T16:38:17.364 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-05-21T16:38:17.364 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0177013 s, 592 MB/s 2024-05-21T16:38:17.364 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-05-21T16:38:17.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:17 smithi160 ceph-mon[30941]: purged_snaps scrub starts 2024-05-21T16:38:17.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:17 smithi160 ceph-mon[30941]: purged_snaps scrub ok 2024-05-21T16:38:17.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:17 smithi160 ceph-mon[30941]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:17.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:17 smithi160 ceph-mon[30941]: osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398] boot 2024-05-21T16:38:17.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:17 smithi160 ceph-mon[30941]: osdmap e8: 1 total, 1 up, 1 in 2024-05-21T16:38:17.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:17 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:17 smithi183 ceph-mon[30988]: purged_snaps scrub starts 2024-05-21T16:38:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:17 smithi183 ceph-mon[30988]: purged_snaps scrub ok 2024-05-21T16:38:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:17 smithi183 ceph-mon[30988]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:17 smithi183 ceph-mon[30988]: osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398] boot 2024-05-21T16:38:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:17 smithi183 ceph-mon[30988]: osdmap e8: 1 total, 1 up, 1 in 2024-05-21T16:38:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:17 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:17.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:17 smithi137 ceph-mon[29318]: purged_snaps scrub starts 2024-05-21T16:38:17.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:17 smithi137 ceph-mon[29318]: purged_snaps scrub ok 2024-05-21T16:38:17.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:17 smithi137 ceph-mon[29318]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:38:17.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:17 smithi137 ceph-mon[29318]: osd.0 [v2:172.21.15.137:6802/1667391398,v1:172.21.15.137:6803/1667391398] boot 2024-05-21T16:38:17.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:17 smithi137 ceph-mon[29318]: osdmap e8: 1 total, 1 up, 1 in 2024-05-21T16:38:17.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:17 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:38:17.995 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi160:vg_nvme/lv_4 2024-05-21T16:38:18.231 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.b/config 2024-05-21T16:38:18.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:18 smithi160 ceph-mon[30941]: osdmap e9: 1 total, 1 up, 1 in 2024-05-21T16:38:18.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:18 smithi183 ceph-mon[30988]: osdmap e9: 1 total, 1 up, 1 in 2024-05-21T16:38:18.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:18 smithi137 ceph-mon[29318]: osdmap e9: 1 total, 1 up, 1 in 2024-05-21T16:38:19.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:19 smithi160 ceph-mon[30941]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:19.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:19 smithi183 ceph-mon[30988]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:19.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:19 smithi137 ceph-mon[29318]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:20.758 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:20 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:38:20.758 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:20 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:38:20.758 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:20 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:20.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:38:20.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:38:20.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:20 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:20.803 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:20 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:38:20.803 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:20 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:38:20.803 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:20 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:21.760 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:21 smithi160 ceph-mon[30941]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:38:21.760 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:21 smithi160 ceph-mon[30941]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:21.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:21 smithi183 ceph-mon[30988]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:38:21.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:21 smithi183 ceph-mon[30988]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:21.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:21 smithi137 ceph-mon[29318]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:38:21.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:21 smithi137 ceph-mon[29318]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:23.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='client.? 172.21.15.160:0/2554725724' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]: dispatch 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]: dispatch 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]': finished 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: osdmap e10: 2 total, 1 up, 2 in 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:23 smithi183 ceph-mon[30988]: from='client.? 172.21.15.160:0/3727570271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='client.? 172.21.15.160:0/2554725724' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]: dispatch 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]: dispatch 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]': finished 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: osdmap e10: 2 total, 1 up, 2 in 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:23 smithi137 ceph-mon[29318]: from='client.? 172.21.15.160:0/3727570271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='client.? 172.21.15.160:0/2554725724' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]: dispatch 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]: dispatch 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67080d51-d68e-4174-9637-6a662f5aee34"}]': finished 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: osdmap e10: 2 total, 1 up, 2 in 2024-05-21T16:38:23.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:23.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:23.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:23 smithi160 ceph-mon[30941]: from='client.? 172.21.15.160:0/3727570271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:38:25.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:25 smithi160 ceph-mon[30941]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:25.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:25 smithi183 ceph-mon[30988]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:25.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:25 smithi137 ceph-mon[29318]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:27.768 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:27 smithi160 ceph-mon[30941]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:27.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:27 smithi183 ceph-mon[30988]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:27.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:27 smithi137 ceph-mon[29318]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:29.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:29 smithi160 ceph-mon[30941]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:29.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:29 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T16:38:29.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:29 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:29.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:29 smithi183 ceph-mon[30988]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:29.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:29 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T16:38:29.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:29 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:29.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:29 smithi137 ceph-mon[29318]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:29.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:29 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T16:38:29.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:29 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:30.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:30 smithi160 ceph-mon[30941]: Deploying daemon osd.1 on smithi160 2024-05-21T16:38:30.774 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:30 smithi137 ceph-mon[29318]: Deploying daemon osd.1 on smithi160 2024-05-21T16:38:30.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:30 smithi183 ceph-mon[30988]: Deploying daemon osd.1 on smithi160 2024-05-21T16:38:31.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:31 smithi160 ceph-mon[30941]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:31.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:31 smithi183 ceph-mon[30988]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:31.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:31 smithi137 ceph-mon[29318]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:32.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:32 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:32 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:32 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:32 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:32 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:32 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:32 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:32 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:32 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:32 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:32 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:32.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:32 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:32 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:32 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:32 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:32 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:32 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:32 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:33.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:33 smithi160 ceph-mon[30941]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:33.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:33 smithi137 ceph-mon[29318]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:34.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:33 smithi183 ceph-mon[30988]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:35.653 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:35 smithi160 ceph-mon[30941]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:35.653 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:35 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:35.653 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:35 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:35.653 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:35 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:35.653 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:35 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:35.653 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:35 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:35.653 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:35 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:35.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:35 smithi137 ceph-mon[29318]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:35.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:35 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:35.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:35 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:35.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:35 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:35.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:35 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:35.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:35 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:35.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:35 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:36.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:35 smithi183 ceph-mon[30988]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:36.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:35 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:36.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:35 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:36.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:35 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:36.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:35 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:36.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:35 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:36.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:35 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:37.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:37 smithi160 ceph-mon[30941]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:38.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:37 smithi183 ceph-mon[30988]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:38.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:37 smithi137 ceph-mon[29318]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:38.865 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:38 smithi160 ceph-mon[30941]: from='osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T16:38:38.865 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:38 smithi160 ceph-mon[30941]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T16:38:38.953 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 1 on host 'smithi160' 2024-05-21T16:38:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:38 smithi183 ceph-mon[30988]: from='osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T16:38:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:38 smithi183 ceph-mon[30988]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T16:38:39.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:38 smithi137 ceph-mon[29318]: from='osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T16:38:39.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:38 smithi137 ceph-mon[29318]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T16:38:39.574 DEBUG:teuthology.orchestra.run.smithi160:osd.1> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.1.service 2024-05-21T16:38:39.576 INFO:tasks.cephadm:Deploying osd.2 on smithi183 with /dev/vg_nvme/lv_4... 2024-05-21T16:38:39.577 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-21T16:38:39.825 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: osdmap e11: 2 total, 1 up, 2 in 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:39.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:38:39.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:39.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:39.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:39.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:39 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:39.941 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:39.941 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T16:38:39.941 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: osdmap e11: 2 total, 1 up, 2 in 2024-05-21T16:38:39.941 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:39.941 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-21T16:38:39.941 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:39.942 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:39 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:40.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:40.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T16:38:40.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: osdmap e11: 2 total, 1 up, 2 in 2024-05-21T16:38:40.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:40.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-21T16:38:40.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:38:40.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:39 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:40.398 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:38:40 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1[35723]: 2024-05-21T16:38:40.016+0000 7f449a796700 -1 osd.1 0 waiting for initial osdmap 2024-05-21T16:38:40.399 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:38:40 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1[35723]: 2024-05-21T16:38:40.018+0000 7f4491d80700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-21T16:38:40.854 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:40 smithi183 ceph-mon[30988]: Adjusting osd_memory_target on smithi160 to 16064M 2024-05-21T16:38:40.855 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:40 smithi183 ceph-mon[30988]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-21T16:38:40.855 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:40 smithi183 ceph-mon[30988]: osdmap e12: 2 total, 1 up, 2 in 2024-05-21T16:38:40.855 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:40 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:40.855 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:40 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:40.855 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:40 smithi183 ceph-mon[30988]: from='osd.1 ' entity='osd.1' 2024-05-21T16:38:40.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:40 smithi160 ceph-mon[30941]: Adjusting osd_memory_target on smithi160 to 16064M 2024-05-21T16:38:40.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:40 smithi160 ceph-mon[30941]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-21T16:38:40.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:40 smithi160 ceph-mon[30941]: osdmap e12: 2 total, 1 up, 2 in 2024-05-21T16:38:40.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:40 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:40.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:40 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:40.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:40 smithi160 ceph-mon[30941]: from='osd.1 ' entity='osd.1' 2024-05-21T16:38:41.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:40 smithi137 ceph-mon[29318]: Adjusting osd_memory_target on smithi160 to 16064M 2024-05-21T16:38:41.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:40 smithi137 ceph-mon[29318]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-21T16:38:41.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:40 smithi137 ceph-mon[29318]: osdmap e12: 2 total, 1 up, 2 in 2024-05-21T16:38:41.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:40 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:41.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:40 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:41.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:40 smithi137 ceph-mon[29318]: from='osd.1 ' entity='osd.1' 2024-05-21T16:38:41.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:41 smithi183 ceph-mon[30988]: purged_snaps scrub starts 2024-05-21T16:38:41.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:41 smithi183 ceph-mon[30988]: purged_snaps scrub ok 2024-05-21T16:38:41.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:41 smithi183 ceph-mon[30988]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:41.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:41 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:41.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:41 smithi183 ceph-mon[30988]: osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042] boot 2024-05-21T16:38:41.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:41 smithi183 ceph-mon[30988]: osdmap e13: 2 total, 2 up, 2 in 2024-05-21T16:38:41.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:41 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:41.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:41 smithi160 ceph-mon[30941]: purged_snaps scrub starts 2024-05-21T16:38:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:41 smithi160 ceph-mon[30941]: purged_snaps scrub ok 2024-05-21T16:38:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:41 smithi160 ceph-mon[30941]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:41 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:41 smithi160 ceph-mon[30941]: osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042] boot 2024-05-21T16:38:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:41 smithi160 ceph-mon[30941]: osdmap e13: 2 total, 2 up, 2 in 2024-05-21T16:38:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:41 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:41 smithi137 ceph-mon[29318]: purged_snaps scrub starts 2024-05-21T16:38:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:41 smithi137 ceph-mon[29318]: purged_snaps scrub ok 2024-05-21T16:38:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:41 smithi137 ceph-mon[29318]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-21T16:38:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:41 smithi137 ceph-mon[29318]: osd.1 [v2:172.21.15.160:6800/1350527042,v1:172.21.15.160:6801/1350527042] boot 2024-05-21T16:38:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:41 smithi137 ceph-mon[29318]: osdmap e13: 2 total, 2 up, 2 in 2024-05-21T16:38:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:41 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:38:42.177 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-21T16:38:42.177 INFO:teuthology.orchestra.run.smithi183.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-21T16:38:42.177 INFO:teuthology.orchestra.run.smithi183.stderr: stderr: 10+0 records in 2024-05-21T16:38:42.177 INFO:teuthology.orchestra.run.smithi183.stderr:10+0 records out 2024-05-21T16:38:42.177 INFO:teuthology.orchestra.run.smithi183.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0136406 s, 769 MB/s 2024-05-21T16:38:42.177 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping successful for: 2024-05-21T16:38:43.199 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:43 smithi183 ceph-mon[30988]: osdmap e14: 2 total, 2 up, 2 in 2024-05-21T16:38:43.199 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:43 smithi183 ceph-mon[30988]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:43.200 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.200 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.200 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:43 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:43 smithi137 ceph-mon[29318]: osdmap e14: 2 total, 2 up, 2 in 2024-05-21T16:38:43.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:43 smithi137 ceph-mon[29318]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:43.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.293 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:43 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.322 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi183:vg_nvme/lv_4 2024-05-21T16:38:43.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:43 smithi160 ceph-mon[30941]: osdmap e14: 2 total, 2 up, 2 in 2024-05-21T16:38:43.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:43 smithi160 ceph-mon[30941]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:43.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:43 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:43.994 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T16:38:45.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:45 smithi183 ceph-mon[30988]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:45.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:45 smithi137 ceph-mon[29318]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:45.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:45 smithi160 ceph-mon[30941]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:46.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:38:46.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:38:46.525 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:46.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:38:46.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:38:46.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:46.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T16:38:46.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T16:38:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:47.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:47 smithi183 ceph-mon[30988]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:38:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:47 smithi183 ceph-mon[30988]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:47.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:47 smithi137 ceph-mon[29318]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:38:47.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:47 smithi137 ceph-mon[29318]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:47 smithi160 ceph-mon[30941]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:38:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:47 smithi160 ceph-mon[30941]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:48.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:48 smithi183 ceph-mon[30988]: from='client.? 172.21.15.183:0/1773481578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]: dispatch 2024-05-21T16:38:48.788 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:48 smithi183 ceph-mon[30988]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]: dispatch 2024-05-21T16:38:48.788 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:48 smithi183 ceph-mon[30988]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]': finished 2024-05-21T16:38:48.788 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:48 smithi183 ceph-mon[30988]: osdmap e15: 3 total, 2 up, 3 in 2024-05-21T16:38:48.788 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:48 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:38:48.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:48 smithi137 ceph-mon[29318]: from='client.? 172.21.15.183:0/1773481578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]: dispatch 2024-05-21T16:38:48.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:48 smithi137 ceph-mon[29318]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]: dispatch 2024-05-21T16:38:48.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:48 smithi137 ceph-mon[29318]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]': finished 2024-05-21T16:38:48.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:48 smithi137 ceph-mon[29318]: osdmap e15: 3 total, 2 up, 3 in 2024-05-21T16:38:48.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:48 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:38:48.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:48 smithi160 ceph-mon[30941]: from='client.? 172.21.15.183:0/1773481578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]: dispatch 2024-05-21T16:38:48.800 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:48 smithi160 ceph-mon[30941]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]: dispatch 2024-05-21T16:38:48.800 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:48 smithi160 ceph-mon[30941]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1753af48-f2b5-4e7a-8f04-79fc633f5340"}]': finished 2024-05-21T16:38:48.800 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:48 smithi160 ceph-mon[30941]: osdmap e15: 3 total, 2 up, 3 in 2024-05-21T16:38:48.800 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:48 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:38:49.730 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:49 smithi137 ceph-mon[29318]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:49.730 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:49 smithi137 ceph-mon[29318]: from='client.? 172.21.15.183:0/2403260841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:38:49.776 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:49 smithi160 ceph-mon[30941]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:49.776 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:49 smithi160 ceph-mon[30941]: from='client.? 172.21.15.183:0/2403260841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:38:49.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:49 smithi183 ceph-mon[30988]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:49.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:49 smithi183 ceph-mon[30988]: from='client.? 172.21.15.183:0/2403260841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T16:38:50.931 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:50.931 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:50.931 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:50 smithi137 ceph-mon[29318]: Detected new or changed devices on smithi160 2024-05-21T16:38:50.931 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:50.931 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:50 smithi137 ceph-mon[29318]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:51.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:51.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:51.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:50 smithi183 ceph-mon[30988]: Detected new or changed devices on smithi160 2024-05-21T16:38:51.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:51.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:50 smithi183 ceph-mon[30988]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:51.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:51.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:51.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:50 smithi160 ceph-mon[30941]: Detected new or changed devices on smithi160 2024-05-21T16:38:51.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:51.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:50 smithi160 ceph-mon[30941]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:53.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:53 smithi160 ceph-mon[30941]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:53.448 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.448 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.448 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.448 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:53 smithi183 ceph-mon[30988]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:53.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:38:53.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:53 smithi137 ceph-mon[29318]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:55.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:55 smithi160 ceph-mon[30941]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:55.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:55 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T16:38:55.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:55 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:55.649 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:55 smithi160 ceph-mon[30941]: Deploying daemon osd.2 on smithi183 2024-05-21T16:38:55.702 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:55 smithi183 ceph-mon[30988]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:55.703 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:55 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T16:38:55.703 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:55 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:55.703 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:55 smithi183 ceph-mon[30988]: Deploying daemon osd.2 on smithi183 2024-05-21T16:38:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:55 smithi137 ceph-mon[29318]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T16:38:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:55 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:38:55.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:55 smithi137 ceph-mon[29318]: Deploying daemon osd.2 on smithi183 2024-05-21T16:38:57.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:57 smithi183 ceph-mon[30988]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:57.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:57 smithi137 ceph-mon[29318]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:57.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:57 smithi160 ceph-mon[30941]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:59.643 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:38:59 smithi183 ceph-mon[30988]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:59.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:38:59 smithi137 ceph-mon[29318]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:38:59.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:38:59 smithi160 ceph-mon[30941]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:01.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:00 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:00 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:00 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:01.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:00 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:01.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:00 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:01.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:00 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:00 smithi183 ceph-mon[30988]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:01.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:00 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:00 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:00 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:01.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:00 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:01.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:00 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:01.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:00 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:00 smithi137 ceph-mon[29318]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:00 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:00 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:00 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:00 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:01.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:00 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:01.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:00 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:01.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:00 smithi160 ceph-mon[30941]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:03.485 INFO:teuthology.orchestra.run.smithi183.stdout:Created osd(s) 2 on host 'smithi183' 2024-05-21T16:39:03.759 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:03.759 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.759 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.759 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.759 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:03.759 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:03.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:03.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T16:39:03.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:03 smithi183 ceph-mon[30988]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T16:39:03.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T16:39:03.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:03 smithi137 ceph-mon[29318]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T16:39:03.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:03.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:03.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:03.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:03.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:03.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T16:39:03.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:03 smithi160 ceph-mon[30941]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T16:39:04.088 DEBUG:teuthology.orchestra.run.smithi183:osd.2> sudo journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.2.service 2024-05-21T16:39:04.090 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-21T16:39:04.090 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd stat -f json 2024-05-21T16:39:04.341 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:04.714 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: osdmap e16: 3 total, 2 up, 3 in 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:04.715 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:04 smithi137 ceph-mon[29318]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-21T16:39:04.720 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: osdmap e16: 3 total, 2 up, 3 in 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:04.721 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:04 smithi183 ceph-mon[30988]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-21T16:39:04.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: osdmap e16: 3 total, 2 up, 3 in 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:04.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:04 smithi160 ceph-mon[30941]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-05-21T16:39:05.036 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:04 smithi183 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2[35969]: 2024-05-21T16:39:04.795+0000 7fa75a7d5700 -1 osd.2 0 waiting for initial osdmap 2024-05-21T16:39:05.036 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:04 smithi183 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2[35969]: 2024-05-21T16:39:04.799+0000 7fa7565c8700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-21T16:39:05.591 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:05 smithi137 ceph-mon[29318]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:05.591 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:05 smithi137 ceph-mon[29318]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-21T16:39:05.591 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:05 smithi137 ceph-mon[29318]: osdmap e17: 3 total, 2 up, 3 in 2024-05-21T16:39:05.591 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:05.592 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:05 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:05.625 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:05 smithi183 ceph-mon[30988]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:05.625 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:05 smithi183 ceph-mon[30988]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-21T16:39:05.625 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:05 smithi183 ceph-mon[30988]: osdmap e17: 3 total, 2 up, 3 in 2024-05-21T16:39:05.625 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:05 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:05.625 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:05 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:05.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:05 smithi160 ceph-mon[30941]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-21T16:39:05.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:05 smithi160 ceph-mon[30941]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-05-21T16:39:05.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:05 smithi160 ceph-mon[30941]: osdmap e17: 3 total, 2 up, 3 in 2024-05-21T16:39:05.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:05 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:05.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:05 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:06.045 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:06.618 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1716309545,"num_in_osds":3,"osd_in_since":1716309528,"num_remapped_pgs":0} 2024-05-21T16:39:06.619 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: purged_snaps scrub starts 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: purged_snaps scrub ok 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: Detected new or changed devices on smithi183 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:06.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736] boot 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: osdmap e18: 3 total, 3 up, 3 in 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1714277829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: pgmap v82: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:06.794 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:06 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' 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-05-21T16:39:06.854 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: purged_snaps scrub starts 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: purged_snaps scrub ok 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: Detected new or changed devices on smithi183 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:07.009 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:07.010 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.010 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736] boot 2024-05-21T16:39:07.010 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: osdmap e18: 3 total, 3 up, 3 in 2024-05-21T16:39:07.010 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:07.010 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/1714277829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T16:39:07.010 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: pgmap v82: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:07.010 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:06 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' 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-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: purged_snaps scrub starts 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: purged_snaps scrub ok 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: Detected new or changed devices on smithi183 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:07.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: osd.2 [v2:172.21.15.183:6800/1476065736,v1:172.21.15.183:6801/1476065736] boot 2024-05-21T16:39:07.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: osdmap e18: 3 total, 3 up, 3 in 2024-05-21T16:39:07.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:39:07.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/1714277829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T16:39:07.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: pgmap v82: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:07.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:06 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' 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-05-21T16:39:07.861 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:07 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' 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-05-21T16:39:07.861 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:07 smithi137 ceph-mon[29318]: osdmap e19: 3 total, 3 up, 3 in 2024-05-21T16:39:07.861 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:07 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T16:39:08.089 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:07 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' 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-05-21T16:39:08.089 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:07 smithi183 ceph-mon[30988]: osdmap e19: 3 total, 3 up, 3 in 2024-05-21T16:39:08.089 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:07 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T16:39:08.089 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:07 smithi183 sudo[37153]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-21T16:39:08.090 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:07 smithi183 sudo[37153]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.090 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:07 smithi183 sudo[37153]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.090 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37153]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.090 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37156]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-21T16:39:08.090 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37156]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.090 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37156]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.090 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37156]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.129 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:07 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' 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-05-21T16:39:08.129 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:07 smithi160 ceph-mon[30941]: osdmap e19: 3 total, 3 up, 3 in 2024-05-21T16:39:08.129 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:07 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T16:39:08.129 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37068]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-21T16:39:08.129 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37068]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.129 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37068]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.130 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37068]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.130 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37071]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-21T16:39:08.130 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37071]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.130 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37071]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.130 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:39:07 smithi160 sudo[37071]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41843]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41843]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41843]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41843]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41847]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41847]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41847]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.176 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 sudo[41847]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.176 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41817]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-21T16:39:08.177 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41817]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.177 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41817]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.177 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41817]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.177 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41820]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-21T16:39:08.177 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41820]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.177 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41820]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.177 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:39:07 smithi137 sudo[41820]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37074]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-21T16:39:08.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37074]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37074]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37074]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37077]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-21T16:39:08.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37077]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37077]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.399 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 sudo[37077]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.535 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37159]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-21T16:39:08.535 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37159]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37159]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37159]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37162]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-21T16:39:08.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37162]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-21T16:39:08.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37162]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-21T16:39:08.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 sudo[37162]: pam_unix(sudo:session): session closed for user root 2024-05-21T16:39:08.582 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:08.582 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":20,"fsid":"08575fda-1790-11ef-bc9a-c7b262605968","created":"2024-05-21T16:35:35.617334+0000","modified":"2024-05-21T16:39:07.796239+0000","last_up_change":"2024-05-21T16:39:05.789948+0000","last_in_change":"2024-05-21T16:38:48.280689+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-05-21T16:39:06.480931+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"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":"3e8c4be0-7194-4311-8e2d-f96151b6b07d","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.137:6802","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6803","nonce":1667391398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6805","nonce":1667391398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6809","nonce":1667391398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6807","nonce":1667391398}]},"public_addr":"172.21.15.137:6803/1667391398","cluster_addr":"172.21.15.137:6805/1667391398","heartbeat_back_addr":"172.21.15.137:6809/1667391398","heartbeat_front_addr":"172.21.15.137:6807/1667391398","state":["exists","up"]},{"osd":1,"uuid":"67080d51-d68e-4174-9637-6a662f5aee34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6801","nonce":1350527042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6803","nonce":1350527042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6807","nonce":1350527042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6805","nonce":1350527042}]},"public_addr":"172.21.15.160:6801/1350527042","cluster_addr":"172.21.15.160:6803/1350527042","heartbeat_back_addr":"172.21.15.160:6807/1350527042","heartbeat_front_addr":"172.21.15.160:6805/1350527042","state":["exists","up"]},{"osd":2,"uuid":"1753af48-f2b5-4e7a-8f04-79fc633f5340","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.183:6800","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6801","nonce":1476065736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6803","nonce":1476065736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6807","nonce":1476065736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6805","nonce":1476065736}]},"public_addr":"172.21.15.183:6801/1476065736","cluster_addr":"172.21.15.183:6803/1476065736","heartbeat_back_addr":"172.21.15.183:6807/1476065736","heartbeat_front_addr":"172.21.15.183:6805/1476065736","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-05-21T16:38:14.478921+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-05-21T16:38:39.407055+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-05-21T16:39:03.883012+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.137:0/812053243":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/1082962912":"2024-05-22T16:36:38.386716+0000","172.21.15.137:6800/423876827":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/2176331623":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6800/1252347587":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6801/1252347587":"2024-05-22T16:36:12.161528+0000","172.21.15.137:0/851140966":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/987575073":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6801/423876827":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/3970322107":"2024-05-22T16:36:12.161528+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-05-21T16:39:08.832 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T16:39:08.832 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: osdmap e20: 3 total, 3 up, 3 in 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:08.833 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: pgmap v85: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:08.834 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:08 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/3310088236' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:09.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: osdmap e20: 3 total, 3 up, 3 in 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:09.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: pgmap v85: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:09.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:08 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/3310088236' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:09.167 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-21T16:39:06.480931+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'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-05-21T16:39:09.167 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: osdmap e20: 3 total, 3 up, 3 in 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: pgmap v85: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:08 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/3310088236' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:10.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:09 smithi160 ceph-mon[30941]: osdmap e21: 3 total, 3 up, 3 in 2024-05-21T16:39:10.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:09 smithi160 ceph-mon[30941]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-21T16:39:10.161 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:09 smithi137 ceph-mon[29318]: osdmap e21: 3 total, 3 up, 3 in 2024-05-21T16:39:10.161 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:09 smithi137 ceph-mon[29318]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-21T16:39:10.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:09 smithi183 ceph-mon[30988]: osdmap e21: 3 total, 3 up, 3 in 2024-05-21T16:39:10.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:09 smithi183 ceph-mon[30988]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-21T16:39:10.653 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:11.034 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:10 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.035 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:10 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.035 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:10 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.035 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:10 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.035 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:10 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.035 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:10 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.035 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:10 smithi137 ceph-mon[29318]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:11.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:10 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:10 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:10 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:10 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:10 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:10 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:10 smithi160 ceph-mon[30941]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:11.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:10 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:10 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:10 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:10 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:10 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:10 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:11.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:10 smithi183 ceph-mon[30988]: pgmap v87: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:13.052 INFO:teuthology.orchestra.run.smithi137.stdout:pg_num: 1 2024-05-21T16:39:13.535 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:13 smithi183 ceph-mon[30988]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:13 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/1126960391' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T16:39:13.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:13 smithi137 ceph-mon[29318]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:13.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:13 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1126960391' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T16:39:13.588 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.588 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:13.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:13 smithi160 ceph-mon[30941]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:13.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:13 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/1126960391' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T16:39:13.634 INFO:tasks.cephadm:Setting up client nodes... 2024-05-21T16:39:13.635 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-21T16:39:13.635 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-21T16:39:13.635 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph mgr dump --format=json 2024-05-21T16:39:13.871 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:15.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:15 smithi137 ceph-mon[29318]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:15.591 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:15 smithi183 ceph-mon[30988]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:15.867 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:15 smithi160 ceph-mon[30941]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:16.250 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":2870395240},{"type":"v1","addr":"172.21.15.137:6801","nonce":2870395240}]},"active_addr":"172.21.15.137:6801/2870395240","active_change":"2024-05-21T16:36:38.386830+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.137: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.137:0","nonce":1600475363}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.137:0","nonce":4093180760}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.137:0","nonce":2514016509}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.137:0","nonce":2022153148}]}]} 2024-05-21T16:39:16.256 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-21T16:39:16.256 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-21T16:39:16.256 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-21T16:39:16.494 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:16.783 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:16 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/253907186' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T16:39:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:16 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/253907186' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T16:39:16.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:16 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/253907186' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T16:39:17.733 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:17 smithi137 ceph-mon[29318]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:17.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:17 smithi183 ceph-mon[30988]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:17.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:17 smithi160 ceph-mon[30941]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:18.127 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:18.127 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":21,"fsid":"08575fda-1790-11ef-bc9a-c7b262605968","created":"2024-05-21T16:35:35.617334+0000","modified":"2024-05-21T16:39:08.804437+0000","last_up_change":"2024-05-21T16:39:05.789948+0000","last_in_change":"2024-05-21T16:38:48.280689+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-05-21T16:39:06.480931+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":"21","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":"3e8c4be0-7194-4311-8e2d-f96151b6b07d","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.137:6802","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6803","nonce":1667391398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6805","nonce":1667391398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6809","nonce":1667391398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6807","nonce":1667391398}]},"public_addr":"172.21.15.137:6803/1667391398","cluster_addr":"172.21.15.137:6805/1667391398","heartbeat_back_addr":"172.21.15.137:6809/1667391398","heartbeat_front_addr":"172.21.15.137:6807/1667391398","state":["exists","up"]},{"osd":1,"uuid":"67080d51-d68e-4174-9637-6a662f5aee34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6801","nonce":1350527042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6803","nonce":1350527042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6807","nonce":1350527042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6805","nonce":1350527042}]},"public_addr":"172.21.15.160:6801/1350527042","cluster_addr":"172.21.15.160:6803/1350527042","heartbeat_back_addr":"172.21.15.160:6807/1350527042","heartbeat_front_addr":"172.21.15.160:6805/1350527042","state":["exists","up"]},{"osd":2,"uuid":"1753af48-f2b5-4e7a-8f04-79fc633f5340","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.183:6800","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6801","nonce":1476065736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6803","nonce":1476065736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6807","nonce":1476065736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6805","nonce":1476065736}]},"public_addr":"172.21.15.183:6801/1476065736","cluster_addr":"172.21.15.183:6803/1476065736","heartbeat_back_addr":"172.21.15.183:6807/1476065736","heartbeat_front_addr":"172.21.15.183:6805/1476065736","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-05-21T16:38:14.478921+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-05-21T16:38:39.407055+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-05-21T16:39:03.883012+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.137:0/812053243":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/1082962912":"2024-05-22T16:36:38.386716+0000","172.21.15.137:6800/423876827":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/2176331623":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6800/1252347587":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6801/1252347587":"2024-05-22T16:36:12.161528+0000","172.21.15.137:0/851140966":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/987575073":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6801/423876827":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/3970322107":"2024-05-22T16:36:12.161528+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-05-21T16:39:18.738 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:18 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2119712313' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:18.740 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-21T16:39:18.740 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-21T16:39:18.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:18 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/2119712313' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:18.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:18 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/2119712313' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:18.975 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:19.691 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:19 smithi137 ceph-mon[29318]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:19.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:19 smithi183 ceph-mon[30988]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:19.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:19 smithi160 ceph-mon[30941]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:20.625 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:20.626 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":21,"fsid":"08575fda-1790-11ef-bc9a-c7b262605968","created":"2024-05-21T16:35:35.617334+0000","modified":"2024-05-21T16:39:08.804437+0000","last_up_change":"2024-05-21T16:39:05.789948+0000","last_in_change":"2024-05-21T16:38:48.280689+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-05-21T16:39:06.480931+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":"21","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":"3e8c4be0-7194-4311-8e2d-f96151b6b07d","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.137:6802","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6803","nonce":1667391398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6805","nonce":1667391398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6809","nonce":1667391398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":1667391398},{"type":"v1","addr":"172.21.15.137:6807","nonce":1667391398}]},"public_addr":"172.21.15.137:6803/1667391398","cluster_addr":"172.21.15.137:6805/1667391398","heartbeat_back_addr":"172.21.15.137:6809/1667391398","heartbeat_front_addr":"172.21.15.137:6807/1667391398","state":["exists","up"]},{"osd":1,"uuid":"67080d51-d68e-4174-9637-6a662f5aee34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6801","nonce":1350527042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6803","nonce":1350527042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6807","nonce":1350527042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1350527042},{"type":"v1","addr":"172.21.15.160:6805","nonce":1350527042}]},"public_addr":"172.21.15.160:6801/1350527042","cluster_addr":"172.21.15.160:6803/1350527042","heartbeat_back_addr":"172.21.15.160:6807/1350527042","heartbeat_front_addr":"172.21.15.160:6805/1350527042","state":["exists","up"]},{"osd":2,"uuid":"1753af48-f2b5-4e7a-8f04-79fc633f5340","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.183:6800","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6801","nonce":1476065736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6803","nonce":1476065736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6807","nonce":1476065736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":1476065736},{"type":"v1","addr":"172.21.15.183:6805","nonce":1476065736}]},"public_addr":"172.21.15.183:6801/1476065736","cluster_addr":"172.21.15.183:6803/1476065736","heartbeat_back_addr":"172.21.15.183:6807/1476065736","heartbeat_front_addr":"172.21.15.183:6805/1476065736","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-05-21T16:38:14.478921+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-05-21T16:38:39.407055+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-05-21T16:39:03.883012+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.137:0/812053243":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/1082962912":"2024-05-22T16:36:38.386716+0000","172.21.15.137:6800/423876827":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/2176331623":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6800/1252347587":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6801/1252347587":"2024-05-22T16:36:12.161528+0000","172.21.15.137:0/851140966":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/987575073":"2024-05-22T16:36:12.161528+0000","172.21.15.137:6801/423876827":"2024-05-22T16:36:38.386716+0000","172.21.15.137:0/3970322107":"2024-05-22T16:36:12.161528+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-05-21T16:39:21.169 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-21T16:39:21.170 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-21T16:39:21.170 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-21T16:39:21.432 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:21.434 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:21.435 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:21.733 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:21 smithi137 ceph-mon[29318]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:21.733 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:21 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/319206556' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:21.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:21 smithi183 ceph-mon[30988]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:21.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:21 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/319206556' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:21.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:21 smithi160 ceph-mon[30941]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:21.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:21 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/319206556' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T16:39:23.654 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:23 smithi183 ceph-mon[30988]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:23.761 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:23 smithi137 ceph-mon[29318]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:23 smithi160 ceph-mon[30941]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:24.726 INFO:teuthology.orchestra.run.smithi137.stdout:34359738385 2024-05-21T16:39:24.727 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-21T16:39:25.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:25 smithi137 ceph-mon[29318]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:25.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:25 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:25 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:25 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:25 smithi183 ceph-mon[30988]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:25.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:25 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:25 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:25 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:25 smithi160 ceph-mon[30941]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:25.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:25 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:25 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:25.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:25 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:26.380 INFO:teuthology.orchestra.run.smithi137.stdout:77309411334 2024-05-21T16:39:26.380 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-21T16:39:26.841 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:26.871 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:27.730 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:27 smithi137 ceph-mon[29318]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:27.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:27 smithi183 ceph-mon[30988]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:27.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:27 smithi160 ceph-mon[30941]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:28.993 INFO:teuthology.orchestra.run.smithi137.stdout:55834574861 2024-05-21T16:39:28.993 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-21T16:39:29.611 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:29 smithi137 ceph-mon[29318]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:29.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:29 smithi183 ceph-mon[30988]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:29.836 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:29.860 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:29 smithi160 ceph-mon[30941]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:30.067 INFO:teuthology.orchestra.run.smithi137.stdout:77309411335 2024-05-21T16:39:30.626 INFO:teuthology.orchestra.run.smithi137.stdout:34359738386 2024-05-21T16:39:30.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:30 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/653383327' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T16:39:30.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:30 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:30 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/653383327' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T16:39:30.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:30 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:30 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/653383327' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T16:39:30.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:30 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:30 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:30.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:30 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:31.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:31 smithi183 ceph-mon[30988]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:31.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:31 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/2632221883' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T16:39:31.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:31 smithi137 ceph-mon[29318]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:31.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:31 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/2632221883' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T16:39:31.896 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-05-21T16:39:31.897 DEBUG:teuthology.parallel:result is None 2024-05-21T16:39:31.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:31 smithi160 ceph-mon[30941]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:31.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:31 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/2632221883' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T16:39:33.568 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:33 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.568 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:33 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.568 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:33 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.569 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:33 smithi160 ceph-mon[30941]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:33.700 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:33 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.700 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:33 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.701 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:33 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.701 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:33 smithi137 ceph-mon[29318]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:33.777 INFO:teuthology.orchestra.run.smithi137.stdout:55834574862 2024-05-21T16:39:33.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:33 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:33 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:33 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:33.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:33 smithi183 ceph-mon[30988]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:34.510 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:34 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/854818799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T16:39:34.601 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:34 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/854818799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T16:39:34.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:34 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/854818799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T16:39:35.266 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411335 for osd.2 2024-05-21T16:39:35.266 DEBUG:teuthology.parallel:result is None 2024-05-21T16:39:35.498 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:35 smithi137 ceph-mon[29318]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:35.635 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:35 smithi183 ceph-mon[30988]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:35.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:35 smithi160 ceph-mon[30941]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:35.817 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574861 got 55834574862 for osd.1 2024-05-21T16:39:35.817 DEBUG:teuthology.parallel:result is None 2024-05-21T16:39:35.817 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-21T16:39:35.817 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph pg dump --format=json 2024-05-21T16:39:36.062 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:37.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:37 smithi183 ceph-mon[30988]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:37.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:37 smithi137 ceph-mon[29318]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:37.852 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:37.854 INFO:teuthology.orchestra.run.smithi137.stderr:dumped all 2024-05-21T16:39:37.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:37 smithi160 ceph-mon[30941]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:38.422 INFO:teuthology.orchestra.run.smithi137.stdout:{"pg_ready":true,"pg_map":{"version":100,"stamp":"2024-05-21T16:39:36.417674+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":83892,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151564,"statfs":{"total":287985106944,"available":287899201536,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001839"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-21T16:39:08.811761+0000","last_change":"2024-05-21T16:39:07.807764+0000","last_active":"2024-05-21T16:39:08.811761+0000","last_peered":"2024-05-21T16:39:08.811761+0000","last_clean":"2024-05-21T16:39:08.811761+0000","last_became_active":"2024-05-21T16:39:07.806842+0000","last_became_peered":"2024-05-21T16:39:07.806842+0000","last_unstale":"2024-05-21T16:39:08.811761+0000","last_undegraded":"2024-05-21T16:39:08.811761+0000","last_fullsized":"2024-05-21T16:39:08.811761+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-21T16:39:06.791548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-21T16:39:06.791548+0000","last_clean_scrub_stamp":"2024-05-21T16:39:06.791548+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-22T23:49:23.265813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"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":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"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":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-05-21T16:39:38.423 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph pg dump --format=json 2024-05-21T16:39:38.657 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:39.693 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:39 smithi137 ceph-mon[29318]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:39:39.693 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:39 smithi137 ceph-mon[29318]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:39.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:39 smithi183 ceph-mon[30988]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:39:39.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:39 smithi183 ceph-mon[30988]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:39.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:39 smithi160 ceph-mon[30941]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:39:39.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:39 smithi160 ceph-mon[30941]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:40.423 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:40.426 INFO:teuthology.orchestra.run.smithi137.stderr:dumped all 2024-05-21T16:39:40.953 INFO:teuthology.orchestra.run.smithi137.stdout:{"pg_ready":true,"pg_map":{"version":102,"stamp":"2024-05-21T16:39:40.418424+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":83892,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151564,"statfs":{"total":287985106944,"available":287899201536,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002052"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":126,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-21T16:39:08.811761+0000","last_change":"2024-05-21T16:39:07.807764+0000","last_active":"2024-05-21T16:39:08.811761+0000","last_peered":"2024-05-21T16:39:08.811761+0000","last_clean":"2024-05-21T16:39:08.811761+0000","last_became_active":"2024-05-21T16:39:07.806842+0000","last_became_peered":"2024-05-21T16:39:07.806842+0000","last_unstale":"2024-05-21T16:39:08.811761+0000","last_undegraded":"2024-05-21T16:39:08.811761+0000","last_fullsized":"2024-05-21T16:39:08.811761+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-21T16:39:06.791548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-21T16:39:06.791548+0000","last_clean_scrub_stamp":"2024-05-21T16:39:06.791548+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-22T23:49:23.265813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"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":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"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":27964,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-05-21T16:39:40.954 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-21T16:39:40.954 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-21T16:39:40.954 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-21T16:39:40.955 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- ceph health --format=json 2024-05-21T16:39:41.189 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:41.602 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:41 smithi137 ceph-mon[29318]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:41.602 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:41 smithi137 ceph-mon[29318]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:39:41.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:41 smithi183 ceph-mon[30988]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:41.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:41 smithi183 ceph-mon[30988]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:39:41.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:41 smithi160 ceph-mon[30941]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:41.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:41 smithi160 ceph-mon[30941]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:39:42.999 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:39:42.999 INFO:teuthology.orchestra.run.smithi137.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-21T16:39:43.576 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-21T16:39:43.576 INFO:tasks.cephadm:Setup complete, yielding 2024-05-21T16:39:43.577 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-21T16:39:43.586 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 08575fda-1790-11ef-bc9a-c7b262605968 -- bash -c 'set -e 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> set -x 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch apply node-exporter 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch apply grafana 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch apply alertmanager 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch apply prometheus 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> sleep 240 2024-05-21T16:39:43.586 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch ls 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch ps 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch host ls 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> # check each host node-exporter metrics endpoint is responsive 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> for ip in $ALL_HOST_IPS; do 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${ip}:9100/metric 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> done 2024-05-21T16:39:43.587 DEBUG:teuthology.orchestra.run.smithi137:> # check grafana endpoints are responsive and database health is okay 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> # stop mon daemon in order to trigger an alert 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> ceph orch daemon stop $MON_DAEMON 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> sleep 120 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> # check prometheus endpoints are responsive and mon down alert is firing 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> # check alertmanager endpoints are responsive and mon down alert is active 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-05-21T16:39:43.588 DEBUG:teuthology.orchestra.run.smithi137:> ' 2024-05-21T16:39:43.612 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:43 smithi137 ceph-mon[29318]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:43.612 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:43 smithi137 ceph-mon[29318]: from='client.? 172.21.15.137:0/1366275806' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T16:39:43.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:43 smithi183 ceph-mon[30988]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:43.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:43 smithi183 ceph-mon[30988]: from='client.? 172.21.15.137:0/1366275806' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T16:39:43.825 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T16:39:43.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:43 smithi160 ceph-mon[30941]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:43.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:43 smithi160 ceph-mon[30941]: from='client.? 172.21.15.137:0/1366275806' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T16:39:45.305 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch apply node-exporter 2024-05-21T16:39:45.587 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled node-exporter update... 2024-05-21T16:39:45.600 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch apply grafana 2024-05-21T16:39:45.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:45 smithi183 ceph-mon[30988]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:45.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:45 smithi137 ceph-mon[29318]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:45.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:45 smithi160 ceph-mon[30941]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:45.941 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled grafana update... 2024-05-21T16:39:45.954 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch apply alertmanager 2024-05-21T16:39:46.308 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled alertmanager update... 2024-05-21T16:39:46.322 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch apply prometheus 2024-05-21T16:39:46.675 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled prometheus update... 2024-05-21T16:39:46.688 INFO:teuthology.orchestra.run.smithi137.stderr:+ sleep 240 2024-05-21T16:39:46.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: Saving service node-exporter spec with placement * 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:46.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:46.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: Deploying daemon node-exporter.smithi137 on smithi137 2024-05-21T16:39:46.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:46 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:46.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: Saving service node-exporter spec with placement * 2024-05-21T16:39:46.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:46.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:46.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:46.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: Deploying daemon node-exporter.smithi137 on smithi137 2024-05-21T16:39:46.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:46 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:46.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: Saving service node-exporter spec with placement * 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: Deploying daemon node-exporter.smithi137 on smithi137 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:46.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:46 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:47.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:47 smithi183 ceph-mon[30988]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:47.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:47 smithi183 ceph-mon[30988]: Saving service grafana spec with placement count:1 2024-05-21T16:39:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:47 smithi183 ceph-mon[30988]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:47 smithi183 ceph-mon[30988]: Saving service alertmanager spec with placement count:1 2024-05-21T16:39:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:47 smithi183 ceph-mon[30988]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:47.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:47 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:47.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:47 smithi137 ceph-mon[29318]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:47.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:47 smithi137 ceph-mon[29318]: Saving service grafana spec with placement count:1 2024-05-21T16:39:47.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:47 smithi137 ceph-mon[29318]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:47.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:47 smithi137 ceph-mon[29318]: Saving service alertmanager spec with placement count:1 2024-05-21T16:39:47.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:47 smithi137 ceph-mon[29318]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:47.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:47 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:47 smithi160 ceph-mon[30941]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:47 smithi160 ceph-mon[30941]: Saving service grafana spec with placement count:1 2024-05-21T16:39:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:47 smithi160 ceph-mon[30941]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:47 smithi160 ceph-mon[30941]: Saving service alertmanager spec with placement count:1 2024-05-21T16:39:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:47 smithi160 ceph-mon[30941]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:47.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:47 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:48.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:48 smithi183 ceph-mon[30988]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:48.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:48 smithi183 ceph-mon[30988]: Saving service prometheus spec with placement count:1 2024-05-21T16:39:48.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:48 smithi137 ceph-mon[29318]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:48.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:48 smithi137 ceph-mon[29318]: Saving service prometheus spec with placement count:1 2024-05-21T16:39:48.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:48 smithi160 ceph-mon[30941]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:39:48.799 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:48 smithi160 ceph-mon[30941]: Saving service prometheus spec with placement count:1 2024-05-21T16:39:49.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:49 smithi137 ceph-mon[29318]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:49.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.543 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:49 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:49 smithi183 ceph-mon[30988]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:49.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:49 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:49 smithi160 ceph-mon[30941]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:49.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:49.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:49 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.760 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:50 smithi137 ceph-mon[29318]: Deploying daemon node-exporter.smithi160 on smithi160 2024-05-21T16:39:50.760 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.761 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.761 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:50 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.770 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:50 smithi160 ceph-mon[30941]: Deploying daemon node-exporter.smithi160 on smithi160 2024-05-21T16:39:50.771 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.771 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.771 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:50 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:50 smithi183 ceph-mon[30988]: Deploying daemon node-exporter.smithi160 on smithi160 2024-05-21T16:39:50.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:50.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:50 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:51.542 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:51 smithi137 ceph-mon[29318]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:51.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:51 smithi183 ceph-mon[30988]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:51.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:51 smithi160 ceph-mon[30941]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:52.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:52 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:52.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:52 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:52.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:52 smithi160 ceph-mon[30941]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:52.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:52 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:52.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:52 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:52.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:52 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:52.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:52 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:52 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:52 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:52 smithi183 ceph-mon[30988]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:52 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:52 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:52 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:52 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:52 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:52 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:52 smithi137 ceph-mon[29318]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:52 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:52 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:52 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:52 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:53 smithi137 ceph-mon[29318]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:53 smithi137 ceph-mon[29318]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:53 smithi137 ceph-mon[29318]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:39:53.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:53 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.834 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:53 smithi160 ceph-mon[30941]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.834 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:53 smithi160 ceph-mon[30941]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.834 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:53 smithi160 ceph-mon[30941]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:39:53.834 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.834 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.834 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:53 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.853 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:53 smithi183 ceph-mon[30988]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.853 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:53 smithi183 ceph-mon[30988]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:53.853 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:53 smithi183 ceph-mon[30988]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:39:53.853 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.853 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:53.854 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:53 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:54.723 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:54 smithi137 ceph-mon[29318]: Deploying daemon node-exporter.smithi183 on smithi183 2024-05-21T16:39:54.763 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:54 smithi160 ceph-mon[30941]: Deploying daemon node-exporter.smithi183 on smithi183 2024-05-21T16:39:54.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:54 smithi183 ceph-mon[30988]: Deploying daemon node-exporter.smithi183 on smithi183 2024-05-21T16:39:55.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:55 smithi137 ceph-mon[29318]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:55.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:55 smithi160 ceph-mon[30941]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:56.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:55 smithi183 ceph-mon[30988]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:57.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:57 smithi160 ceph-mon[30941]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:57.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:57 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:57.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:57 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:57.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:57 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:57.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:57 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:57 smithi183 ceph-mon[30988]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:58.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:57 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:57 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:57 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:57 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:57 smithi137 ceph-mon[29318]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:58.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:57 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:57 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:57 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:57 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.697 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:58.697 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:58.697 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:58.697 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.697 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:58.698 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:58.698 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:58.698 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.698 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:58 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.712 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:58.712 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:58.712 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:58.712 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.712 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:58.712 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:58.713 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:58.713 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.713 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:58 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.791 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:58.791 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:58.791 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:58.792 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.792 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:39:58.792 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:39:58.792 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:39:58.792 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:58.792 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:58 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.629 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:59.630 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:39:59.630 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:39:59.630 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-21T16:39:59.630 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: Cluster is now healthy 2024-05-21T16:39:59.630 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.630 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.630 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:39:59 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: Cluster is now healthy 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:39:59 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: Cluster is now healthy 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:39:59.882 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:39:59 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:00.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:00 smithi160 ceph-mon[30941]: overall HEALTH_OK 2024-05-21T16:40:00.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:00 smithi183 ceph-mon[30988]: overall HEALTH_OK 2024-05-21T16:40:01.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:00 smithi137 ceph-mon[29318]: overall HEALTH_OK 2024-05-21T16:40:01.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:01 smithi160 ceph-mon[30941]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:01.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:01 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:01.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:01 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:01.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:01 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:01.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:01 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:01.846 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:01 smithi183 ceph-mon[30988]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:01.847 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:01 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:01.847 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:01 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:01.847 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:01 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:01.847 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:01 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:02.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:01 smithi137 ceph-mon[29318]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:02.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:01 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:02.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:01 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:02.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:01 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:02.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:01 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:40:03.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: Regenerating cephadm self-signed grafana TLS certificates 2024-05-21T16:40:03.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-21T16:40:03.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-21T16:40:03.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:02 smithi183 ceph-mon[30988]: Deploying daemon grafana.smithi137 on smithi137 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: Regenerating cephadm self-signed grafana TLS certificates 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:02 smithi137 ceph-mon[29318]: Deploying daemon grafana.smithi137 on smithi137 2024-05-21T16:40:03.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:03.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:40:03.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:40:03.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:40:03.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: Regenerating cephadm self-signed grafana TLS certificates 2024-05-21T16:40:03.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-21T16:40:03.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-21T16:40:03.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:03.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:02 smithi160 ceph-mon[30941]: Deploying daemon grafana.smithi137 on smithi137 2024-05-21T16:40:05.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:04 smithi183 ceph-mon[30988]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:05.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:04 smithi137 ceph-mon[29318]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:05.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:04 smithi160 ceph-mon[30941]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:07.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:06 smithi183 ceph-mon[30988]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:07.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:06 smithi137 ceph-mon[29318]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:07.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:06 smithi160 ceph-mon[30941]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:09.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:08 smithi183 ceph-mon[30988]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:09.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:08 smithi137 ceph-mon[29318]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:09.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:08 smithi160 ceph-mon[30941]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:10.887 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:10 smithi137 ceph-mon[29318]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:11.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:10 smithi183 ceph-mon[30988]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:11.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:10 smithi160 ceph-mon[30941]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:13.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:13 smithi137 ceph-mon[29318]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:13.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:13 smithi137 ceph-mon[29318]: Deploying daemon alertmanager.smithi183 on smithi183 2024-05-21T16:40:13.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:13 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:13 smithi160 ceph-mon[30941]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:13.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:13.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:13 smithi160 ceph-mon[30941]: Deploying daemon alertmanager.smithi183 on smithi183 2024-05-21T16:40:13.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:13 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:14.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:13 smithi183 ceph-mon[30988]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:14.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:14.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:14.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:14.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:14.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:13 smithi183 ceph-mon[30988]: Deploying daemon alertmanager.smithi183 on smithi183 2024-05-21T16:40:14.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:13 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:15.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:15 smithi160 ceph-mon[30941]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:16.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:15 smithi183 ceph-mon[30988]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:16.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:15 smithi137 ceph-mon[29318]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:17.836 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:17 smithi183 ceph-mon[30988]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:17.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:17 smithi160 ceph-mon[30941]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:17.949 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:17 smithi137 ceph-mon[29318]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:19.634 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:19 smithi183 ceph-mon[30988]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:19.634 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:19 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:19.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:19 smithi160 ceph-mon[30941]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:19.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:19 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:19.710 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:19 smithi137 ceph-mon[29318]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:19.710 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:19 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.240 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:21 smithi160 ceph-mon[30941]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:21.240 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:21 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.240 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:21 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.240 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:21 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.240 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:21 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.240 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:21 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.240 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:21 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:21 smithi183 ceph-mon[30988]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:21.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:21 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:21 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:21 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:21 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:21 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:21 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:21 smithi137 ceph-mon[29318]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:21.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:21 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:21 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:21 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:21 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:21 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:21.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:21 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.723 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:23.723 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.723 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.724 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.724 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.724 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.724 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.724 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:23 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:23 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:23.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:23 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:24.730 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:24 smithi183 ceph-mon[30988]: Deploying daemon prometheus.smithi160 on smithi160 2024-05-21T16:40:24.731 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:24 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:24.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:24 smithi137 ceph-mon[29318]: Deploying daemon prometheus.smithi160 on smithi160 2024-05-21T16:40:24.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:24 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:24.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:24 smithi160 ceph-mon[30941]: Deploying daemon prometheus.smithi160 on smithi160 2024-05-21T16:40:24.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:24 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:25.701 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:25 smithi183 ceph-mon[30988]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:25.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:25 smithi137 ceph-mon[29318]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:25.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:25 smithi160 ceph-mon[30941]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:27.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:27 smithi183 ceph-mon[30988]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:27.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:27 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:27.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:27 smithi137 ceph-mon[29318]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:27.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:27 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:27.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:27 smithi160 ceph-mon[30941]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:27.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:27 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:28 smithi183 ceph-mon[30988]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:29.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:28 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:28 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:28 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:28 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:28 smithi137 ceph-mon[29318]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:29.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:28 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:28 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:28 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:28 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:28 smithi160 ceph-mon[30941]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:29.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:28 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:28 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:28 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:29.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:28 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:31.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:30 smithi183 ceph-mon[30988]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:31.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:30 smithi137 ceph-mon[29318]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:31.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:30 smithi160 ceph-mon[30941]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:33.053 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:32 smithi160 ceph-mon[30941]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:33.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:32 smithi183 ceph-mon[30988]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:33.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:32 smithi137 ceph-mon[29318]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:35.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-mon[30941]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:35.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-21T16:40:35.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: ignoring --setuser ceph since I am not root 2024-05-21T16:40:35.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: ignoring --setgroup ceph since I am not root 2024-05-21T16:40:35.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-mgr[32501]: -- 172.21.15.160:0/2237024444 <== mon.2 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5594bb2e25a0 con 0x5594bb2b6800 2024-05-21T16:40:35.149 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:34 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:34.998+0000 7f12dcd94200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T16:40:35.183 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-mon[29318]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:35.183 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.183 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.184 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.184 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-21T16:40:35.184 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ignoring --setuser ceph since I am not root 2024-05-21T16:40:35.184 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ignoring --setgroup ceph since I am not root 2024-05-21T16:40:35.184 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:34 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:34.998+0000 7f2e0fc6e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T16:40:35.184 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:35.183+0000 7f2e0fc6e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:40:35.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:34 smithi183 ceph-mon[30988]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:35.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:34 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:34 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:34 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' 2024-05-21T16:40:35.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:34 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-21T16:40:35.454 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:35 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:35.184+0000 7f12dcd94200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:40:35.454 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:35 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:35.286+0000 7f12dcd94200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T16:40:35.454 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:35 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:35.369+0000 7f12dcd94200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T16:40:35.454 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:35 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:35.453+0000 7f12dcd94200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T16:40:35.464 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:35.292+0000 7f2e0fc6e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T16:40:35.465 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:35.378+0000 7f2e0fc6e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T16:40:35.465 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:35 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:35.464+0000 7f2e0fc6e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T16:40:36.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:35 smithi137 ceph-mon[29318]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-21T16:40:36.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:35 smithi137 ceph-mon[29318]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-21T16:40:36.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:35 smithi160 ceph-mon[30941]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-21T16:40:36.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:35 smithi160 ceph-mon[30941]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-21T16:40:36.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:35 smithi183 ceph-mon[30988]: from='mgr.14152 172.21.15.137:0/1900437772' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-21T16:40:36.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:35 smithi183 ceph-mon[30988]: mgrmap e16: a(active, since 3m), standbys: b 2024-05-21T16:40:36.690 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:36.625+0000 7f2e0fc6e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T16:40:36.897 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:36 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:36.577+0000 7f12dcd94200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T16:40:36.897 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:36 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:36.816+0000 7f12dcd94200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T16:40:36.964 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:36.873+0000 7f2e0fc6e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T16:40:36.964 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:36.964+0000 7f2e0fc6e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T16:40:37.273 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:36 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:36.901+0000 7f12dcd94200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T16:40:37.483 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:37 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:37.381+0000 7f2e0fc6e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T16:40:37.483 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:37 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:37.482+0000 7f2e0fc6e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T16:40:37.647 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:37 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:37.272+0000 7f12dcd94200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T16:40:37.648 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:37 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:37.365+0000 7f12dcd94200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T16:40:37.648 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:37 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:37.458+0000 7f12dcd94200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T16:40:37.779 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:37 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:37.581+0000 7f2e0fc6e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T16:40:38.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:37 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:37.778+0000 7f2e0fc6e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:40:38.147 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:37 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:37.650+0000 7f12dcd94200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T16:40:38.581 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:38 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:38.225+0000 7f12dcd94200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T16:40:38.722 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:38 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:38.366+0000 7f2e0fc6e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T16:40:38.722 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:38 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:38.721+0000 7f2e0fc6e200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T16:40:39.302 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:38 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:38.580+0000 7f12dcd94200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T16:40:39.302 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:39 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:39.001+0000 7f12dcd94200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T16:40:39.302 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:39 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:39.096+0000 7f12dcd94200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T16:40:39.302 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:39 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:39.301+0000 7f12dcd94200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T16:40:39.454 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:39 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:39.153+0000 7f2e0fc6e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T16:40:39.454 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:39 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:39.249+0000 7f2e0fc6e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T16:40:39.454 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:39 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:39.453+0000 7f2e0fc6e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T16:40:40.147 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:39 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:39.832+0000 7f12dcd94200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T16:40:40.148 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:39 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:39.945+0000 7f12dcd94200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T16:40:40.292 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:39 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:39.976+0000 7f2e0fc6e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T16:40:40.292 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:40 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:40.074+0000 7f2e0fc6e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T16:40:40.457 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:40 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:40.203+0000 7f12dcd94200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T16:40:40.457 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:40 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:40.339+0000 7f12dcd94200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T16:40:40.457 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:40 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:40.455+0000 7f12dcd94200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T16:40:40.573 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:40 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:40.319+0000 7f2e0fc6e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T16:40:40.573 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:40 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:40.453+0000 7f2e0fc6e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T16:40:40.573 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:40 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:40.554+0000 7f2e0fc6e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T16:40:40.721 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:40 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:40.573+0000 7f12dcd94200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T16:40:41.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:40 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:40.675+0000 7f2e0fc6e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T16:40:41.611 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:41.473+0000 7f12dcd94200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T16:40:41.758 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:41.490+0000 7f2e0fc6e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T16:40:41.758 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:41.718+0000 7f2e0fc6e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T16:40:41.898 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:41.703+0000 7f12dcd94200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T16:40:41.898 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: [21/May/2024:16:40:41] ENGINE Bus STARTING 2024-05-21T16:40:41.898 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: CherryPy Checker: 2024-05-21T16:40:41.898 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: The Application mounted at '' has an empty config. 2024-05-21T16:40:41.898 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: 2024-05-21T16:40:41.898 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: [21/May/2024:16:40:41] ENGINE Serving on http://:::9283 2024-05-21T16:40:41.898 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b[32497]: [21/May/2024:16:40:41] ENGINE Bus STARTED 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: Standby manager daemon b restarted 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: Standby manager daemon b started 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: Active manager daemon a restarted 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: Activating manager daemon a 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: osdmap e22: 3 total, 3 up, 3 in 2024-05-21T16:40:41.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: mgrmap e17: a(active, starting, since 0.00631544s), standbys: b 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:40:41.900 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:41 smithi160 ceph-mon[30941]: Manager daemon a is now available 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: Standby manager daemon b restarted 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: Standby manager daemon b started 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: Active manager daemon a restarted 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: Activating manager daemon a 2024-05-21T16:40:42.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: osdmap e22: 3 total, 3 up, 3 in 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: mgrmap e17: a(active, starting, since 0.00631544s), standbys: b 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:40:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:41 smithi183 ceph-mon[30988]: Manager daemon a is now available 2024-05-21T16:40:42.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:40:41] ENGINE Bus STARTING 2024-05-21T16:40:42.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: CherryPy Checker: 2024-05-21T16:40:42.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: The Application mounted at '' has an empty config. 2024-05-21T16:40:42.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:40:42.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:40:41] ENGINE Serving on http://:::9283 2024-05-21T16:40:42.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:40:41] ENGINE Bus STARTED 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: Standby manager daemon b restarted 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: Standby manager daemon b started 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.? 172.21.15.160:0/1073675468' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: Active manager daemon a restarted 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: Activating manager daemon a 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: osdmap e22: 3 total, 3 up, 3 in 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: mgrmap e17: a(active, starting, since 0.00631544s), standbys: b 2024-05-21T16:40:42.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:40:42.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:41 smithi137 ceph-mon[29318]: Manager daemon a is now available 2024-05-21T16:40:42.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:42.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:40:42.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:42.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]': finished 2024-05-21T16:40:42.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:42.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:42.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: Updating smithi137:/etc/ceph/ceph.conf 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:40:42.899 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:42 smithi160 ceph-mon[30941]: mgrmap e18: a(active, since 1.01286s), standbys: b 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]': finished 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:40:43.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: Updating smithi137:/etc/ceph/ceph.conf 2024-05-21T16:40:43.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:40:43.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:40:43.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:40:43.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:40:43.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:40:43.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:42 smithi183 ceph-mon[30988]: mgrmap e18: a(active, since 1.01286s), standbys: b 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]': finished 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-21T16:40:43.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: Updating smithi137:/etc/ceph/ceph.conf 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: Updating smithi160:/etc/ceph/ceph.conf 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: Updating smithi183:/etc/ceph/ceph.conf 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T16:40:43.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:42 smithi137 ceph-mon[29318]: mgrmap e18: a(active, since 1.01286s), standbys: b 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:43.920 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:43.921 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:44.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:43 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: Updating smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:44.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:44.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: [21/May/2024:16:40:42] ENGINE Bus STARTING 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: [21/May/2024:16:40:43] ENGINE Serving on https://172.21.15.137:7151 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: [21/May/2024:16:40:43] ENGINE Serving on http://172.21.15.137:8765 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: [21/May/2024:16:40:43] ENGINE Bus STARTED 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:45.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:44 smithi183 ceph-mon[30988]: mgrmap e19: a(active, since 2s), standbys: b 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: [21/May/2024:16:40:42] ENGINE Bus STARTING 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: [21/May/2024:16:40:43] ENGINE Serving on https://172.21.15.137:7151 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: [21/May/2024:16:40:43] ENGINE Serving on http://172.21.15.137:8765 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: [21/May/2024:16:40:43] ENGINE Bus STARTED 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:45.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:44 smithi137 ceph-mon[29318]: mgrmap e19: a(active, since 2s), standbys: b 2024-05-21T16:40:45.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: [21/May/2024:16:40:42] ENGINE Bus STARTING 2024-05-21T16:40:45.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: Updating smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T16:40:45.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: [21/May/2024:16:40:43] ENGINE Serving on https://172.21.15.137:7151 2024-05-21T16:40:45.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: [21/May/2024:16:40:43] ENGINE Serving on http://172.21.15.137:8765 2024-05-21T16:40:45.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: [21/May/2024:16:40:43] ENGINE Bus STARTED 2024-05-21T16:40:45.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-21T16:40:45.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:45.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:44 smithi160 ceph-mon[30941]: mgrmap e19: a(active, since 2s), standbys: b 2024-05-21T16:40:45.841 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:45 smithi183 ceph-mon[30988]: Reconfiguring grafana.smithi137 (dependencies changed)... 2024-05-21T16:40:45.841 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:45 smithi183 ceph-mon[30988]: Reconfiguring daemon grafana.smithi137 on smithi137 2024-05-21T16:40:45.841 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:45 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:45.841 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:45 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:45.841 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:45 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:46.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:45 smithi137 ceph-mon[29318]: Reconfiguring grafana.smithi137 (dependencies changed)... 2024-05-21T16:40:46.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:45 smithi137 ceph-mon[29318]: Reconfiguring daemon grafana.smithi137 on smithi137 2024-05-21T16:40:46.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:45 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:46.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:45 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:46.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:45 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:46.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:45 smithi160 ceph-mon[30941]: Reconfiguring grafana.smithi137 (dependencies changed)... 2024-05-21T16:40:46.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:45 smithi160 ceph-mon[30941]: Reconfiguring daemon grafana.smithi137 on smithi137 2024-05-21T16:40:46.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:45 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:46.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:45 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:46.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:45 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:46.733 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:40:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:40:46] "GET /metrics HTTP/1.1" 200 20098 "" "Prometheus/2.43.0" 2024-05-21T16:40:47.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:46 smithi183 ceph-mon[30988]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:47.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:46 smithi183 ceph-mon[30988]: mgrmap e20: a(active, since 4s), standbys: b 2024-05-21T16:40:47.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:46 smithi137 ceph-mon[29318]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:47.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:46 smithi137 ceph-mon[29318]: mgrmap e20: a(active, since 4s), standbys: b 2024-05-21T16:40:47.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:46 smithi160 ceph-mon[30941]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:47.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:46 smithi160 ceph-mon[30941]: mgrmap e20: a(active, since 4s), standbys: b 2024-05-21T16:40:48.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:47 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:48.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:47 smithi160 ceph-mon[30941]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:48.160 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:47 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:48.160 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:47 smithi137 ceph-mon[29318]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:48.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:47 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:48.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:47 smithi183 ceph-mon[30988]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:49.072 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:48 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.072 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:48 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.072 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:48 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.242 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:48 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.242 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:48 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.242 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:48 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:48 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:48 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:49.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:48 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:50.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:50 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:50.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:50 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:50.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:50 smithi137 ceph-mon[29318]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-21T16:40:50.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:50 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-21T16:40:51.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:50 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:51.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:50 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:51.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:50 smithi183 ceph-mon[30988]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-21T16:40:51.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:50 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-21T16:40:51.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:50 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:51.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:50 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:51.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:50 smithi160 ceph-mon[30941]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-21T16:40:51.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:50 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-21T16:40:52.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:51 smithi183 ceph-mon[30988]: Reconfiguring prometheus.smithi160 (dependencies changed)... 2024-05-21T16:40:52.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:51 smithi137 ceph-mon[29318]: Reconfiguring prometheus.smithi160 (dependencies changed)... 2024-05-21T16:40:52.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:51 smithi160 ceph-mon[30941]: Reconfiguring prometheus.smithi160 (dependencies changed)... 2024-05-21T16:40:52.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:52.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:52 smithi160 ceph-mon[30941]: Reconfiguring daemon prometheus.smithi160 on smithi160 2024-05-21T16:40:52.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:52 smithi160 ceph-mon[30941]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-21T16:40:52.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:52 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:52 smithi183 ceph-mon[30988]: Reconfiguring daemon prometheus.smithi160 on smithi160 2024-05-21T16:40:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:52 smithi183 ceph-mon[30988]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-21T16:40:53.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:52 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:53.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:52 smithi137 ceph-mon[29318]: Reconfiguring daemon prometheus.smithi160 on smithi160 2024-05-21T16:40:53.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:52 smithi137 ceph-mon[29318]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-21T16:40:53.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:52 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:54.868 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:54 smithi160 ceph-mon[30941]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:54.869 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:54 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:54.869 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:54 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:54.869 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:54 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:55.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:54 smithi137 ceph-mon[29318]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:55.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:54 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:55.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:54 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:55.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:54 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:55.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:54 smithi183 ceph-mon[30988]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:55.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:54 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:55.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:54 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:55.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:54 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.023 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.023 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.023 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:55 smithi160 ceph-mon[30941]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:56.023 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:55 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:55 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:55 smithi183 ceph-mon[30988]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:56.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:55 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:56.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:55 smithi137 ceph-mon[29318]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:56.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.145 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:56 smithi160 ceph-mon[30941]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:40:57.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:56 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:56 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:56 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-05-21T16:40:57.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:56 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:56 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:40:57.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:56 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.198 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:56 smithi183 ceph-mon[30988]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:40:57.198 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:56 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.199 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:56 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.199 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:56 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-05-21T16:40:57.199 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:56 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.199 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:56 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:40:57.199 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:56 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:56 smithi137 ceph-mon[29318]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:40:57.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:56 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:56 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:56 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi183", "caps": []}]: dispatch 2024-05-21T16:40:57.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:56 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:57.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:56 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:40:57.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:56 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: Reconfiguring alertmanager.smithi183 (dependencies changed)... 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: Reconfiguring daemon alertmanager.smithi183 on smithi183 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.143 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.144 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.160 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: Reconfiguring alertmanager.smithi183 (dependencies changed)... 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: Reconfiguring daemon alertmanager.smithi183 on smithi183 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.161 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: Reconfiguring alertmanager.smithi183 (dependencies changed)... 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: Reconfiguring daemon alertmanager.smithi183 on smithi183 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:58.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:40:59.095 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:58 smithi160 ceph-mon[30941]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-05-21T16:40:59.095 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:40:58 smithi160 ceph-mon[30941]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:59.193 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:58 smithi137 ceph-mon[29318]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-05-21T16:40:59.193 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:40:58 smithi137 ceph-mon[29318]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:40:59.207 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:58 smithi183 ceph-mon[30988]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-05-21T16:40:59.207 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:40:58 smithi183 ceph-mon[30988]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:00 smithi160 ceph-mon[30941]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:00 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:00 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:00 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.236 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:00 smithi183 ceph-mon[30988]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.236 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:00 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.236 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:00 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.236 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:00 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:00 smithi137 ceph-mon[29318]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:00 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:00 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:00 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.921 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.921 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.921 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.922 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.922 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.922 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:01.922 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:01.922 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:01 smithi183 ceph-mon[30988]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:41:02.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:02.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:02.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:02.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:01 smithi160 ceph-mon[30941]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:02.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:01 smithi137 ceph-mon[29318]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:41:03.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STOPPING 2024-05-21T16:41:03.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-05-21T16:41:03.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STOPPED 2024-05-21T16:41:03.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STARTING 2024-05-21T16:41:03.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Serving on http://:::9283 2024-05-21T16:41:03.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STARTED 2024-05-21T16:41:03.042 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STOPPING 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STOPPED 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STARTING 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Serving on http://:::9283 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:02 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:02] ENGINE Bus STARTED 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:03] ENGINE Bus STOPPING 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:03] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:03] ENGINE Bus STOPPED 2024-05-21T16:41:03.043 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:03] ENGINE Bus STARTING 2024-05-21T16:41:03.541 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:03] ENGINE Serving on http://:::9283 2024-05-21T16:41:03.542 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:41:03] ENGINE Bus STARTED 2024-05-21T16:41:03.956 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137.front.sepia.ceph.com:3000"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137.front.sepia.ceph.com:3000"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2024-05-21T16:41:03.957 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi183.front.sepia.ceph.com:9093"}]: dispatch 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi183.front.sepia.ceph.com:9093"}]: dispatch 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:03.958 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:03 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-21T16:41:04.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-21T16:41:04.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137.front.sepia.ceph.com:3000"}]: dispatch 2024-05-21T16:41:04.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137.front.sepia.ceph.com:3000"}]: dispatch 2024-05-21T16:41:04.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi183.front.sepia.ceph.com:9093"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi183.front.sepia.ceph.com:9093"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:04.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:04.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:04.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137.front.sepia.ceph.com:3000"}]: dispatch 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137.front.sepia.ceph.com:3000"}]: dispatch 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2024-05-21T16:41:04.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi183.front.sepia.ceph.com:9093"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi183.front.sepia.ceph.com:9093"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:04.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.485 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.486 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:05 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:05 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:05.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:05 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:06.981 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:06 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:41:06] "GET /metrics HTTP/1.1" 200 21443 "" "Prometheus/2.43.0" 2024-05-21T16:41:08.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:07 smithi183 ceph-mon[30988]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:07 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:07 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:07 smithi183 ceph-mon[30988]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:07 smithi183 ceph-mon[30988]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:07 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:07 smithi137 ceph-mon[29318]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:07 smithi137 ceph-mon[29318]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:07 smithi137 ceph-mon[29318]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:07 smithi160 ceph-mon[30941]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:07 smithi160 ceph-mon[30941]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:07 smithi160 ceph-mon[30941]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:09 smithi183 ceph-mon[30988]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:10.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:09 smithi137 ceph-mon[29318]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:10.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:09 smithi160 ceph-mon[30941]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:10.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:10.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:11.015 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:10 smithi137 ceph-mon[29318]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:11.015 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:10 smithi137 ceph-mon[29318]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:11.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:10 smithi183 ceph-mon[30988]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:11.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:10 smithi183 ceph-mon[30988]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:11.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:10 smithi160 ceph-mon[30941]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:11.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:10 smithi160 ceph-mon[30941]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:13.034 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:12 smithi137 ceph-mon[29318]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:13.034 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:12 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:13.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:12 smithi183 ceph-mon[30988]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:13.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:12 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:13.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:12 smithi160 ceph-mon[30941]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:13.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:12 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:15.028 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:14 smithi160 ceph-mon[30941]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:15.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:14 smithi183 ceph-mon[30988]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:15.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:14 smithi137 ceph-mon[29318]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:16.747 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:16.748 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.748 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.748 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:16 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:41:16] "GET /metrics HTTP/1.1" 200 21435 "" "Prometheus/2.43.0" 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:16.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:16.793 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:17.687 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:17 smithi183 ceph-mon[30988]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:41:17.748 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:17 smithi160 ceph-mon[30941]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:41:17.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:17 smithi137 ceph-mon[29318]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:41:18.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:18 smithi183 ceph-mon[30988]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:18.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:18 smithi137 ceph-mon[29318]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:18.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:18 smithi160 ceph-mon[30941]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:20.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:20 smithi183 ceph-mon[30988]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:20.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:20 smithi137 ceph-mon[29318]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:20.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:20 smithi160 ceph-mon[30941]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:22.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:22.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:22.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:22.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:22.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:22.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:22.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:41:22.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:41:22.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:41:22.898 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:23.650 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:23 smithi183 ceph-mon[30988]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:23.650 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:23 smithi183 ceph-mon[30988]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-21T16:41:23.650 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:23 smithi183 ceph-mon[30988]: Cluster is now healthy 2024-05-21T16:41:23.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:23 smithi137 ceph-mon[29318]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:23 smithi137 ceph-mon[29318]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-21T16:41:23.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:23 smithi137 ceph-mon[29318]: Cluster is now healthy 2024-05-21T16:41:23.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:23 smithi160 ceph-mon[30941]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:23.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:23 smithi160 ceph-mon[30941]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-21T16:41:23.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:23 smithi160 ceph-mon[30941]: Cluster is now healthy 2024-05-21T16:41:25.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:25 smithi183 ceph-mon[30988]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:25.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:25 smithi137 ceph-mon[29318]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:25.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:25 smithi160 ceph-mon[30941]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:27.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:26 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:41:26] "GET /metrics HTTP/1.1" 200 21435 "" "Prometheus/2.43.0" 2024-05-21T16:41:28.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:27 smithi137 ceph-mon[29318]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:28.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:27 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:28.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:27 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:28.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:27 smithi160 ceph-mon[30941]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:28.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:27 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:28.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:27 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:28.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:27 smithi183 ceph-mon[30988]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:28.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:27 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:28.285 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:27 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:29.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:29 smithi160 ceph-mon[30941]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:29.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:29 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:29.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:29 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:29.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:29 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:29.970 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:29 smithi137 ceph-mon[29318]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:29.970 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:29 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:29.970 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:29 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:29.970 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:29 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:30.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:29 smithi183 ceph-mon[30988]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:30.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:29 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:30.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:29 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:30.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:29 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:31.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:31 smithi160 ceph-mon[30941]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:31.926 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:31 smithi137 ceph-mon[29318]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:32.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:31 smithi183 ceph-mon[30988]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:33.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:33 smithi160 ceph-mon[30941]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:33.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:33 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:33.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:33 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:33.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:33 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:33.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:33 smithi137 ceph-mon[29318]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:33.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:33 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:33.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:33 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:33.792 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:33 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:34.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:33 smithi183 ceph-mon[30988]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:34.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:33 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:34.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:33 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:34.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:33 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:35.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:35 smithi160 ceph-mon[30941]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:36.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:35 smithi183 ceph-mon[30988]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:36.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:35 smithi137 ceph-mon[29318]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:37.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:41:36] "GET /metrics HTTP/1.1" 200 21436 "" "Prometheus/2.43.0" 2024-05-21T16:41:37.872 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:37 smithi160 ceph-mon[30941]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:38.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:37 smithi183 ceph-mon[30988]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:38.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:37 smithi137 ceph-mon[29318]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:39.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:39 smithi160 ceph-mon[30941]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:40.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:39 smithi183 ceph-mon[30988]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:40.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:39 smithi137 ceph-mon[29318]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:41.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:41 smithi183 ceph-mon[30988]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:41.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:41.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:41.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:41 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:41.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:41 smithi160 ceph-mon[30941]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:41.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:41.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:41.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:41 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:42.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:41 smithi137 ceph-mon[29318]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:42.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:42.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:42.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:41 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:42.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:42.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:43.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:43.638 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:43 smithi183 ceph-mon[30988]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:43.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:43 smithi160 ceph-mon[30941]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:44.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:43 smithi137 ceph-mon[29318]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:45.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:45 smithi160 ceph-mon[30941]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:46.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:45 smithi183 ceph-mon[30988]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:46.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:45 smithi137 ceph-mon[29318]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:47.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:41:46] "GET /metrics HTTP/1.1" 200 21437 "" "Prometheus/2.43.0" 2024-05-21T16:41:47.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:47 smithi160 ceph-mon[30941]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:48.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:47 smithi183 ceph-mon[30988]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:48.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:47 smithi137 ceph-mon[29318]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:49.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:49 smithi160 ceph-mon[30941]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:49.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:49.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:49.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:50.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:49 smithi183 ceph-mon[30988]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:50.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:50.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:50.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:49 smithi137 ceph-mon[29318]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:51.960 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:51 smithi137 ceph-mon[29318]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:52.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:51 smithi183 ceph-mon[30988]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:52.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:51 smithi160 ceph-mon[30941]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:53.948 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:53 smithi137 ceph-mon[29318]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:53.948 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:53 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:53.948 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:53 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:53.948 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:53 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:54.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:53 smithi183 ceph-mon[30988]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:54.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:53 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:54.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:53 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:54.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:53 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:54.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:53 smithi160 ceph-mon[30941]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:54.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:53 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:54.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:53 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:54.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:53 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:41:56.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:55 smithi183 ceph-mon[30988]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:56.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:55 smithi137 ceph-mon[29318]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:56.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:55 smithi160 ceph-mon[30941]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:57.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:41:56 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:41:56] "GET /metrics HTTP/1.1" 200 21437 "" "Prometheus/2.43.0" 2024-05-21T16:41:57.836 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:57 smithi160 ceph-mon[30941]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:57.836 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:58.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:57 smithi183 ceph-mon[30988]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:58.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:41:58.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:57 smithi137 ceph-mon[29318]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:41:58.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:00.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:41:59 smithi183 ceph-mon[30988]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:00.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:41:59 smithi137 ceph-mon[29318]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:00.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:41:59 smithi160 ceph-mon[30941]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:01.766 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:01 smithi183 ceph-mon[30988]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:01.766 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:01 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:01.766 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:01 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:01.766 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:01 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:02.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:01 smithi137 ceph-mon[29318]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:02.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:01 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:02.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:01 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:02.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:01 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:02.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:01 smithi160 ceph-mon[30941]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:02.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:01 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:02.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:01 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:02.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:01 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:04.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:03 smithi183 ceph-mon[30988]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:04.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:03 smithi137 ceph-mon[29318]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:04.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:03 smithi160 ceph-mon[30941]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:06.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:05 smithi183 ceph-mon[30988]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:06.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:05 smithi137 ceph-mon[29318]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:06.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:05 smithi160 ceph-mon[30941]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:07.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:42:06 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:42:06] "GET /metrics HTTP/1.1" 200 21438 "" "Prometheus/2.43.0" 2024-05-21T16:42:08.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:07 smithi183 ceph-mon[30988]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:08.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:07 smithi137 ceph-mon[29318]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:07 smithi160 ceph-mon[30941]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:10.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:09 smithi160 ceph-mon[30941]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:10.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:09 smithi183 ceph-mon[30988]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:09 smithi137 ceph-mon[29318]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:12.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:11 smithi160 ceph-mon[30941]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:12.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:11 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:12.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:11 smithi183 ceph-mon[30988]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:12.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:11 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:12.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:11 smithi137 ceph-mon[29318]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:12.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:11 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:13.994 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:13 smithi137 ceph-mon[29318]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:13.994 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:13 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:13.994 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:13 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:13.995 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:13 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:14.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:13 smithi160 ceph-mon[30941]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:14.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:13 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:14.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:13 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:14.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:13 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:14.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:13 smithi183 ceph-mon[30988]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:14.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:13 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:14.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:13 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:14.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:13 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:16.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:15 smithi183 ceph-mon[30988]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:16.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:15 smithi160 ceph-mon[30941]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:16.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:15 smithi137 ceph-mon[29318]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:17.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:42:16 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:42:16] "GET /metrics HTTP/1.1" 200 21440 "" "Prometheus/2.43.0" 2024-05-21T16:42:18.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:17 smithi160 ceph-mon[30941]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:18.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:17 smithi183 ceph-mon[30988]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:18.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:17 smithi137 ceph-mon[29318]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:20.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:19 smithi160 ceph-mon[30941]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:20.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:19 smithi183 ceph-mon[30988]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:20.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:19 smithi137 ceph-mon[29318]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:22.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:21 smithi183 ceph-mon[30988]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:22.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:21 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:21 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:21 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:21 smithi160 ceph-mon[30941]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:22.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:21 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:21 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:21 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:21 smithi137 ceph-mon[29318]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:22.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:21 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:21 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:22.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:21 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:23.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:42:23.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:42:23.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:42:23.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:22 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:42:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:42:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:42:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:22 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:42:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:42:23.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:42:23.292 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:22 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:24.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:23 smithi183 ceph-mon[30988]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:24.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:23 smithi160 ceph-mon[30941]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:24.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:23 smithi137 ceph-mon[29318]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:26.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:25 smithi160 ceph-mon[30941]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:26.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:25 smithi183 ceph-mon[30988]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:26.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:25 smithi137 ceph-mon[29318]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:26.866 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:42:26 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:42:26] "GET /metrics HTTP/1.1" 200 21440 "" "Prometheus/2.43.0" 2024-05-21T16:42:27.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:26 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:27.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:26 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:27.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:26 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:28.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:27 smithi160 ceph-mon[30941]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:28.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:27 smithi183 ceph-mon[30988]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:28.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:27 smithi137 ceph-mon[29318]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:30.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:29 smithi160 ceph-mon[30941]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:30.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:29 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:29 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:29 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:29 smithi183 ceph-mon[30988]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:30.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:29 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:29 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:29 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:29 smithi137 ceph-mon[29318]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:30.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:29 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:29 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:30.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:29 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:32.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:31 smithi160 ceph-mon[30941]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:32.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:31 smithi183 ceph-mon[30988]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:32.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:31 smithi137 ceph-mon[29318]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:34.020 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:33 smithi137 ceph-mon[29318]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:34.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:33 smithi160 ceph-mon[30941]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:34.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:33 smithi183 ceph-mon[30988]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:35.251 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:34 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.251 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:34 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.251 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:34 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.251 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:34 smithi137 ceph-mon[29318]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:35.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:34 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:34 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:34 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:34 smithi183 ceph-mon[30988]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:35.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:34 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:34 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:34 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:35.398 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:34 smithi160 ceph-mon[30941]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:37.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:42:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:42:36] "GET /metrics HTTP/1.1" 200 21433 "" "Prometheus/2.43.0" 2024-05-21T16:42:37.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:37 smithi160 ceph-mon[30941]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:37.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:37 smithi183 ceph-mon[30988]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:37.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:37 smithi137 ceph-mon[29318]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:39.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:39 smithi160 ceph-mon[30941]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:39.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:39 smithi183 ceph-mon[30988]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:39.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:39 smithi137 ceph-mon[29318]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:41.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:41 smithi160 ceph-mon[30941]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:41.765 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:41 smithi183 ceph-mon[30988]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:41.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:41 smithi137 ceph-mon[29318]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:43.007 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.007 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.007 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.007 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:43.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:43.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:43.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:44.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:43 smithi183 ceph-mon[30988]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:44.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:43 smithi137 ceph-mon[29318]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:44.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:43 smithi160 ceph-mon[30941]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:46.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:45 smithi183 ceph-mon[30988]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:46.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:45 smithi137 ceph-mon[29318]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:46.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:45 smithi160 ceph-mon[30941]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:47.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:42:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:42:46] "GET /metrics HTTP/1.1" 200 21438 "" "Prometheus/2.43.0" 2024-05-21T16:42:48.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:47 smithi183 ceph-mon[30988]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:48.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:47 smithi137 ceph-mon[29318]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:48.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:47 smithi160 ceph-mon[30941]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:50.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:49 smithi183 ceph-mon[30988]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:50.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.035 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:49 smithi137 ceph-mon[29318]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:49 smithi160 ceph-mon[30941]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:50.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:50.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:52.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:51 smithi183 ceph-mon[30988]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:51 smithi137 ceph-mon[29318]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:52.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:51 smithi160 ceph-mon[30941]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:54.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:53 smithi183 ceph-mon[30988]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:54.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:53 smithi137 ceph-mon[29318]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:54.088 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:53 smithi160 ceph-mon[30941]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:55.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:55 smithi160 ceph-mon[30941]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:55.435 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.435 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.435 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.435 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:55 smithi137 ceph-mon[29318]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:55.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:55 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:55 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:55 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:42:55.535 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:55 smithi183 ceph-mon[30988]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:56.933 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:42:56 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:42:56] "GET /metrics HTTP/1.1" 200 21438 "" "Prometheus/2.43.0" 2024-05-21T16:42:57.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:57 smithi160 ceph-mon[30941]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:57.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:57 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:57.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:57 smithi183 ceph-mon[30988]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:57.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:57 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:57.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:57 smithi137 ceph-mon[29318]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:57.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:57 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:42:59.593 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:42:59 smithi137 ceph-mon[29318]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:59.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:42:59 smithi160 ceph-mon[30941]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:42:59.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:42:59 smithi183 ceph-mon[30988]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:01.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:01 smithi160 ceph-mon[30941]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:01.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:01 smithi183 ceph-mon[30988]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:01.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:01 smithi137 ceph-mon[29318]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:03.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:02 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:02 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:02 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:02 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:02 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:02 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:02 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:02 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:03.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:02 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:04.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:03 smithi160 ceph-mon[30941]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:04.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:03 smithi183 ceph-mon[30988]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:04.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:03 smithi137 ceph-mon[29318]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:06.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:05 smithi183 ceph-mon[30988]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:06.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:05 smithi160 ceph-mon[30941]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:06.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:05 smithi137 ceph-mon[29318]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:07.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:43:06 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:43:06] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-05-21T16:43:08.231 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:07 smithi137 ceph-mon[29318]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:08.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:07 smithi183 ceph-mon[30988]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:08.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:07 smithi160 ceph-mon[30941]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:09 smithi183 ceph-mon[30988]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:09 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:09 smithi137 ceph-mon[29318]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:09 smithi160 ceph-mon[30941]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:10.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:10.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:11.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:10 smithi183 ceph-mon[30988]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:11.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:10 smithi137 ceph-mon[29318]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:11.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:10 smithi160 ceph-mon[30941]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:12.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:11 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:12.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:11 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:12.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:11 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:13.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:12 smithi183 ceph-mon[30988]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:13.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:12 smithi137 ceph-mon[29318]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:13.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:12 smithi160 ceph-mon[30941]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:15.394 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:15 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.394 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:15 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.394 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:15 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.394 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:15 smithi137 ceph-mon[29318]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:15.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:15 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:15 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:15 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:15 smithi183 ceph-mon[30988]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:15.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:15 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:15 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:15 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:15.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:15 smithi160 ceph-mon[30941]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:16.791 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:43:16 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:43:16] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-05-21T16:43:17.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:17 smithi137 ceph-mon[29318]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:17.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:17 smithi160 ceph-mon[30941]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:17.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:17 smithi183 ceph-mon[30988]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:19.572 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:19 smithi160 ceph-mon[30941]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:19.586 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:19 smithi183 ceph-mon[30988]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:19.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:19 smithi137 ceph-mon[29318]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:21.472 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:21 smithi160 ceph-mon[30941]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:21.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:21 smithi183 ceph-mon[30988]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:21.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:21 smithi137 ceph-mon[29318]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:43:23.284 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:23 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:43:23.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:23 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:23.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:23.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:43:23.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:43:23.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:43:23.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:23 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:25.534 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:25 smithi183 ceph-mon[30988]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:25.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:25 smithi160 ceph-mon[30941]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:25.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:25 smithi137 ceph-mon[29318]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:27.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:43:26 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:43:26] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-05-21T16:43:27.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:27 smithi160 ceph-mon[30941]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:27.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:27 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:27.725 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:27 smithi137 ceph-mon[29318]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:27.725 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:27 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:27.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:27 smithi183 ceph-mon[30988]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:27.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:27 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:29.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:29 smithi160 ceph-mon[30941]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:29.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:29 smithi183 ceph-mon[30988]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:29.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:29 smithi137 ceph-mon[29318]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:30.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:30 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:30 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:30 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:30 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:30 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:30 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:30 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:30 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:30.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:30 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:31.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:31 smithi160 ceph-mon[30941]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:31.783 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:31 smithi183 ceph-mon[30988]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:31.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:31 smithi137 ceph-mon[29318]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:33.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:33 smithi160 ceph-mon[30941]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:33.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:33 smithi183 ceph-mon[30988]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:33.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:33 smithi137 ceph-mon[29318]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:35.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:35 smithi160 ceph-mon[30941]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:35.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:35 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:35 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:35 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:35 smithi137 ceph-mon[29318]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:35.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:35 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:35 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.712 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:35 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.783 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:35 smithi183 ceph-mon[30988]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:35.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:35 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:35 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:35.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:35 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:36.728 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:43:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:43:36] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-05-21T16:43:37.623 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:37 smithi137 ceph-mon[29318]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:37.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:37 smithi160 ceph-mon[30941]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:37.783 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:37 smithi183 ceph-mon[30988]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:39.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:39 smithi160 ceph-mon[30941]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:39.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:39 smithi183 ceph-mon[30988]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:39.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:39 smithi137 ceph-mon[29318]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:41.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:41 smithi160 ceph-mon[30941]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:41.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:41 smithi183 ceph-mon[30988]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:41.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:41 smithi137 ceph-mon[29318]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:42.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:42.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:42 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:42.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:43:42.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:42.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:43.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:43 smithi160 ceph-mon[30941]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:43.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:43 smithi183 ceph-mon[30988]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:43.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:43 smithi137 ceph-mon[29318]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:45.783 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:45 smithi183 ceph-mon[30988]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:45.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:45 smithi137 ceph-mon[29318]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:45.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:45 smithi160 ceph-mon[30941]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:46.690 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch ls 2024-05-21T16:43:47.022 INFO:teuthology.orchestra.run.smithi137.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:agent 3/3 17s ago 3m * 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:alertmanager ?:9093,9094 1/1 4s ago 4m count:1 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:grafana ?:3000 1/1 17s ago 4m count:1 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:mgr 2/2 17s ago 6m smithi137=a;smithi160=b;count:2 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:mon 3/3 17s ago 6m smithi137:172.21.15.137=a;smithi160:172.21.15.160=b;smithi183:172.21.15.183=c;count:3 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:node-exporter ?:9100 3/3 17s ago 4m * 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:osd 3 17s ago - 2024-05-21T16:43:47.023 INFO:teuthology.orchestra.run.smithi137.stdout:prometheus ?:9095 1/1 12s ago 4m count:1 2024-05-21T16:43:47.024 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:43:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:43:46] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-05-21T16:43:47.036 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch ps 2024-05-21T16:43:47.354 INFO:teuthology.orchestra.run.smithi137.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-21T16:43:47.354 INFO:teuthology.orchestra.run.smithi137.stdout:agent.smithi137 smithi137 running 18s ago 7m - - 2024-05-21T16:43:47.354 INFO:teuthology.orchestra.run.smithi137.stdout:agent.smithi160 smithi160 running 13s ago 6m - - 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:agent.smithi183 smithi183 running 5s ago 6m - - 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:alertmanager.smithi183 smithi183 *:9093,9094 running (2m) 5s ago 3m 26.8M - 0.25.0 c8568f914cd2 ebf409abc41e 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:grafana.smithi137 smithi137 *:3000 running (2m) 18s ago 3m 77.3M - 9.4.12 2bacad6d85d8 413cbce9e2c7 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:mgr.a smithi137 *:9283,8765 running (8m) 18s ago 8m 498M - 19.0.0-3827-g99470715 80828aee47f4 2aa10ba8ef1e 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:mgr.b smithi160 *:8443,8765 running (5m) 13s ago 5m 440M - 19.0.0-3827-g99470715 80828aee47f4 c283fb6cad82 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:mon.a smithi137 running (8m) 18s ago 8m 46.3M 2048M 19.0.0-3827-g99470715 80828aee47f4 cf662cd802e9 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:mon.b smithi160 running (6m) 13s ago 6m 37.1M 2048M 19.0.0-3827-g99470715 80828aee47f4 e7d61967710d 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:mon.c smithi183 running (6m) 5s ago 6m 39.0M 2048M 19.0.0-3827-g99470715 80828aee47f4 081d9bbbc413 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:node-exporter.smithi137 smithi137 *:9100 running (3m) 18s ago 3m 15.1M - 1.5.0 0da6a335fe13 2e10af150403 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:node-exporter.smithi160 smithi160 *:9100 running (3m) 13s ago 3m 17.5M - 1.5.0 0da6a335fe13 1defeedbced0 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:node-exporter.smithi183 smithi183 *:9100 running (3m) 5s ago 3m 16.1M - 1.5.0 0da6a335fe13 c33e2b9fc690 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:osd.0 smithi137 running (5m) 18s ago 5m 37.9M 4096M 19.0.0-3827-g99470715 80828aee47f4 84724735d033 2024-05-21T16:43:47.355 INFO:teuthology.orchestra.run.smithi137.stdout:osd.1 smithi160 running (5m) 13s ago 5m 47.1M 4096M 19.0.0-3827-g99470715 80828aee47f4 870efcfc2bf1 2024-05-21T16:43:47.356 INFO:teuthology.orchestra.run.smithi137.stdout:osd.2 smithi183 running (4m) 5s ago 4m 37.7M 4096M 19.0.0-3827-g99470715 80828aee47f4 17507aef2ff2 2024-05-21T16:43:47.356 INFO:teuthology.orchestra.run.smithi137.stdout:prometheus.smithi160 smithi160 *:9095 running (2m) 13s ago 3m 56.4M - 2.43.0 a07b618ecd1d 2f23fdc56a1a 2024-05-21T16:43:47.367 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch host ls 2024-05-21T16:43:47.692 INFO:teuthology.orchestra.run.smithi137.stdout:HOST ADDR LABELS STATUS 2024-05-21T16:43:47.692 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 172.21.15.137 2024-05-21T16:43:47.693 INFO:teuthology.orchestra.run.smithi137.stdout:smithi160 172.21.15.160 2024-05-21T16:43:47.693 INFO:teuthology.orchestra.run.smithi137.stdout:smithi183 172.21.15.183 2024-05-21T16:43:47.694 INFO:teuthology.orchestra.run.smithi137.stdout:3 hosts in cluster 2024-05-21T16:43:47.695 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:47 smithi137 ceph-mon[29318]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:47.705 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch ps --daemon-type mon -f json 2024-05-21T16:43:47.705 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r 'last | .daemon_name' 2024-05-21T16:43:47.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:47 smithi183 ceph-mon[30988]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:47.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:47 smithi160 ceph-mon[30941]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:48.040 INFO:teuthology.orchestra.run.smithi137.stderr:+ MON_DAEMON=mon.c 2024-05-21T16:43:48.040 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-05-21T16:43:48.040 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -e '.[]' 2024-05-21T16:43:48.040 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r .hostname 2024-05-21T16:43:48.371 INFO:teuthology.orchestra.run.smithi137.stderr:+ GRAFANA_HOST=smithi137 2024-05-21T16:43:48.371 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-05-21T16:43:48.371 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -e '.[]' 2024-05-21T16:43:48.371 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r .hostname 2024-05-21T16:43:48.723 INFO:teuthology.orchestra.run.smithi137.stderr:+ PROM_HOST=smithi160 2024-05-21T16:43:48.723 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:48 smithi137 ceph-mon[29318]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.723 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:48 smithi137 ceph-mon[29318]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.723 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:48 smithi137 ceph-mon[29318]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.724 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-05-21T16:43:48.724 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -e '.[]' 2024-05-21T16:43:48.724 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r .hostname 2024-05-21T16:43:48.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:48 smithi183 ceph-mon[30988]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:48 smithi183 ceph-mon[30988]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:48 smithi183 ceph-mon[30988]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:48 smithi160 ceph-mon[30941]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:48 smithi160 ceph-mon[30941]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:48.897 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:48 smithi160 ceph-mon[30941]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:49.056 INFO:teuthology.orchestra.run.smithi137.stderr:+ ALERTM_HOST=smithi183 2024-05-21T16:43:49.057 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch host ls -f json 2024-05-21T16:43:49.057 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r --arg GRAFANA_HOST smithi137 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-05-21T16:43:49.382 INFO:teuthology.orchestra.run.smithi137.stderr:+ GRAFANA_IP=172.21.15.137 2024-05-21T16:43:49.382 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch host ls -f json 2024-05-21T16:43:49.382 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r --arg PROM_HOST smithi160 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-05-21T16:43:49.718 INFO:teuthology.orchestra.run.smithi137.stderr:+ PROM_IP=172.21.15.160 2024-05-21T16:43:49.718 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:49 smithi137 ceph-mon[29318]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.718 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:49 smithi137 ceph-mon[29318]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:49.718 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:49 smithi137 ceph-mon[29318]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.719 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:49 smithi137 ceph-mon[29318]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.719 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.719 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.719 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:49 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.719 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch host ls -f json 2024-05-21T16:43:49.719 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r --arg ALERTM_HOST smithi183 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-05-21T16:43:49.785 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:49 smithi183 ceph-mon[30988]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:49 smithi183 ceph-mon[30988]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:49 smithi183 ceph-mon[30988]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:49 smithi183 ceph-mon[30988]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:49 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.798 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:49 smithi160 ceph-mon[30941]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.798 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:49 smithi160 ceph-mon[30941]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:49.798 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:49 smithi160 ceph-mon[30941]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.798 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:49 smithi160 ceph-mon[30941]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:49.798 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.798 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:49.798 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:49 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:50.044 INFO:teuthology.orchestra.run.smithi137.stderr:+ ALERTM_IP=172.21.15.183 2024-05-21T16:43:50.044 INFO:teuthology.orchestra.run.smithi137.stderr:++ ceph orch host ls -f json 2024-05-21T16:43:50.044 INFO:teuthology.orchestra.run.smithi137.stderr:++ jq -r '.[] | .addr' 2024-05-21T16:43:50.366 INFO:teuthology.orchestra.run.smithi137.stderr:+ ALL_HOST_IPS='172.21.15.137 2024-05-21T16:43:50.367 INFO:teuthology.orchestra.run.smithi137.stderr:172.21.15.160 2024-05-21T16:43:50.367 INFO:teuthology.orchestra.run.smithi137.stderr:172.21.15.183' 2024-05-21T16:43:50.367 INFO:teuthology.orchestra.run.smithi137.stderr:+ for ip in $ALL_HOST_IPS 2024-05-21T16:43:50.367 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.137:9100/metric 2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stdout: Node Exporter 2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stdout:

Node Exporter

2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stdout:

Metrics

2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stderr:+ for ip in $ALL_HOST_IPS 2024-05-21T16:43:50.370 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.160:9100/metric 2024-05-21T16:43:50.373 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.373 INFO:teuthology.orchestra.run.smithi137.stdout: Node Exporter 2024-05-21T16:43:50.373 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.373 INFO:teuthology.orchestra.run.smithi137.stdout:

Node Exporter

2024-05-21T16:43:50.373 INFO:teuthology.orchestra.run.smithi137.stdout:

Metrics

2024-05-21T16:43:50.373 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.374 INFO:teuthology.orchestra.run.smithi137.stderr:+ for ip in $ALL_HOST_IPS 2024-05-21T16:43:50.374 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.183:9100/metric 2024-05-21T16:43:50.376 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.376 INFO:teuthology.orchestra.run.smithi137.stdout: Node Exporter 2024-05-21T16:43:50.376 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.376 INFO:teuthology.orchestra.run.smithi137.stdout:

Node Exporter

2024-05-21T16:43:50.377 INFO:teuthology.orchestra.run.smithi137.stdout:

Metrics

2024-05-21T16:43:50.377 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-05-21T16:43:50.377 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -k -s https://172.21.15.137:3000/api/health 2024-05-21T16:43:50.388 INFO:teuthology.orchestra.run.smithi137.stdout: { 2024-05-21T16:43:50.388 INFO:teuthology.orchestra.run.smithi137.stdout: "commit": "37ee25ba46", 2024-05-21T16:43:50.388 INFO:teuthology.orchestra.run.smithi137.stdout: "database": "ok", 2024-05-21T16:43:50.388 INFO:teuthology.orchestra.run.smithi137.stdout: "version": "9.4.12" 2024-05-21T16:43:50.389 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -k -s https://172.21.15.137:3000/api/health 2024-05-21T16:43:50.389 INFO:teuthology.orchestra.run.smithi137.stderr:+ jq -e '.database == "ok"' 2024-05-21T16:43:50.401 INFO:teuthology.orchestra.run.smithi137.stdout:}true 2024-05-21T16:43:50.401 INFO:teuthology.orchestra.run.smithi137.stderr:+ ceph orch daemon stop mon.c 2024-05-21T16:43:50.739 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled to stop mon.c on host 'smithi183' 2024-05-21T16:43:50.739 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:50 smithi137 ceph-mon[29318]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.739 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:50 smithi137 ceph-mon[29318]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.740 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:50 smithi137 ceph-mon[29318]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.752 INFO:teuthology.orchestra.run.smithi137.stderr:+ sleep 120 2024-05-21T16:43:50.783 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:50 smithi183 ceph-mon[30988]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:50 smithi183 ceph-mon[30988]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:50 smithi183 ceph-mon[30988]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:50 smithi160 ceph-mon[30941]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:50 smithi160 ceph-mon[30941]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:50.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:50 smithi160 ceph-mon[30941]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:51.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 systemd[1]: Stopping Ceph mon.c for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:43:51.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:51.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:51.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:51.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:51.760 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: Schedule stop daemon mon.c 2024-05-21T16:43:51.761 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:51.761 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:51.761 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:43:51.761 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:43:51.761 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:43:51.761 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-mon[30988]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:52.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c[30984]: 2024-05-21T16:43:51.760+0000 7f14e8bf9700 -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-05-21T16:43:52.034 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c[30984]: 2024-05-21T16:43:51.760+0000 7f14e8bf9700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-05-21T16:43:52.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:51 smithi183 podman[43447]: 2024-05-21 16:43:51.862684782 +0000 UTC m=+0.206333706 container died 081d9bbbc413f11d39725a71c262972f39b20a0bff57477985d9c9565d02d2f1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, maintainer=Guillaume Abrioux ) 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: Schedule stop daemon mon.c 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:43:52.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:43:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:52.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:52.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:43:52.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T16:43:52.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:43:52.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: Schedule stop daemon mon.c 2024-05-21T16:43:52.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:52.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:52.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:43:52.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:43:52.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:43:52.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:43:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:43:52.502 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:52 smithi183 podman[43447]: 2024-05-21 16:43:52.302183164 +0000 UTC m=+0.645832081 container cleanup 081d9bbbc413f11d39725a71c262972f39b20a0bff57477985d9c9565d02d2f1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-21T16:43:52.502 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:52 smithi183 bash[43447]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c 2024-05-21T16:43:52.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:52 smithi183 podman[43460]: 2024-05-21 16:43:52.503429032 +0000 UTC m=+0.635741310 container remove 081d9bbbc413f11d39725a71c262972f39b20a0bff57477985d9c9565d02d2f1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-c, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-05-21T16:43:52.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:52 smithi183 systemd[1]: ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-21T16:43:52.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:52 smithi183 systemd[1]: Stopped Ceph mon.c for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:43:52.784 INFO:journalctl@ceph.mon.c.smithi183.stdout:May 21 16:43:52 smithi183 systemd[1]: ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.c.service: Consumed 4.169s CPU time. 2024-05-21T16:43:56.686 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:43:56 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:43:56] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-05-21T16:44:07.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:44:06 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:44:06] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-05-21T16:44:08.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: mon.b calling monitor election 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: mon.a calling monitor election 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: monmap epoch 3 2024-05-21T16:44:08.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: last_changed 2024-05-21T16:37:33.727160+0000 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: min_mon_release 19 (squid) 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: election_strategy: 1 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: fsmap 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: osdmap e22: 3 total, 3 up, 3 in 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: mgrmap e20: a(active, since 3m), standbys: b 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-05-21T16:44:08.043 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: mon.c (rank 1) addr [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] is down (out of quorum) 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:44:08.044 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:44:08.045 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.045 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.045 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.045 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: mon.b calling monitor election 2024-05-21T16:44:08.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: mon.a calling monitor election 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: monmap epoch 3 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: fsid 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: last_changed 2024-05-21T16:37:33.727160+0000 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: created 2024-05-21T16:35:32.861247+0000 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: min_mon_release 19 (squid) 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: election_strategy: 1 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.a 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: 1: [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] mon.c 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-21T16:44:08.148 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: fsmap 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: osdmap e22: 3 total, 3 up, 3 in 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: mgrmap e20: a(active, since 3m), standbys: b 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: mon.c (rank 1) addr [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] is down (out of quorum) 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:08.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:10.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:09 smithi137 ceph-mon[29318]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:10.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:10.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:10.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:09 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:10.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:09 smithi160 ceph-mon[30941]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:10.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:10.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:10.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:09 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:12.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:11 smithi137 ceph-mon[29318]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:12.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:11 smithi160 ceph-mon[30941]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:13.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:12 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:13.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:12 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:13.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:12 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:13.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:12 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:13.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:13 smithi160 ceph-mon[30941]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:14.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:13 smithi137 ceph-mon[29318]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:16.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:15 smithi160 ceph-mon[30941]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:16.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:15 smithi137 ceph-mon[29318]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:16.987 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:44:16 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:44:16] "GET /metrics HTTP/1.1" 200 21505 "" "Prometheus/2.43.0" 2024-05-21T16:44:18.103 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:17 smithi137 ceph-mon[29318]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:18.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:17 smithi160 ceph-mon[30941]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:20.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:19 smithi137 ceph-mon[29318]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:20.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:19 smithi160 ceph-mon[30941]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:22.149 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:21 smithi160 ceph-mon[30941]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:22.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:21 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:22.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:21 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:22.150 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:21 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:22.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:21 smithi137 ceph-mon[29318]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:22.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:21 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:22.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:21 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:22.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:21 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:23.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:23 smithi160 ceph-mon[30941]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:24.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:23 smithi137 ceph-mon[29318]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:25.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:25 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:25.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:25 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:25.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:25 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:25.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:25 smithi160 ceph-mon[30941]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:25.540 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:25 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:25.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:25 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:25.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:25 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:25.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:25 smithi137 ceph-mon[29318]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:27.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:44:26 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:44:26] "GET /metrics HTTP/1.1" 200 21505 "" "Prometheus/2.43.0" 2024-05-21T16:44:27.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:27 smithi160 ceph-mon[30941]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:27.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:27 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:27.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:27 smithi137 ceph-mon[29318]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:27.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:27 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:29.549 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:29 smithi137 ceph-mon[29318]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:29.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:29 smithi160 ceph-mon[30941]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:30.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:30 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:30.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:30 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:30.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:30 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:31.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:30 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:31.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:30 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:31.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:30 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:32.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:31 smithi137 ceph-mon[29318]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:32.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:31 smithi160 ceph-mon[30941]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:34.042 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:33 smithi137 ceph-mon[29318]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:34.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:33 smithi160 ceph-mon[30941]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:36.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:35 smithi137 ceph-mon[29318]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:36.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:35 smithi160 ceph-mon[30941]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:37.041 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:44:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:44:36] "GET /metrics HTTP/1.1" 200 21506 "" "Prometheus/2.43.0" 2024-05-21T16:44:38.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:37 smithi137 ceph-mon[29318]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:38.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:37 smithi160 ceph-mon[30941]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:39.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:39 smithi137 ceph-mon[29318]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:39.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:39 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:39.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:39 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:39.791 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:39 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:40.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:39 smithi160 ceph-mon[30941]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:40.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:39 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:40.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:39 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:40.147 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:39 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:42.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:41 smithi137 ceph-mon[29318]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:42.051 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:41 smithi160 ceph-mon[30941]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:43.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:43.066 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:44.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:43 smithi160 ceph-mon[30941]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:44.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:44.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:44.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:43 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:44.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:43 smithi137 ceph-mon[29318]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:44.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:44.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:44.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:43 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:46.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:45 smithi137 ceph-mon[29318]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:46.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:45 smithi160 ceph-mon[30941]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:47.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:44:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:44:46] "GET /metrics HTTP/1.1" 200 21503 "" "Prometheus/2.43.0" 2024-05-21T16:44:48.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:47 smithi137 ceph-mon[29318]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:48.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:47 smithi160 ceph-mon[30941]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:50.041 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:49 smithi137 ceph-mon[29318]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:50.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:49 smithi160 ceph-mon[30941]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:51.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:50 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:51.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:50 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:51.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:50 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:51.252 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:50 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:51.252 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:50 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:51.252 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:50 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:52.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:51 smithi160 ceph-mon[30941]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:52.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:51 smithi137 ceph-mon[29318]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:54.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:53 smithi160 ceph-mon[30941]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:54.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:53 smithi137 ceph-mon[29318]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:56.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:55 smithi160 ceph-mon[30941]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:56.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:56.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:56.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:55 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:56.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:55 smithi137 ceph-mon[29318]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:56.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:56.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:56.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:55 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:44:56.866 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:44:56 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:44:56] "GET /metrics HTTP/1.1" 200 21503 "" "Prometheus/2.43.0" 2024-05-21T16:44:57.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:56 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:57.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:56 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:44:58.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:57 smithi160 ceph-mon[30941]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:44:58.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:57 smithi137 ceph-mon[29318]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:00.021 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:44:59 smithi137 ceph-mon[29318]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:00.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:44:59 smithi160 ceph-mon[30941]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:01.903 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:01 smithi137 ceph-mon[29318]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:02.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:01 smithi160 ceph-mon[30941]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:04.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:03 smithi160 ceph-mon[30941]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:03 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:04.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:03 smithi137 ceph-mon[29318]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:04.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:04.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:04.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:03 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:05.997 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:05 smithi160 ceph-mon[30941]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:06.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:05 smithi137 ceph-mon[29318]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:07.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:06 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:45:06] "GET /metrics HTTP/1.1" 200 21506 "" "Prometheus/2.43.0" 2024-05-21T16:45:08.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:07 smithi160 ceph-mon[30941]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:08.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:45:08.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:45:08.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:45:08.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:07 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:08.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:07 smithi137 ceph-mon[29318]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:08.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:45:08.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:45:08.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T16:45:08.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:07 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:10.146 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:09 smithi160 ceph-mon[30941]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:10.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:09 smithi137 ceph-mon[29318]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:11.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:10 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:11.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:10 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:11.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:10 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:11.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:10 smithi137 ceph-mon[29318]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:11.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:10 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:11.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:10 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:11.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:10 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:11.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:10 smithi160 ceph-mon[30941]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:12.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:11 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:45:12.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:11 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:45:13.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:12 smithi137 ceph-mon[29318]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:13.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:12 smithi160 ceph-mon[30941]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:15.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:15 smithi160 ceph-mon[30941]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:15.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:15 smithi137 ceph-mon[29318]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:16.964 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:16 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:45:16] "GET /metrics HTTP/1.1" 200 21507 "" "Prometheus/2.43.0" 2024-05-21T16:45:17.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:17.290 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:17.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:16 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:17.291 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:16 smithi137 ceph-mon[29318]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:17.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:17.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:17.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:16 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:17.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:16 smithi160 ceph-mon[30941]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:19.645 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:19 smithi137 ceph-mon[29318]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:19.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:19 smithi160 ceph-mon[30941]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:21.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:21 smithi160 ceph-mon[30941]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:21.713 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:21 smithi137 ceph-mon[29318]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:23.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:23 smithi160 ceph-mon[30941]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:23.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:23 smithi137 ceph-mon[29318]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:24.781 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:24 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:24.782 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:24 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:24.782 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:24 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:24.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:24 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:24.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:24 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:24.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:24 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:25.760 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:25 smithi160 ceph-mon[30941]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:25.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:25 smithi137 ceph-mon[29318]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:27.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:26 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:45:26] "GET /metrics HTTP/1.1" 200 21507 "" "Prometheus/2.43.0" 2024-05-21T16:45:27.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:27 smithi137 ceph-mon[29318]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:27.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:27 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:45:27.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:27 smithi160 ceph-mon[30941]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:27.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:27 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:45:29.593 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:29 smithi137 ceph-mon[29318]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:29.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:29 smithi160 ceph-mon[30941]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:31.346 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:31 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:31.347 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:31 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:31.347 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:31 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:31.347 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:31 smithi160 ceph-mon[30941]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:31.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:31 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:31.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:31 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:31.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:31 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:31.541 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:31 smithi137 ceph-mon[29318]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:33.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:33 smithi160 ceph-mon[30941]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:33.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:33 smithi137 ceph-mon[29318]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:35.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:35 smithi160 ceph-mon[30941]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:35.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:35 smithi137 ceph-mon[29318]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:37.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:36 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:45:36] "GET /metrics HTTP/1.1" 200 21507 "" "Prometheus/2.43.0" 2024-05-21T16:45:37.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:37 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:37.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:37 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:37.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:37 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:37.397 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:37 smithi160 ceph-mon[30941]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:37.540 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:37 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:37.540 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:37 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:37.540 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:37 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:37.540 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:37 smithi137 ceph-mon[29318]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:39.644 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:39 smithi137 ceph-mon[29318]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:39.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:39 smithi160 ceph-mon[30941]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:41.612 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:41 smithi137 ceph-mon[29318]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:41.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:41 smithi160 ceph-mon[30941]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:42 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:45:42.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:42 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-21T16:45:43.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:43 smithi160 ceph-mon[30941]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:43.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:43 smithi137 ceph-mon[29318]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:44.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:44 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:44.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:44 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:44.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:44 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:45.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:44 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:45.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:44 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:45.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:44 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:45.864 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:45 smithi160 ceph-mon[30941]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:46.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:45 smithi137 ceph-mon[29318]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:47.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:46 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: ::ffff:172.21.15.160 - - [21/May/2024:16:45:46] "GET /metrics HTTP/1.1" 200 21509 "" "Prometheus/2.43.0" 2024-05-21T16:45:47.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:47 smithi160 ceph-mon[30941]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:48.040 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:47 smithi137 ceph-mon[29318]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:49.790 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:49 smithi137 ceph-mon[29318]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:49.896 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:49 smithi160 ceph-mon[30941]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:50.755 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.160:9095/api/v1/status/config 2024-05-21T16:45:50.760 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.160:9095/api/v1/status/config 2024-05-21T16:45:50.760 INFO:teuthology.orchestra.run.smithi137.stderr:+ jq -e '.status == "success"' 2024-05-21T16:45:50.765 INFO:teuthology.orchestra.run.smithi137.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 08575fda-1790-11ef-bc9a-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.137: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: 08575fda-1790-11ef-bc9a-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.137: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: 08575fda-1790-11ef-bc9a-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.137: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: 08575fda-1790-11ef-bc9a-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.137: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.137: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-05-21T16:45:50.765 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.160:9095/api/v1/alerts 2024-05-21T16:45:50.769 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.160:9095/api/v1/alerts 2024-05-21T16:45:50.769 INFO:teuthology.orchestra.run.smithi137.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-05-21T16:45:50.772 INFO:teuthology.orchestra.run.smithi137.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi183","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-05-21T16:44:20.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi183\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-05-21T16:44:20.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"08575fda-1790-11ef-bc9a-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-05-21T16:44:20.13866993Z","value":"1e+00"}]}}true 2024-05-21T16:45:50.773 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.183:9093/api/v1/status 2024-05-21T16:45:50.777 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.183:9093/api/v1/alerts 2024-05-21T16:45:50.781 INFO:teuthology.orchestra.run.smithi137.stderr:+ curl -s http://172.21.15.183:9093/api/v1/alerts 2024-05-21T16:45:50.781 INFO:teuthology.orchestra.run.smithi137.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-05-21T16:45:50.784 INFO:teuthology.orchestra.run.smithi137.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://smithi137.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://smithi160.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://smithi137.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://smithi160.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-05-21T16:41:02.599473295Z","clusterStatus":{"name":"01HYE0E6W6EVQX77Q5XFB5YAWB","status":"ready","peers":[{"name":"01HYE0E6W6EVQX77Q5XFB5YAWB","address":"172.21.15.183:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"08575fda-1790-11ef-bc9a-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 smithi183\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-05-21T16:44:50.084Z","endsAt":"2024-05-21T16:48:50.084Z","generatorURL":"http://smithi160.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":"8207c90c51c88b58"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"08575fda-1790-11ef-bc9a-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 smithi183","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-05-21T16:44:50.084Z","endsAt":"2024-05-21T16:48:50.084Z","generatorURL":"http://smithi160.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":"b6c7f0a3cb9e0a47"}]}true 2024-05-21T16:45:51.379 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:51.379 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:51.379 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-mon[29318]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:51.379 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-mon[29318]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:51.413 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-21T16:45:51.425 INFO:tasks.cephadm:Teardown begin 2024-05-21T16:45:51.425 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:45:51.457 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:45:51.488 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:51.488 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:51.488 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:51 smithi160 ceph-mon[30941]: from='mgr.14409 172.21.15.137:0/2666971058' entity='mgr.a' 2024-05-21T16:45:51.488 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:51 smithi160 ceph-mon[30941]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-21T16:45:51.493 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:45:51.528 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-21T16:45:51.529 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:45:51.547 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:45:51.565 DEBUG:teuthology.orchestra.run.smithi183:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:45:51.586 INFO:tasks.cephadm:Stopping all daemons... 2024-05-21T16:45:51.586 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-21T16:45:51.586 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a 2024-05-21T16:45:51.891 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 systemd[1]: Stopping Ceph mon.a for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:45:52.242 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a[29314]: 2024-05-21T16:45:51.892+0000 7f41ba1ce700 -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-05-21T16:45:52.242 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a[29314]: 2024-05-21T16:45:51.892+0000 7f41ba1ce700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-05-21T16:45:52.242 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:51 smithi137 podman[52461]: 2024-05-21 16:45:51.954191647 +0000 UTC m=+0.175171051 container died cf662cd802e9b28bea2975946685022ff5b41e102e7e70e953a14b866977ddd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True) 2024-05-21T16:45:52.243 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:45:51] ENGINE Bus STOPPING 2024-05-21T16:45:52.243 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:45:51] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-05-21T16:45:52.243 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:45:51] ENGINE Bus STOPPED 2024-05-21T16:45:52.243 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:51 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:45:51] ENGINE Bus STARTING 2024-05-21T16:45:52.243 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:52 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:45:52] ENGINE Serving on http://:::9283 2024-05-21T16:45:52.243 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:52 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: [21/May/2024:16:45:52] ENGINE Bus STARTED 2024-05-21T16:45:52.540 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:52 smithi137 podman[52461]: 2024-05-21 16:45:52.342569643 +0000 UTC m=+0.563549050 container cleanup cf662cd802e9b28bea2975946685022ff5b41e102e7e70e953a14b866977ddd0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514) 2024-05-21T16:45:52.540 INFO:journalctl@ceph.mon.a.smithi137.stdout:May 21 16:45:52 smithi137 bash[52461]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-a 2024-05-21T16:45:52.774 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.a.service' 2024-05-21T16:45:52.819 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:45:52.819 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-21T16:45:52.820 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-21T16:45:52.820 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.b 2024-05-21T16:45:53.125 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:52 smithi160 systemd[1]: Stopping Ceph mon.b for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:45:53.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:53 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-b[30937]: 2024-05-21T16:45:53.126+0000 7f2177a55700 -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-05-21T16:45:53.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:53 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-b[30937]: 2024-05-21T16:45:53.126+0000 7f2177a55700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-05-21T16:45:53.396 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:53 smithi160 podman[45045]: 2024-05-21 16:45:53.351261052 +0000 UTC m=+0.332941867 container died e7d61967710d3372acf2de9c43e945dee9a61df724aa1f34b83dd562fdd7c00c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.build-date=20240514, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-21T16:45:54.117 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:53 smithi160 podman[45045]: 2024-05-21 16:45:53.801636675 +0000 UTC m=+0.783317481 container cleanup e7d61967710d3372acf2de9c43e945dee9a61df724aa1f34b83dd562fdd7c00c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-21T16:45:54.118 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 21 16:45:53 smithi160 bash[45045]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-mon-b 2024-05-21T16:45:54.272 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.b.service' 2024-05-21T16:45:54.316 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:45:54.317 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-21T16:45:54.317 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-21T16:45:54.317 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.c 2024-05-21T16:45:54.355 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mon.c.service' 2024-05-21T16:45:54.448 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:45:54.449 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-21T16:45:54.449 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-21T16:45:54.449 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.a 2024-05-21T16:45:54.744 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:54 smithi137 systemd[1]: Stopping Ceph mgr.a for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:45:55.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:54 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:45:54.745+0000 7f2e04673700 -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-05-21T16:45:55.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:54 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a[29544]: 2024-05-21T16:45:54.745+0000 7f2e04673700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-21T16:45:55.040 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:54 smithi137 podman[52596]: 2024-05-21 16:45:54.777320757 +0000 UTC m=+0.133561028 container died 2aa10ba8ef1eebc105921d2ec94787e81e8368b44d601b86e4f361b6467967c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240514, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-21T16:45:55.488 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:55 smithi137 podman[52596]: 2024-05-21 16:45:55.230028414 +0000 UTC m=+0.586268670 container cleanup 2aa10ba8ef1eebc105921d2ec94787e81e8368b44d601b86e4f361b6467967c4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:99470715356be3e23220ec4a5eacc2bc4dfde33f, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-21T16:45:55.488 INFO:journalctl@ceph.mgr.a.smithi137.stdout:May 21 16:45:55 smithi137 bash[52596]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-a 2024-05-21T16:45:55.655 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.a.service' 2024-05-21T16:45:55.688 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:45:55.689 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-21T16:45:55.689 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-21T16:45:55.689 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.b 2024-05-21T16:45:55.989 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:45:55 smithi160 systemd[1]: Stopping Ceph mgr.b for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:45:57.448 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:45:57 smithi160 podman[45504]: 2024-05-21 16:45:57.16500061 +0000 UTC m=+0.740810412 container died c283fb6cad8206f8279e6cafc714b535e9e70177825525b93191124381e7fb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514) 2024-05-21T16:45:57.889 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:45:57 smithi160 podman[45504]: 2024-05-21 16:45:57.598386072 +0000 UTC m=+1.174195876 container cleanup c283fb6cad8206f8279e6cafc714b535e9e70177825525b93191124381e7fb26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240514) 2024-05-21T16:45:57.889 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 21 16:45:57 smithi160 bash[45504]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-mgr-b 2024-05-21T16:45:58.030 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@mgr.b.service' 2024-05-21T16:45:58.066 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:45:58.067 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-21T16:45:58.067 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-21T16:45:58.067 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.0 2024-05-21T16:45:58.366 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:45:58 smithi137 systemd[1]: Stopping Ceph osd.0 for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:45:58.790 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:45:58 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0[39871]: 2024-05-21T16:45:58.367+0000 7f101eb17700 -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-05-21T16:45:58.790 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:45:58 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0[39871]: 2024-05-21T16:45:58.367+0000 7f101eb17700 -1 osd.0 22 *** Got signal Terminated *** 2024-05-21T16:45:58.790 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:45:58 smithi137 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0[39871]: 2024-05-21T16:45:58.367+0000 7f101eb17700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T16:46:03.953 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:03 smithi137 podman[52715]: 2024-05-21 16:46:03.694939546 +0000 UTC m=+5.433824054 container died 84724735d033b2fe357cc6b56253b9683f17368fab11155a72acb8f03e8b819b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-21T16:46:04.290 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 podman[52715]: 2024-05-21 16:46:04.046480523 +0000 UTC m=+5.785365027 container cleanup 84724735d033b2fe357cc6b56253b9683f17368fab11155a72acb8f03e8b819b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-21T16:46:04.290 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 bash[52715]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0 2024-05-21T16:46:04.629 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 podman[52855]: 2024-05-21 16:46:04.322461395 +0000 UTC m=+0.620231656 container remove 84724735d033b2fe357cc6b56253b9683f17368fab11155a72acb8f03e8b819b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-05-21T16:46:04.906 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 podman[52941]: 2024-05-21 16:46:04.631451665 +0000 UTC m=+0.107491056 container create 68dbde3c298638b3d5fe7c86d2ad99e46f72c6b199d1eb7eb844deecebecae81 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-05-21T16:46:04.907 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 podman[52941]: 2024-05-21 16:46:04.541261574 +0000 UTC m=+0.017300979 image pull 80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d 2024-05-21T16:46:04.907 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 podman[52941]: 2024-05-21 16:46:04.800382419 +0000 UTC m=+0.276421811 container init 68dbde3c298638b3d5fe7c86d2ad99e46f72c6b199d1eb7eb844deecebecae81 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0-deactivate, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-21T16:46:04.907 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 podman[52941]: 2024-05-21 16:46:04.803549769 +0000 UTC m=+0.279589162 container start 68dbde3c298638b3d5fe7c86d2ad99e46f72c6b199d1eb7eb844deecebecae81 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-05-21T16:46:04.907 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:04 smithi137 podman[52941]: 2024-05-21 16:46:04.908698934 +0000 UTC m=+0.384738356 container attach 68dbde3c298638b3d5fe7c86d2ad99e46f72c6b199d1eb7eb844deecebecae81 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0) 2024-05-21T16:46:05.290 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:05 smithi137 podman[52941]: 2024-05-21 16:46:05.098753784 +0000 UTC m=+0.574793177 container died 68dbde3c298638b3d5fe7c86d2ad99e46f72c6b199d1eb7eb844deecebecae81 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240514) 2024-05-21T16:46:05.647 INFO:journalctl@ceph.osd.0.smithi137.stdout:May 21 16:46:05 smithi137 podman[52969]: 2024-05-21 16:46:05.628358377 +0000 UTC m=+0.520720827 container remove 68dbde3c298638b3d5fe7c86d2ad99e46f72c6b199d1eb7eb844deecebecae81 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-21T16:46:05.652 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.0.service' 2024-05-21T16:46:05.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:46:05.691 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-21T16:46:05.691 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-21T16:46:05.691 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.1 2024-05-21T16:46:05.896 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:05 smithi160 systemd[1]: Stopping Ceph osd.1 for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:46:06.479 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:06 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1[35723]: 2024-05-21T16:46:06.177+0000 7f449af97700 -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-05-21T16:46:06.479 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:06 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1[35723]: 2024-05-21T16:46:06.177+0000 7f449af97700 -1 osd.1 22 *** Got signal Terminated *** 2024-05-21T16:46:06.479 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:06 smithi160 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1[35723]: 2024-05-21T16:46:06.177+0000 7f449af97700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T16:46:11.854 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:11 smithi160 podman[45769]: 2024-05-21 16:46:11.579285874 +0000 UTC m=+5.487373632 container died 870efcfc2bf1c822836dcc30501e801fe4a00964936f7c45d52cec0a4f5bc152 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071) 2024-05-21T16:46:12.146 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:11 smithi160 podman[45769]: 2024-05-21 16:46:11.955263952 +0000 UTC m=+5.863351699 container cleanup 870efcfc2bf1c822836dcc30501e801fe4a00964936f7c45d52cec0a4f5bc152 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-05-21T16:46:12.146 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:11 smithi160 bash[45769]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1 2024-05-21T16:46:12.575 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:12 smithi160 podman[45834]: 2024-05-21 16:46:12.225343064 +0000 UTC m=+0.640838205 container remove 870efcfc2bf1c822836dcc30501e801fe4a00964936f7c45d52cec0a4f5bc152 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-05-21T16:46:12.859 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:12 smithi160 podman[45920]: 2024-05-21 16:46:12.480014983 +0000 UTC m=+0.017689567 image pull 80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d 2024-05-21T16:46:12.859 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:12 smithi160 podman[45920]: 2024-05-21 16:46:12.584505308 +0000 UTC m=+0.122179903 container create 77883ab9be78c234c523691f83986e3aa524d7a24d2d0150cb97b5984d8a5964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-21T16:46:12.859 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:12 smithi160 podman[45920]: 2024-05-21 16:46:12.77818986 +0000 UTC m=+0.315864433 container init 77883ab9be78c234c523691f83986e3aa524d7a24d2d0150cb97b5984d8a5964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1-deactivate, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-05-21T16:46:12.860 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:12 smithi160 podman[45920]: 2024-05-21 16:46:12.781398214 +0000 UTC m=+0.319072790 container start 77883ab9be78c234c523691f83986e3aa524d7a24d2d0150cb97b5984d8a5964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-05-21T16:46:12.860 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:12 smithi160 podman[45920]: 2024-05-21 16:46:12.861557536 +0000 UTC m=+0.399232112 container attach 77883ab9be78c234c523691f83986e3aa524d7a24d2d0150cb97b5984d8a5964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, ceph=True) 2024-05-21T16:46:13.146 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:13 smithi160 podman[45920]: 2024-05-21 16:46:13.073848986 +0000 UTC m=+0.611523562 container died 77883ab9be78c234c523691f83986e3aa524d7a24d2d0150cb97b5984d8a5964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.vendor=CentOS) 2024-05-21T16:46:13.634 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 21 16:46:13 smithi160 podman[45946]: 2024-05-21 16:46:13.623118802 +0000 UTC m=+0.543251403 container remove 77883ab9be78c234c523691f83986e3aa524d7a24d2d0150cb97b5984d8a5964 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-05-21T16:46:13.640 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.1.service' 2024-05-21T16:46:13.679 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:46:13.679 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-21T16:46:13.679 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-21T16:46:13.679 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.2 2024-05-21T16:46:13.990 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:13 smithi183 systemd[1]: Stopping Ceph osd.2 for 08575fda-1790-11ef-bc9a-c7b262605968... 2024-05-21T16:46:14.283 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:13 smithi183 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2[35969]: 2024-05-21T16:46:13.991+0000 7fa75b7d7700 -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-05-21T16:46:14.283 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:13 smithi183 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2[35969]: 2024-05-21T16:46:13.991+0000 7fa75b7d7700 -1 osd.2 22 *** Got signal Terminated *** 2024-05-21T16:46:14.283 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:13 smithi183 ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2[35969]: 2024-05-21T16:46:13.991+0000 7fa75b7d7700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T16:46:19.581 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:19 smithi183 podman[45352]: 2024-05-21 16:46:19.295595268 +0000 UTC m=+5.416041781 container died 17507aef2ff22f55c3703fecda1d63b88608ad347c502295841c65d27eabc6ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240514, org.label-schema.schema-version=1.0) 2024-05-21T16:46:19.581 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:19 smithi183 podman[45352]: 2024-05-21 16:46:19.583161314 +0000 UTC m=+5.703607807 container cleanup 17507aef2ff22f55c3703fecda1d63b88608ad347c502295841c65d27eabc6ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-05-21T16:46:20.033 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:19 smithi183 bash[45352]: ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2 2024-05-21T16:46:20.033 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:19 smithi183 podman[45369]: 2024-05-21 16:46:19.80088057 +0000 UTC m=+0.499036402 container remove 17507aef2ff22f55c3703fecda1d63b88608ad347c502295841c65d27eabc6ca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240514, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-21T16:46:20.361 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:20 smithi183 podman[45458]: 2024-05-21 16:46:20.02089138 +0000 UTC m=+0.017018798 image pull 80828aee47f4add783a54fff583368284c5e633bda8532a2dfe3c86e4db11c83 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d 2024-05-21T16:46:20.361 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:20 smithi183 podman[45458]: 2024-05-21 16:46:20.135051278 +0000 UTC m=+0.131178683 container create f858fe740b2439ed6fc6e4069e4d4df49b68286b6677eb65a775d3839d537988 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2-deactivate, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071) 2024-05-21T16:46:20.361 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:20 smithi183 podman[45458]: 2024-05-21 16:46:20.363217516 +0000 UTC m=+0.359344932 container init f858fe740b2439ed6fc6e4069e4d4df49b68286b6677eb65a775d3839d537988 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.build-date=20240514, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, maintainer=Guillaume Abrioux ) 2024-05-21T16:46:20.654 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:20 smithi183 podman[45458]: 2024-05-21 16:46:20.366791004 +0000 UTC m=+0.362918417 container start f858fe740b2439ed6fc6e4069e4d4df49b68286b6677eb65a775d3839d537988 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2-deactivate, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-05-21T16:46:20.654 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:20 smithi183 podman[45458]: 2024-05-21 16:46:20.454172506 +0000 UTC m=+0.450299926 container attach f858fe740b2439ed6fc6e4069e4d4df49b68286b6677eb65a775d3839d537988 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, ceph=True, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-05-21T16:46:20.946 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:20 smithi183 podman[45458]: 2024-05-21 16:46:20.656874302 +0000 UTC m=+0.653001715 container died f858fe740b2439ed6fc6e4069e4d4df49b68286b6677eb65a775d3839d537988 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2-deactivate, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-05-21T16:46:21.183 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.2.service' 2024-05-21T16:46:21.205 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:21 smithi183 podman[45484]: 2024-05-21 16:46:21.165711124 +0000 UTC m=+0.503480820 container remove f858fe740b2439ed6fc6e4069e4d4df49b68286b6677eb65a775d3839d537988 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f90c879d470a3eedbd410d290774f273e7afbc6818fe27e17805f2541724787d, name=ceph-08575fda-1790-11ef-bc9a-c7b262605968-osd-2-deactivate, RELEASE=wip-yuri3-testing-2024-05-20-1050-9947071, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240514, CEPH_POINT_RELEASE=) 2024-05-21T16:46:21.206 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:21 smithi183 systemd[1]: ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.2.service: Deactivated successfully. 2024-05-21T16:46:21.206 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:21 smithi183 systemd[1]: Stopped Ceph osd.2 for 08575fda-1790-11ef-bc9a-c7b262605968. 2024-05-21T16:46:21.206 INFO:journalctl@ceph.osd.2.smithi183.stdout:May 21 16:46:21 smithi183 systemd[1]: ceph-08575fda-1790-11ef-bc9a-c7b262605968@osd.2.service: Consumed 2.480s CPU time. 2024-05-21T16:46:21.220 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:46:21.220 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-21T16:46:21.221 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08575fda-1790-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:46:23.048 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:46:26.653 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08575fda-1790-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:46:27.699 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:46:31.236 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08575fda-1790-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:46:32.177 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:46:35.748 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:46:35.781 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:46:35.814 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:46:35.841 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-21T16:46:35.843 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi137/crash 2024-05-21T16:46:35.844 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:46:35.880 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:46:35.880 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:46:35.882 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi160/crash 2024-05-21T16:46:35.883 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:46:35.927 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:46:35.927 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:46:35.929 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi183/crash 2024-05-21T16:46:35.930 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:46:35.974 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/lib/ceph/08575fda-1790-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:46:35.974 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:46:35.975 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-21T16:46:35.976 DEBUG:teuthology.orchestra.run.smithi137:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/08575fda-1790-11ef-bc9a-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-05-21T16:46:36.003 INFO:teuthology.orchestra.run.smithi137.stdout:2024-05-21T16:39:52.577823+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:46:36.004 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-21T16:46:36.004 DEBUG:teuthology.orchestra.run.smithi137:> sudo egrep '\[SEC\]' /var/log/ceph/08575fda-1790-11ef-bc9a-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-05-21T16:46:36.074 DEBUG:teuthology.orchestra.run.smithi137:> sudo egrep '\[ERR\]' /var/log/ceph/08575fda-1790-11ef-bc9a-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-05-21T16:46:36.143 DEBUG:teuthology.orchestra.run.smithi137:> sudo egrep '\[WRN\]' /var/log/ceph/08575fda-1790-11ef-bc9a-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-05-21T16:46:36.211 INFO:teuthology.orchestra.run.smithi137.stdout:2024-05-21T16:39:52.577823+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-21T16:46:36.211 INFO:tasks.cephadm:Compressing logs... 2024-05-21T16:46:36.211 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:46:36.254 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:46:36.256 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:46:36.276 INFO:teuthology.orchestra.run.smithi137.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T16:46:36.276 INFO:teuthology.orchestra.run.smithi137.stderr:: No such file or directory 2024-05-21T16:46:36.277 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T16:46:36.277 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.0.log 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.a.log 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.a.log: 87.8% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mgr.a.log 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log: /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr: 83.5% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T16:46:36.279 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 90.5% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T16:46:36.281 INFO:teuthology.orchestra.run.smithi183.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T16:46:36.281 INFO:teuthology.orchestra.run.smithi183.stderr:: No such file or directory 2024-05-21T16:46:36.281 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.2.log 2024-05-21T16:46:36.282 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T16:46:36.282 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.c.log 2024-05-21T16:46:36.282 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.2.log: /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T16:46:36.286 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.c.log: 87.7% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T16:46:36.286 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T16:46:36.286 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:46:36.286 INFO:teuthology.orchestra.run.smithi183.stderr: 82.1% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T16:46:36.286 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log: 90.6% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T16:46:36.286 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/cephadm.log: 81.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log: --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.1.log 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.1.log: gzip 87.8% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.log.gz -5 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr: --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mgr.b.log 2024-05-21T16:46:36.289 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T16:46:36.290 INFO:teuthology.orchestra.run.smithi160.stderr: 82.1% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T16:46:36.290 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.b.log 2024-05-21T16:46:36.290 INFO:teuthology.orchestra.run.smithi160.stderr: 90.7% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T16:46:36.290 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:46:36.290 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 80.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:46:36.293 INFO:teuthology.orchestra.run.smithi160.stderr: 90.9% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mgr.b.log.gz 2024-05-21T16:46:36.303 INFO:teuthology.orchestra.run.smithi137.stderr: 91.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:46:36.307 INFO:teuthology.orchestra.run.smithi160.stderr: 91.6% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T16:46:36.308 INFO:teuthology.orchestra.run.smithi137.stderr: 91.6% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T16:46:36.311 INFO:teuthology.orchestra.run.smithi183.stderr: 91.7% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T16:46:36.314 INFO:teuthology.orchestra.run.smithi137.stderr: 93.4% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.0.log.gz 2024-05-21T16:46:36.317 INFO:teuthology.orchestra.run.smithi183.stderr: 93.5% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.2.log.gz 2024-05-21T16:46:36.347 INFO:teuthology.orchestra.run.smithi160.stderr: 93.9% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-osd.1.log.gz 2024-05-21T16:46:36.365 INFO:teuthology.orchestra.run.smithi183.stderr: 93.0% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.c.log.gz 2024-05-21T16:46:36.367 INFO:teuthology.orchestra.run.smithi183.stderr: 2024-05-21T16:46:36.367 INFO:teuthology.orchestra.run.smithi183.stderr:real 0m0.096s 2024-05-21T16:46:36.367 INFO:teuthology.orchestra.run.smithi183.stderr:user 0m0.155s 2024-05-21T16:46:36.367 INFO:teuthology.orchestra.run.smithi183.stderr:sys 0m0.021s 2024-05-21T16:46:36.386 INFO:teuthology.orchestra.run.smithi160.stderr: 92.7% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.b.log.gz 2024-05-21T16:46:36.388 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-05-21T16:46:36.388 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.116s 2024-05-21T16:46:36.388 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m0.201s 2024-05-21T16:46:36.388 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.027s 2024-05-21T16:46:36.414 INFO:teuthology.orchestra.run.smithi137.stderr: 88.1% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mgr.a.log.gz 2024-05-21T16:46:36.595 INFO:teuthology.orchestra.run.smithi137.stderr: 91.4% -- replaced with /var/log/ceph/08575fda-1790-11ef-bc9a-c7b262605968/ceph-mon.a.log.gz 2024-05-21T16:46:36.597 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-05-21T16:46:36.597 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.331s 2024-05-21T16:46:36.597 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.540s 2024-05-21T16:46:36.597 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.035s 2024-05-21T16:46:36.598 INFO:tasks.cephadm:Archiving logs... 2024-05-21T16:46:36.598 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi137/log 2024-05-21T16:46:36.599 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:46:36.768 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi160/log 2024-05-21T16:46:36.769 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:46:36.830 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi183/log 2024-05-21T16:46:36.831 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:46:36.883 INFO:tasks.cephadm:Removing cluster... 2024-05-21T16:46:36.883 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08575fda-1790-11ef-bc9a-c7b262605968 --force 2024-05-21T16:46:37.066 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:46:37.317 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08575fda-1790-11ef-bc9a-c7b262605968 --force 2024-05-21T16:46:37.497 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:46:37.744 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 08575fda-1790-11ef-bc9a-c7b262605968 --force 2024-05-21T16:46:37.938 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: 08575fda-1790-11ef-bc9a-c7b262605968 2024-05-21T16:46:38.188 INFO:tasks.cephadm:Removing cephadm ... 2024-05-21T16:46:38.189 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:46:38.209 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:46:38.225 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:46:38.240 INFO:tasks.cephadm:Teardown complete 2024-05-21T16:46:38.240 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-21T16:46:38.249 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-05-21T16:46:38.250 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T16:46:38.252 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T16:46:38.267 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T16:46:38.376 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-21T16:46:38.385 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-21T16:46:38.386 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:46:38.389 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:46:38.391 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:46:38.403 INFO:teuthology.orchestra.run.smithi160.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:46:38.403 INFO:teuthology.orchestra.run.smithi137.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:46:38.405 INFO:teuthology.orchestra.run.smithi183.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:46:38.407 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:46:38.407 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2024-05-21T16:46:38.408 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv01.front.sepia.ceph.com 3 6 377 33 -305us[ -301us] +/- 70ms 2024-05-21T16:46:38.408 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 31 -977us[ -977us] +/- 59ms 2024-05-21T16:46:38.408 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +1793us[+1798us] +/- 84ms 2024-05-21T16:46:38.408 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:46:38.409 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:46:38.410 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-05-21T16:46:38.410 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv01.front.sepia.ceph.com 3 6 377 33 -283us[ -264us] +/- 70ms 2024-05-21T16:46:38.410 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 34 -955us[ -936us] +/- 59ms 2024-05-21T16:46:38.410 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 +1817us[+1836us] +/- 84ms 2024-05-21T16:46:38.410 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:46:38.411 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:46:38.411 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2024-05-21T16:46:38.411 INFO:teuthology.orchestra.run.smithi183.stdout:^* hv01.front.sepia.ceph.com 3 6 377 34 -313us[ -318us] +/- 70ms 2024-05-21T16:46:38.411 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 30 -966us[ -966us] +/- 59ms 2024-05-21T16:46:38.411 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 30 +1794us[+1794us] +/- 84ms 2024-05-21T16:46:38.411 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:46:38.411 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-21T16:46:38.420 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-21T16:46:38.421 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-21T16:46:38.430 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:46:38.524 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:46:38.589 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:46:38.652 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:46:38.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:46:38.682 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:46:38.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:46:38.710 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:46:38.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:46:38.737 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-21T16:46:38.747 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-21T16:46:38.788 INFO:teuthology.task.internal:Duration was 1146.230265 seconds 2024-05-21T16:46:38.789 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-21T16:46:38.796 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-21T16:46:38.796 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:46:38.799 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:46:38.801 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:46:38.838 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:46:38.839 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:46:38.839 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:46:39.186 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-21T16:46:39.186 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-05-21T16:46:39.186 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:46:39.209 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-05-21T16:46:39.210 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:46:39.255 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2024-05-21T16:46:39.255 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:46:39.286 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-21T16:46:39.286 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:46:39.288 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:46:39.297 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:46:39.353 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-21T16:46:39.353 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:46:39.361 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:46:39.364 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:46:39.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-21T16:46:39.582 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-21T16:46:39.582 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:46:39.607 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:46:39.633 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:46:39.658 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-21T16:46:39.667 DEBUG:teuthology.orchestra.run.smithi137:> 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-05-21T16:46:39.670 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-21T16:46:39.675 DEBUG:teuthology.orchestra.run.smithi183:> 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-05-21T16:46:39.691 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-05-21T16:46:39.696 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-05-21T16:46:39.721 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2024-05-21T16:46:39.743 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:46:39.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:46:39.767 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:46:39.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:46:39.782 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:46:39.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:46:39.798 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-21T16:46:39.808 INFO:teuthology.task.internal:Transferring archived files... 2024-05-21T16:46:39.808 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi137 2024-05-21T16:46:39.809 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:46:39.847 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi160 2024-05-21T16:46:39.847 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:46:39.882 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-20_20:45:46-rados-wip-yuri3-testing-2024-05-20-1050-distro-default-smithi/7716844/remote/smithi183 2024-05-21T16:46:39.882 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:46:39.916 INFO:teuthology.task.internal:Removing archive directory... 2024-05-21T16:46:39.917 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:46:39.919 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:46:39.922 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:46:39.966 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-21T16:46:39.978 INFO:teuthology.task.internal:Not uploading archives. 2024-05-21T16:46:39.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-21T16:46:39.988 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-21T16:46:39.988 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:46:39.990 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:46:39.993 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:46:40.003 INFO:teuthology.orchestra.run.smithi137.stdout: 265940 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:46 /home/ubuntu/cephtest 2024-05-21T16:46:40.005 INFO:teuthology.orchestra.run.smithi160.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:46 /home/ubuntu/cephtest 2024-05-21T16:46:40.021 INFO:teuthology.orchestra.run.smithi183.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:46 /home/ubuntu/cephtest 2024-05-21T16:46:40.022 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-21T16:46:40.031 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-21T16:46:40.052 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1146.230265378952 failure_reason: '"2024-05-21T16:39:52.577823+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-21T16:46:40.052 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T16:46:40.135 INFO:teuthology.run:FAIL