2024-04-22T15:42:50.705 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T15:42:50.705 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} --owner scheduled_adking@teuthology --verbose --archive /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409 --name adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/orig.config.yaml 2024-04-22T15:42:50.737 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T15:42:50.821 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409 branch: wip-adk-testing-2024-04-22-0809 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7668409' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-22-0809 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 5883d494d3973b30b3f03e4a3f0e1e06e3c131aa ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5883d494d3973b30b3f03e4a3f0e1e06e3c131aa selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-22-0809 sha1: 5883d494d3973b30b3f03e4a3f0e1e06e3c131aa owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 523 sha1: 5883d494d3973b30b3f03e4a3f0e1e06e3c131aa sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-0809 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5883d494d3973b30b3f03e4a3f0e1e06e3c131aa targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN+2pObEMiHq23R/yEHspc8dqjSJ1YH+OsM0DkZDFrqbpVTTnh++TM0/HUJ0Js+caddqLZZYDA/TXPgEc8f4Atc= smithi120.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ4Gk/bjGhNv6mLwi5QGt1G3zJ6WmhpNxqHawIV6FZdqi9jjOQfulOpe5Zi6ukhvGb6RWSiYkYTtXuxzrpZibkY= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE4hnmIRBjTAJ13cYQs8bAEKeHwba32/2hDv9MgVELoVz+AEgh4E3fPOJjBV3DmE4FNAb5Izp8eQE8jvKlKBm/w= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_14:50:52 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T15:42:50.822 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/qa; will attempt to use it 2024-04-22T15:42:50.825 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/qa/tasks 2024-04-22T15:42:50.825 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T15:42:50.827 INFO:teuthology.task.internal:Checking packages... 2024-04-22T15:42:50.852 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa' 2024-04-22T15:42:50.852 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T15:42:50.852 INFO:teuthology.packaging:ref: None 2024-04-22T15:42:50.852 INFO:teuthology.packaging:tag: None 2024-04-22T15:42:50.852 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-0809 2024-04-22T15:42:50.852 INFO:teuthology.packaging:sha1: 5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:42:50.852 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-22-0809 2024-04-22T15:42:50.999 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3223.g5883d494 2024-04-22T15:42:51.000 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T15:42:51.007 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T15:42:51.007 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T15:42:51.032 INFO:teuthology.task.internal:Saving configuration 2024-04-22T15:42:51.047 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T15:42:51.054 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T15:42:51.079 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 15:37:48.570914', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN+2pObEMiHq23R/yEHspc8dqjSJ1YH+OsM0DkZDFrqbpVTTnh++TM0/HUJ0Js+caddqLZZYDA/TXPgEc8f4Atc='} 2024-04-22T15:42:51.105 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 15:37:48.569723', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ4Gk/bjGhNv6mLwi5QGt1G3zJ6WmhpNxqHawIV6FZdqi9jjOQfulOpe5Zi6ukhvGb6RWSiYkYTtXuxzrpZibkY='} 2024-04-22T15:42:51.123 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 15:37:48.568297', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE4hnmIRBjTAJ13cYQs8bAEKeHwba32/2hDv9MgVELoVz+AEgh4E3fPOJjBV3DmE4FNAb5Izp8eQE8jvKlKBm/w='} 2024-04-22T15:42:51.123 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T15:42:51.129 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-22T15:42:51.129 INFO:teuthology.task.internal:roles: ubuntu@smithi120.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-22T15:42:51.129 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-22T15:42:51.129 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T15:42:51.228 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb94b625160>, signals=[15]) 2024-04-22T15:42:51.228 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T15:42:51.234 INFO:teuthology.task.internal:Opening connections... 2024-04-22T15:42:51.234 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-04-22T15:42:51.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T15:42:51.316 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi120.front.sepia.ceph.com 2024-04-22T15:42:51.317 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T15:42:51.388 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-04-22T15:42:51.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T15:42:51.459 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T15:42:51.466 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-04-22T15:42:51.485 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-04-22T15:42:51.485 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-04-22T15:42:51.543 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="CentOS Stream" 2024-04-22T15:42:51.543 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="9" 2024-04-22T15:42:51.543 INFO:teuthology.orchestra.run.smithi046.stdout:ID="centos" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE="rhel fedora" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="9" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:PLATFORM_ID="platform:el9" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:ANSI_COLOR="0;31" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:LOGO="fedora-logo-icon" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://centos.org/" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T15:42:51.544 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T15:42:51.545 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-04-22T15:42:51.565 DEBUG:teuthology.orchestra.run.smithi120:> uname -m 2024-04-22T15:42:51.583 INFO:teuthology.orchestra.run.smithi120.stdout:x86_64 2024-04-22T15:42:51.583 DEBUG:teuthology.orchestra.run.smithi120:> cat /etc/os-release 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:NAME="CentOS Stream" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION="9" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:ID="centos" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:ID_LIKE="rhel fedora" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_ID="9" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:PLATFORM_ID="platform:el9" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:ANSI_COLOR="0;31" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:LOGO="fedora-logo-icon" 2024-04-22T15:42:51.640 INFO:teuthology.orchestra.run.smithi120.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T15:42:51.641 INFO:teuthology.orchestra.run.smithi120.stdout:HOME_URL="https://centos.org/" 2024-04-22T15:42:51.641 INFO:teuthology.orchestra.run.smithi120.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T15:42:51.641 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T15:42:51.641 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T15:42:51.641 INFO:teuthology.lock.ops:Updating smithi120.front.sepia.ceph.com on lock server 2024-04-22T15:42:51.665 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-04-22T15:42:51.682 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-04-22T15:42:51.682 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T15:42:51.739 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T15:42:51.740 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-04-22T15:42:51.757 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T15:42:51.766 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T15:42:51.776 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T15:42:51.776 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-04-22T15:42:51.779 DEBUG:teuthology.orchestra.run.smithi120:> test '!' -e /home/ubuntu/cephtest 2024-04-22T15:42:51.781 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-04-22T15:42:51.797 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T15:42:51.804 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T15:42:51.804 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-04-22T15:42:51.836 DEBUG:teuthology.orchestra.run.smithi120:> test -z $(ls -A /var/lib/ceph) 2024-04-22T15:42:51.838 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-04-22T15:42:51.946 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T15:42:52.015 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T15:42:52.034 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T15:42:52.035 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T15:42:52.035 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T15:42:52.036 DEBUG:teuthology.orchestra.run.smithi120:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T15:42:52.036 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T15:42:52.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T15:42:52.053 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-04-22T15:42:52.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T15:42:52.055 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T15:42:52.055 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-22T15:42:52.055 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-22T15:42:52.110 INFO:teuthology.orchestra.run.smithi120.stdout:5.14.0-437.el9.x86_64 2024-04-22T15:42:52.110 INFO:teuthology.task.kernel:Running kernel on smithi120: 5.14.0-437.el9.x86_64 2024-04-22T15:42:52.110 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum install -y kernel 2024-04-22T15:42:52.111 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-437.el9.x86_64 2024-04-22T15:42:52.112 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-437.el9.x86_64 2024-04-22T15:42:52.112 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-04-22T15:42:52.113 INFO:teuthology.orchestra.run.smithi046.stdout:5.14.0-437.el9.x86_64 2024-04-22T15:42:52.113 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.14.0-437.el9.x86_64 2024-04-22T15:42:52.113 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum install -y kernel 2024-04-22T15:42:54.376 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-22T15:42:54.502 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 9.5 MB/s | 8.0 MB 00:00 2024-04-22T15:42:55.659 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.0 MB 00:01 2024-04-22T15:42:56.260 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-22T15:42:57.593 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-22T15:42:57.695 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 8.8 MB/s | 19 MB 00:02 2024-04-22T15:43:00.755 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - CRB 8.4 MB/s | 6.2 MB 00:00 2024-04-22T15:43:02.645 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 16 kB 00:00 2024-04-22T15:43:03.136 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.2 MB 00:01 2024-04-22T15:43:03.236 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:02 2024-04-22T15:43:04.266 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T15:43:05.045 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-22T15:43:05.603 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-22T15:43:06.566 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-22T15:43:07.524 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T15:43:09.463 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-22T15:43:11.419 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T15:43:11.419 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T15:43:11.507 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:43:11.508 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:43:11.508 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:43:11.555 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-22T15:43:11.622 DEBUG:teuthology.orchestra.run.smithi046:> echo no | sudo yum reinstall kernel || true 2024-04-22T15:43:12.183 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 03:43:09 PM UTC. 2024-04-22T15:43:12.319 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:43:12.327 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout:Reinstalling: 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 255 k 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 0 2024-04-22T15:43:12.328 INFO:teuthology.orchestra.run.smithi046.stderr:Operation aborted. 2024-04-22T15:43:12.389 INFO:teuthology.orchestra.run.smithi046.stdout:Is this ok [y/N]: 2024-04-22T15:43:12.389 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum reinstall -y kernel || true 2024-04-22T15:43:12.563 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-22T15:43:12.907 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 03:43:09 PM UTC. 2024-04-22T15:43:13.028 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:43:13.029 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:43:13.029 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-04-22T15:43:13.029 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:43:13.029 INFO:teuthology.orchestra.run.smithi046.stdout:Reinstalling: 2024-04-22T15:43:13.030 INFO:teuthology.orchestra.run.smithi046.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T15:43:13.030 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:43:13.030 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:43:13.030 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:43:13.030 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:43:13.030 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 255 k 2024-04-22T15:43:13.031 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 0 2024-04-22T15:43:13.031 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:43:13.348 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.4 MB/s | 255 kB 00:00 2024-04-22T15:43:13.349 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:43:13.349 INFO:teuthology.orchestra.run.smithi046.stdout:Total 800 kB/s | 255 kB 00:00 2024-04-22T15:43:13.369 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:43:13.403 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T15:43:13.403 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T15:43:13.496 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:43:13.497 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:43:13.497 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:43:13.552 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:43:13.552 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:43:13.557 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:43:13.558 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:43:13.609 DEBUG:teuthology.orchestra.run.smithi120:> echo no | sudo yum reinstall kernel || true 2024-04-22T15:43:13.688 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:43:13.757 INFO:teuthology.orchestra.run.smithi046.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T15:43:13.758 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:14.148 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 03:43:11 PM UTC. 2024-04-22T15:43:14.273 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:43:14.285 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:43:14.285 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout:Reinstalling: 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 255 k 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 0 2024-04-22T15:43:14.286 INFO:teuthology.orchestra.run.smithi120.stderr:Operation aborted. 2024-04-22T15:43:14.342 INFO:teuthology.orchestra.run.smithi120.stdout:Is this ok [y/N]: 2024-04-22T15:43:14.342 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum reinstall -y kernel || true 2024-04-22T15:43:14.377 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T15:43:14.377 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T15:43:14.464 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:14.464 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T15:43:14.467 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:43:14.468 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:43:14.469 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:43:14.574 DEBUG:teuthology.orchestra.run.smithi133:> echo no | sudo yum reinstall kernel || true 2024-04-22T15:43:14.832 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 03:43:11 PM UTC. 2024-04-22T15:43:14.947 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout:Reinstalling: 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:43:14.948 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:43:14.949 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:43:14.949 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 255 k 2024-04-22T15:43:14.949 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 0 2024-04-22T15:43:14.949 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:43:15.109 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 03:43:12 PM UTC. 2024-04-22T15:43:15.181 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:15.182 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:43:15.182 INFO:teuthology.orchestra.run.smithi046.stdout:Reinstalled: 2024-04-22T15:43:15.182 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T15:43:15.182 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:43:15.182 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:43:15.215 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.2 MB/s | 255 kB 00:00 2024-04-22T15:43:15.215 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:43:15.215 INFO:teuthology.orchestra.run.smithi120.stdout:Total 954 kB/s | 255 kB 00:00 2024-04-22T15:43:15.227 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:43:15.232 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:Reinstalling: 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 255 k 2024-04-22T15:43:15.245 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 0 2024-04-22T15:43:15.246 INFO:teuthology.orchestra.run.smithi133.stderr:Operation aborted. 2024-04-22T15:43:15.298 INFO:teuthology.orchestra.run.smithi133.stdout:Is this ok [y/N]: 2024-04-22T15:43:15.298 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum reinstall -y kernel || true 2024-04-22T15:43:15.389 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T15:43:15.424 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:43:15.424 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:43:15.430 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:43:15.430 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:43:15.437 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T15:43:15.438 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T15:43:15.438 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T15:43:15.438 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T15:43:15.438 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T15:43:15.468 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-04-22T15:43:15.493 DEBUG:teuthology.parallel:result is None 2024-04-22T15:43:15.583 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:43:15.650 INFO:teuthology.orchestra.run.smithi120.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T15:43:15.650 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:15.792 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 03:43:12 PM UTC. 2024-04-22T15:43:15.908 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:Reinstalling: 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 255 k 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 0 2024-04-22T15:43:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:43:16.281 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-437.el9.x86_64.rpm 824 kB/s | 255 kB 00:00 2024-04-22T15:43:16.281 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:43:16.281 INFO:teuthology.orchestra.run.smithi133.stdout:Total 685 kB/s | 255 kB 00:00 2024-04-22T15:43:16.297 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:43:16.407 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:16.408 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T15:43:16.487 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:43:16.487 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:43:16.492 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:43:16.492 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:43:16.637 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:43:16.715 INFO:teuthology.orchestra.run.smithi133.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T15:43:16.716 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:17.116 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:17.116 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:43:17.117 INFO:teuthology.orchestra.run.smithi120.stdout:Reinstalled: 2024-04-22T15:43:17.117 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T15:43:17.117 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:43:17.117 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:43:17.304 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T15:43:17.351 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T15:43:17.351 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T15:43:17.351 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T15:43:17.351 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T15:43:17.351 DEBUG:teuthology.orchestra.run.smithi120:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T15:43:17.382 INFO:teuthology.orchestra.run.smithi120.stdout:ttyS1 2024-04-22T15:43:17.411 DEBUG:teuthology.parallel:result is None 2024-04-22T15:43:17.440 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:17.440 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T15:43:18.165 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T15:43:18.165 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:43:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:Reinstalled: 2024-04-22T15:43:18.165 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T15:43:18.165 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:43:18.165 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:43:18.346 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T15:43:18.432 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T15:43:18.433 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T15:43:18.433 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T15:43:18.433 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T15:43:18.433 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T15:43:18.462 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-04-22T15:43:18.485 DEBUG:teuthology.parallel:result is None 2024-04-22T15:43:18.486 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T15:43:18.492 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T15:43:18.492 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T15:43:18.495 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T15:43:18.497 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T15:43:18.539 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T15:43:18.546 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T15:43:18.553 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T15:43:18.553 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T15:43:18.555 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T15:43:18.558 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T15:43:18.602 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T15:43:18.608 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T15:43:18.608 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T15:43:18.621 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T15:43:18.633 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T15:43:18.648 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T15:43:18.659 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T15:43:18.671 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T15:43:18.674 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T15:43:18.681 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T15:43:18.683 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T15:43:18.684 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T15:43:18.691 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T15:43:18.692 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T15:43:18.704 DEBUG:teuthology.orchestra.run.smithi120:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T15:43:18.725 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T15:43:18.749 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T15:43:18.757 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T15:43:18.758 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T15:43:18.771 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T15:43:18.792 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T15:43:18.806 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T15:43:18.871 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T15:43:18.921 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T15:43:19.006 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T15:43:19.046 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:43:19.046 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T15:43:19.111 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T15:43:19.155 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T15:43:19.205 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T15:43:19.289 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T15:43:19.330 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:43:19.331 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T15:43:19.397 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T15:43:19.438 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T15:43:19.489 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T15:43:19.571 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T15:43:19.610 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:43:19.610 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T15:43:19.674 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-04-22T15:43:19.677 DEBUG:teuthology.orchestra.run.smithi120:> sudo service rsyslog restart 2024-04-22T15:43:19.679 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-04-22T15:43:19.711 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T15:43:19.725 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T15:43:19.758 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T15:43:20.197 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T15:43:20.206 INFO:teuthology.task.internal:Starting timer... 2024-04-22T15:43:20.206 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T15:43:20.216 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T15:43:20.225 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T15:43:20.226 DEBUG:teuthology.orchestra.run.smithi046:> sudo service auditd rotate 2024-04-22T15:43:20.296 INFO:teuthology.orchestra.run.smithi046.stdout:Rotating logs: 2024-04-22T15:43:20.297 DEBUG:teuthology.orchestra.run.smithi120:> sudo service auditd rotate 2024-04-22T15:43:20.356 INFO:teuthology.orchestra.run.smithi120.stdout:Rotating logs: 2024-04-22T15:43:20.358 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-04-22T15:43:20.416 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-04-22T15:43:20.418 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T15:43:20.418 DEBUG:teuthology.orchestra.run.smithi046:> /usr/sbin/getenforce 2024-04-22T15:43:20.443 INFO:teuthology.orchestra.run.smithi046.stdout:Permissive 2024-04-22T15:43:20.443 DEBUG:teuthology.orchestra.run.smithi120:> /usr/sbin/getenforce 2024-04-22T15:43:20.467 INFO:teuthology.orchestra.run.smithi120.stdout:Permissive 2024-04-22T15:43:20.467 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-04-22T15:43:20.501 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-04-22T15:43:20.501 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi046.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi120.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2024-04-22T15:43:20.501 DEBUG:teuthology.orchestra.run.smithi046:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T15:43:20.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T15:43:20.528 DEBUG:teuthology.orchestra.run.smithi120:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T15:43:20.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T15:43:20.553 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T15:43:20.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T15:43:20.577 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T15:43:20.577 DEBUG:teuthology.orchestra.run.smithi046:> sudo /usr/sbin/setenforce permissive 2024-04-22T15:43:20.612 DEBUG:teuthology.orchestra.run.smithi120:> sudo /usr/sbin/setenforce permissive 2024-04-22T15:43:20.645 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-04-22T15:43:20.668 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T15:43:20.679 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T15:43:20.685 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T15:43:20.811 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T15:43:20.826 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T15:43:20.828 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi120.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T15:46:51.531 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi120.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-04-22T15:46:51.532 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T15:46:51.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T15:46:51.637 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-04-22T15:46:51.673 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-22T15:46:51.673 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T15:46:51.674 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T15:46:51.748 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-04-22T15:46:51.778 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-22T15:46:51.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-22T15:46:51.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T15:46:51.851 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-22T15:46:51.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-22T15:46:51.937 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T15:46:51.948 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T15:46:51.948 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T15:46:51.948 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T15:46:51.950 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T15:46:51.951 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T15:46:51.953 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T15:46:51.953 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T15:46:51.977 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T15:46:51.977 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T15:46:51.990 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T15:46:51.991 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T15:46:52.003 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T15:46:52.013 INFO:teuthology.orchestra.run.smithi046.stderr:sudo: ntpd: command not found 2024-04-22T15:46:52.014 INFO:teuthology.orchestra.run.smithi120.stderr:sudo: ntpd: command not found 2024-04-22T15:46:52.017 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T15:46:52.024 INFO:teuthology.orchestra.run.smithi120.stdout:506 Cannot talk to daemon 2024-04-22T15:46:52.024 INFO:teuthology.orchestra.run.smithi046.stdout:506 Cannot talk to daemon 2024-04-22T15:46:52.037 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T15:46:52.037 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T15:46:52.040 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-04-22T15:46:52.050 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-04-22T15:46:52.050 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T15:46:52.051 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T15:46:52.063 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T15:46:52.076 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T15:46:52.103 INFO:teuthology.orchestra.run.smithi120.stderr:bash: line 1: ntpq: command not found 2024-04-22T15:46:52.106 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T15:46:52.106 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2024-04-22T15:46:52.106 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.107 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.107 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.107 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.107 INFO:teuthology.orchestra.run.smithi046.stderr:bash: line 1: ntpq: command not found 2024-04-22T15:46:52.110 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T15:46:52.110 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2024-04-22T15:46:52.110 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.110 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.110 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.110 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.133 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-22T15:46:52.136 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T15:46:52.136 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-22T15:46:52.136 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.136 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.136 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.136 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T15:46:52.137 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T15:46:52.147 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T15:46:52.147 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi046.front.sepia.ceph.com 2024-04-22T15:46:52.147 DEBUG:teuthology.orchestra.run.smithi046:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T15:46:52.148 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi120.front.sepia.ceph.com 2024-04-22T15:46:52.148 DEBUG:teuthology.orchestra.run.smithi120:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T15:46:52.148 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2024-04-22T15:46:52.148 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T15:46:52.675 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:43 ago on Mon 22 Apr 2024 03:46:09 PM UTC. 2024-04-22T15:46:52.697 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:40 ago on Mon 22 Apr 2024 03:46:12 PM UTC. 2024-04-22T15:46:52.703 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:43 ago on Mon 22 Apr 2024 03:46:09 PM UTC. 2024-04-22T15:46:52.792 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:46:52.792 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 3.1 M 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 9.8 M 2024-04-22T15:46:52.793 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:46:52.819 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 3.1 M 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 9.8 M 2024-04-22T15:46:52.820 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:46:52.821 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:46:52.821 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:46:52.821 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-22T15:46:52.821 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:46:52.821 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:46:52.821 INFO:teuthology.orchestra.run.smithi133.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T15:46:52.821 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:46:52.822 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:46:52.822 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:46:52.822 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:46:52.822 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:46:52.823 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.1 M 2024-04-22T15:46:52.823 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 9.8 M 2024-04-22T15:46:52.823 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:46:53.139 INFO:teuthology.orchestra.run.smithi046.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-22T15:46:53.139 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:46:53.139 INFO:teuthology.orchestra.run.smithi046.stdout:Total 9.8 MB/s | 3.1 MB 00:00 2024-04-22T15:46:53.176 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:46:53.182 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:46:53.182 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:46:53.199 INFO:teuthology.orchestra.run.smithi133.stdout:runc-1.1.12-2.el9.x86_64.rpm 10 MB/s | 3.1 MB 00:00 2024-04-22T15:46:53.199 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:46:53.199 INFO:teuthology.orchestra.run.smithi133.stdout:Total 8.3 MB/s | 3.1 MB 00:00 2024-04-22T15:46:53.234 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:46:53.240 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:46:53.240 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:46:53.270 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:46:53.270 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:46:53.324 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:46:53.324 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:46:53.491 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:46:53.540 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:46:53.594 INFO:teuthology.orchestra.run.smithi120.stdout:runc-1.1.12-2.el9.x86_64.rpm 6.0 MB/s | 3.1 MB 00:00 2024-04-22T15:46:53.594 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:46:53.594 INFO:teuthology.orchestra.run.smithi120.stdout:Total 3.9 MB/s | 3.1 MB 00:00 2024-04-22T15:46:53.600 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:53.630 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:46:53.633 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:53.636 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:46:53.636 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:46:53.718 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:46:53.718 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:46:53.930 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:46:54.020 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:54.122 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:54.178 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:54.420 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:54.420 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:46:54.420 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:46:54.420 INFO:teuthology.orchestra.run.smithi046.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T15:46:54.420 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:46:54.421 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:46:54.481 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:54.481 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:46:54.481 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:46:54.481 INFO:teuthology.orchestra.run.smithi133.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T15:46:54.481 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:46:54.481 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:46:54.566 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:54.660 DEBUG:teuthology.parallel:result is None 2024-04-22T15:46:54.741 DEBUG:teuthology.parallel:result is None 2024-04-22T15:46:54.824 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T15:46:54.824 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:46:54.824 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:46:54.825 INFO:teuthology.orchestra.run.smithi120.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T15:46:54.825 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:46:54.825 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:46:55.080 DEBUG:teuthology.parallel:result is None 2024-04-22T15:46:55.080 INFO:teuthology.run_tasks:Running task install... 2024-04-22T15:46:55.089 DEBUG:teuthology.task.install:project ceph 2024-04-22T15:46:55.090 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa'}} 2024-04-22T15:46:55.090 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa'} 2024-04-22T15:46:55.090 INFO:teuthology.task.install:Using flavor: default 2024-04-22T15:46:55.096 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-22T15:46:55.096 INFO:teuthology.task.install:extra packages: [] 2024-04-22T15:46:55.096 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': '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa', 'tag': None, 'wait_for_package': False} 2024-04-22T15:46:55.097 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:46:55.099 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': '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa', 'tag': None, 'wait_for_package': False} 2024-04-22T15:46:55.099 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:46:55.100 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': '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa', 'tag': None, 'wait_for_package': False} 2024-04-22T15:46:55.100 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:46:55.268 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/ 2024-04-22T15:46:55.268 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3223.g5883d494 2024-04-22T15:46:55.338 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/ 2024-04-22T15:46:55.338 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3223.g5883d494 2024-04-22T15:46:55.342 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/ 2024-04-22T15:46:55.343 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3223.g5883d494 2024-04-22T15:46:55.380 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T15:46:55.380 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:46:55.380 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T15:46:55.403 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T15:46:55.404 DEBUG:teuthology.orchestra.run.smithi120:> 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/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T15:46:55.451 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T15:46:55.451 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:46:55.451 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T15:46:55.455 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T15:46:55.456 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:46:55.456 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T15:46:55.467 DEBUG:teuthology.orchestra.run.smithi120:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T15:46:55.474 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T15:46:55.474 DEBUG:teuthology.orchestra.run.smithi133:> 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/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T15:46:55.481 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T15:46:55.481 DEBUG:teuthology.orchestra.run.smithi046:> 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/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T15:46:55.541 DEBUG:teuthology.orchestra.run.smithi120:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T15:46:55.541 DEBUG:teuthology.orchestra.run.smithi133:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T15:46:55.548 DEBUG:teuthology.orchestra.run.smithi046:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T15:46:55.603 INFO:teuthology.orchestra.run.smithi120.stdout:check_obsoletes = 1 2024-04-22T15:46:55.605 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum clean all 2024-04-22T15:46:55.615 DEBUG:teuthology.orchestra.run.smithi133:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T15:46:55.622 DEBUG:teuthology.orchestra.run.smithi046:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T15:46:55.681 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2024-04-22T15:46:55.682 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2024-04-22T15:46:55.685 INFO:teuthology.orchestra.run.smithi046.stdout:check_obsoletes = 1 2024-04-22T15:46:55.687 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum clean all 2024-04-22T15:46:55.836 INFO:teuthology.orchestra.run.smithi120.stdout:48 files removed 2024-04-22T15:46:55.868 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-radosgw 2024-04-22T15:46:55.912 INFO:teuthology.orchestra.run.smithi133.stdout:48 files removed 2024-04-22T15:46:55.922 INFO:teuthology.orchestra.run.smithi046.stdout:48 files removed 2024-04-22T15:46:55.940 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2024-04-22T15:46:55.949 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-radosgw 2024-04-22T15:46:56.524 INFO:teuthology.orchestra.run.smithi120.stdout:ceph packages for x86_64 213 kB/s | 83 kB 00:00 2024-04-22T15:46:56.719 INFO:teuthology.orchestra.run.smithi046.stdout:ceph packages for x86_64 168 kB/s | 83 kB 00:00 2024-04-22T15:46:56.729 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 158 kB/s | 83 kB 00:00 2024-04-22T15:46:56.904 INFO:teuthology.orchestra.run.smithi120.stdout:ceph noarch packages 35 kB/s | 12 kB 00:00 2024-04-22T15:46:57.133 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 33 kB/s | 12 kB 00:00 2024-04-22T15:46:57.166 INFO:teuthology.orchestra.run.smithi046.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-04-22T15:46:57.359 INFO:teuthology.orchestra.run.smithi120.stdout:ceph source packages 4.5 kB/s | 1.9 kB 00:00 2024-04-22T15:46:57.529 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 5.3 kB/s | 1.9 kB 00:00 2024-04-22T15:46:57.627 INFO:teuthology.orchestra.run.smithi046.stdout:ceph source packages 4.5 kB/s | 1.9 kB 00:00 2024-04-22T15:46:57.921 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-22T15:46:58.070 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-22T15:46:59.360 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.0 MB 00:01 2024-04-22T15:46:59.865 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-22T15:47:01.144 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-22T15:47:04.550 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 6.2 MB 00:01 2024-04-22T15:47:04.771 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 3.4 MB/s | 19 MB 00:05 2024-04-22T15:47:06.151 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-22T15:47:06.312 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.2 MB 00:01 2024-04-22T15:47:07.202 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-22T15:47:07.788 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-04-22T15:47:08.856 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-22T15:47:09.588 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 6.2 MB 00:01 2024-04-22T15:47:11.181 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-22T15:47:12.244 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 24 kB/s | 1.7 kB 00:00 2024-04-22T15:47:13.465 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 21 MB 00:02 2024-04-22T15:47:14.115 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-22T15:47:14.417 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:47:14.419 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:14.419 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:47:14.419 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:14.419 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw x86_64 2:19.0.0-3223.g5883d494.el9 ceph 11 M 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrading: 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: librados2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.4 M 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.1 M 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base x86_64 2:19.0.0-3223.g5883d494.el9 ceph 5.4 M 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common x86_64 2:19.0.0-3223.g5883d494.el9 ceph 21 M 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux x86_64 2:19.0.0-3223.g5883d494.el9 ceph 25 k 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T15:47:14.420 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 747 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 501 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 5.4 M 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 45 k 2024-04-22T15:47:14.421 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common x86_64 2:19.0.0-3223.g5883d494.el9 ceph 135 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs x86_64 2:19.0.0-3223.g5883d494.el9 ceph 161 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados x86_64 2:19.0.0-3223.g5883d494.el9 ceph 321 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 298 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw x86_64 2:19.0.0-3223.g5883d494.el9 ceph 99 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout:Installing weak dependencies: 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:47:14.422 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:14.423 INFO:teuthology.orchestra.run.smithi120.stdout:Install 30 Packages 2024-04-22T15:47:14.423 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrade 2 Packages 2024-04-22T15:47:14.423 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:14.423 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 60 M 2024-04-22T15:47:14.423 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:47:15.929 INFO:teuthology.orchestra.run.smithi120.stdout:(1/32): ceph-base-19.0.0-3223.g5883d494.el9.x86 4.7 MB/s | 5.4 MB 00:01 2024-04-22T15:47:16.054 INFO:teuthology.orchestra.run.smithi120.stdout:(2/32): ceph-selinux-19.0.0-3223.g5883d494.el9. 201 kB/s | 25 kB 00:00 2024-04-22T15:47:16.369 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:47:16.371 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw x86_64 2:19.0.0-3223.g5883d494.el9 ceph 11 M 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrading: 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: librados2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.4 M 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.1 M 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base x86_64 2:19.0.0-3223.g5883d494.el9 ceph 5.4 M 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common x86_64 2:19.0.0-3223.g5883d494.el9 ceph 21 M 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux x86_64 2:19.0.0-3223.g5883d494.el9 ceph 25 k 2024-04-22T15:47:16.372 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 747 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 501 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 5.4 M 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T15:47:16.373 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 45 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common x86_64 2:19.0.0-3223.g5883d494.el9 ceph 135 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs x86_64 2:19.0.0-3223.g5883d494.el9 ceph 161 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados x86_64 2:19.0.0-3223.g5883d494.el9 ceph 321 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 298 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw x86_64 2:19.0.0-3223.g5883d494.el9 ceph 99 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T15:47:16.374 INFO:teuthology.orchestra.run.smithi046.stdout:Installing weak dependencies: 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout:Install 30 Packages 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrade 2 Packages 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 60 M 2024-04-22T15:47:16.375 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:47:16.410 INFO:teuthology.orchestra.run.smithi120.stdout:(3/32): ceph-common-19.0.0-3223.g5883d494.el9.x 13 MB/s | 21 MB 00:01 2024-04-22T15:47:16.438 INFO:teuthology.orchestra.run.smithi120.stdout:(4/32): libcephfs2-19.0.0-3223.g5883d494.el9.x8 1.9 MB/s | 747 kB 00:00 2024-04-22T15:47:16.471 INFO:teuthology.orchestra.run.smithi120.stdout:(5/32): libradosstriper1-19.0.0-3223.g5883d494. 8.1 MB/s | 501 kB 00:00 2024-04-22T15:47:16.522 INFO:teuthology.orchestra.run.smithi120.stdout:(6/32): python3-ceph-argparse-19.0.0-3223.g5883 897 kB/s | 45 kB 00:00 2024-04-22T15:47:16.564 INFO:teuthology.orchestra.run.smithi120.stdout:(7/32): python3-ceph-common-19.0.0-3223.g5883d4 3.2 MB/s | 135 kB 00:00 2024-04-22T15:47:16.614 INFO:teuthology.orchestra.run.smithi120.stdout:(8/32): python3-cephfs-19.0.0-3223.g5883d494.el 3.2 MB/s | 161 kB 00:00 2024-04-22T15:47:16.665 INFO:teuthology.orchestra.run.smithi120.stdout:(9/32): python3-rados-19.0.0-3223.g5883d494.el9 6.3 MB/s | 321 kB 00:00 2024-04-22T15:47:16.715 INFO:teuthology.orchestra.run.smithi120.stdout:(10/32): python3-rbd-19.0.0-3223.g5883d494.el9. 5.8 MB/s | 298 kB 00:00 2024-04-22T15:47:16.765 INFO:teuthology.orchestra.run.smithi120.stdout:(11/32): python3-rgw-19.0.0-3223.g5883d494.el9. 1.9 MB/s | 99 kB 00:00 2024-04-22T15:47:17.024 INFO:teuthology.orchestra.run.smithi120.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 414 kB/s | 107 kB 00:00 2024-04-22T15:47:17.132 INFO:teuthology.orchestra.run.smithi120.stdout:(13/32): librgw2-19.0.0-3223.g5883d494.el9.x86_ 7.7 MB/s | 5.4 MB 00:00 2024-04-22T15:47:17.158 INFO:teuthology.orchestra.run.smithi120.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-04-22T15:47:17.275 INFO:teuthology.orchestra.run.smithi120.stdout:(15/32): ceph-radosgw-19.0.0-3223.g5883d494.el9 4.2 MB/s | 11 MB 00:02 2024-04-22T15:47:17.367 INFO:teuthology.orchestra.run.smithi120.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 193 kB/s | 45 kB 00:00 2024-04-22T15:47:17.417 INFO:teuthology.orchestra.run.smithi120.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 847 kB/s | 42 kB 00:00 2024-04-22T15:47:17.492 INFO:teuthology.orchestra.run.smithi120.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.3 MB/s | 292 kB 00:00 2024-04-22T15:47:17.534 INFO:teuthology.orchestra.run.smithi120.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.8 MB/s | 221 kB 00:00 2024-04-22T15:47:17.568 INFO:teuthology.orchestra.run.smithi120.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.6 MB/s | 662 kB 00:00 2024-04-22T15:47:17.593 INFO:teuthology.orchestra.run.smithi120.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 356 kB/s | 36 kB 00:00 2024-04-22T15:47:17.618 INFO:teuthology.orchestra.run.smithi120.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 566 kB/s | 47 kB 00:00 2024-04-22T15:47:17.982 INFO:teuthology.orchestra.run.smithi046.stdout:(1/32): ceph-radosgw-19.0.0-3223.g5883d494.el9. 10 MB/s | 11 MB 00:01 2024-04-22T15:47:18.027 INFO:teuthology.orchestra.run.smithi120.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 64 kB/s | 26 kB 00:00 2024-04-22T15:47:18.066 INFO:teuthology.orchestra.run.smithi046.stdout:(2/32): ceph-base-19.0.0-3223.g5883d494.el9.x86 4.7 MB/s | 5.4 MB 00:01 2024-04-22T15:47:18.091 INFO:teuthology.orchestra.run.smithi046.stdout:(3/32): ceph-selinux-19.0.0-3223.g5883d494.el9. 232 kB/s | 25 kB 00:00 2024-04-22T15:47:18.170 INFO:teuthology.orchestra.run.smithi046.stdout:(4/32): libradosstriper1-19.0.0-3223.g5883d494. 6.5 MB/s | 501 kB 00:00 2024-04-22T15:47:18.203 INFO:teuthology.orchestra.run.smithi120.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 277 kB/s | 49 kB 00:00 2024-04-22T15:47:18.208 INFO:teuthology.orchestra.run.smithi046.stdout:(5/32): libcephfs2-19.0.0-3223.g5883d494.el9.x8 5.1 MB/s | 747 kB 00:00 2024-04-22T15:47:18.261 INFO:teuthology.orchestra.run.smithi120.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 446 kB/s | 309 kB 00:00 2024-04-22T15:47:18.309 INFO:teuthology.orchestra.run.smithi046.stdout:(6/32): python3-ceph-argparse-19.0.0-3223.g5883 451 kB/s | 45 kB 00:00 2024-04-22T15:47:18.345 INFO:teuthology.orchestra.run.smithi120.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 475 kB/s | 67 kB 00:00 2024-04-22T15:47:18.409 INFO:teuthology.orchestra.run.smithi046.stdout:(7/32): python3-ceph-common-19.0.0-3223.g5883d4 1.3 MB/s | 135 kB 00:00 2024-04-22T15:47:18.423 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-04-22T15:47:18.517 INFO:teuthology.orchestra.run.smithi046.stdout:(8/32): python3-cephfs-19.0.0-3223.g5883d494.el 1.5 MB/s | 161 kB 00:00 2024-04-22T15:47:18.545 INFO:teuthology.orchestra.run.smithi120.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.6 MB/s | 4.4 MB 00:00 2024-04-22T15:47:18.570 INFO:teuthology.orchestra.run.smithi120.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 851 kB/s | 192 kB 00:00 2024-04-22T15:47:18.593 INFO:teuthology.orchestra.run.smithi046.stdout:(9/32): librgw2-19.0.0-3223.g5883d494.el9.x86_6 13 MB/s | 5.4 MB 00:00 2024-04-22T15:47:18.604 INFO:teuthology.orchestra.run.smithi120.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.4 MB/s | 838 kB 00:00 2024-04-22T15:47:18.618 INFO:teuthology.orchestra.run.smithi046.stdout:(10/32): python3-rados-19.0.0-3223.g5883d494.el 3.1 MB/s | 321 kB 00:00 2024-04-22T15:47:18.651 INFO:teuthology.orchestra.run.smithi046.stdout:(11/32): python3-rbd-19.0.0-3223.g5883d494.el9. 5.0 MB/s | 298 kB 00:00 2024-04-22T15:47:18.679 INFO:teuthology.orchestra.run.smithi120.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-04-22T15:47:18.702 INFO:teuthology.orchestra.run.smithi046.stdout:(12/32): python3-rgw-19.0.0-3223.g5883d494.el9. 1.2 MB/s | 99 kB 00:00 2024-04-22T15:47:18.877 INFO:teuthology.orchestra.run.smithi046.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 474 kB/s | 107 kB 00:00 2024-04-22T15:47:18.936 INFO:teuthology.orchestra.run.smithi046.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 686 kB/s | 160 kB 00:00 2024-04-22T15:47:18.961 INFO:teuthology.orchestra.run.smithi046.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 541 kB/s | 45 kB 00:00 2024-04-22T15:47:18.996 INFO:teuthology.orchestra.run.smithi120.stdout:(31/32): librbd1-19.0.0-3223.g5883d494.el9.x86_ 8.0 MB/s | 3.1 MB 00:00 2024-04-22T15:47:19.044 INFO:teuthology.orchestra.run.smithi046.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-04-22T15:47:19.080 INFO:teuthology.orchestra.run.smithi046.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.5 MB/s | 662 kB 00:00 2024-04-22T15:47:19.105 INFO:teuthology.orchestra.run.smithi046.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 695 kB/s | 42 kB 00:00 2024-04-22T15:47:19.139 INFO:teuthology.orchestra.run.smithi046.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-22T15:47:19.164 INFO:teuthology.orchestra.run.smithi046.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-04-22T15:47:19.190 INFO:teuthology.orchestra.run.smithi046.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 944 kB/s | 47 kB 00:00 2024-04-22T15:47:19.371 INFO:teuthology.orchestra.run.smithi120.stdout:(32/32): librados2-19.0.0-3223.g5883d494.el9.x8 4.2 MB/s | 3.4 MB 00:00 2024-04-22T15:47:19.377 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:47:19.377 INFO:teuthology.orchestra.run.smithi120.stdout:Total 12 MB/s | 60 MB 00:04 2024-04-22T15:47:19.382 INFO:teuthology.orchestra.run.smithi046.stdout:(22/32): ceph-common-19.0.0-3223.g5883d494.el9. 8.6 MB/s | 21 MB 00:02 2024-04-22T15:47:19.476 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:47:19.511 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:47:19.512 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:47:19.682 INFO:teuthology.orchestra.run.smithi046.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 107 kB/s | 26 kB 00:00 2024-04-22T15:47:19.740 INFO:teuthology.orchestra.run.smithi046.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 537 kB/s | 309 kB 00:00 2024-04-22T15:47:19.766 INFO:teuthology.orchestra.run.smithi046.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 583 kB/s | 49 kB 00:00 2024-04-22T15:47:19.816 INFO:teuthology.orchestra.run.smithi046.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 898 kB/s | 67 kB 00:00 2024-04-22T15:47:19.925 INFO:teuthology.orchestra.run.smithi046.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.2 MB/s | 838 kB 00:00 2024-04-22T15:47:19.950 INFO:teuthology.orchestra.run.smithi046.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2024-04-22T15:47:19.978 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:47:19.979 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:47:20.008 INFO:teuthology.orchestra.run.smithi046.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.4 MB/s | 4.4 MB 00:00 2024-04-22T15:47:20.101 INFO:teuthology.orchestra.run.smithi046.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 9.2 MB/s | 1.6 MB 00:00 2024-04-22T15:47:20.326 INFO:teuthology.orchestra.run.smithi046.stdout:(31/32): librbd1-19.0.0-3223.g5883d494.el9.x86_ 10 MB/s | 3.1 MB 00:00 2024-04-22T15:47:20.434 INFO:teuthology.orchestra.run.smithi046.stdout:(32/32): librados2-19.0.0-3223.g5883d494.el9.x8 7.0 MB/s | 3.4 MB 00:00 2024-04-22T15:47:20.440 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:47:20.440 INFO:teuthology.orchestra.run.smithi046.stdout:Total 15 MB/s | 60 MB 00:04 2024-04-22T15:47:20.548 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:47:20.550 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:47:20.552 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:20.552 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:47:20.552 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:20.552 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:47:20.552 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:19.0.0-3223.g5883d494.el9 ceph 11 M 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.4 M 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.1 M 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:19.0.0-3223.g5883d494.el9 ceph 5.4 M 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:19.0.0-3223.g5883d494.el9 ceph 21 M 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:19.0.0-3223.g5883d494.el9 ceph 25 k 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 747 k 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T15:47:20.553 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 501 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:19.0.0-3223.g5883d494.el9 ceph 5.4 M 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 45 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:19.0.0-3223.g5883d494.el9 ceph 135 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:19.0.0-3223.g5883d494.el9 ceph 161 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:19.0.0-3223.g5883d494.el9 ceph 321 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 298 k 2024-04-22T15:47:20.554 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:19.0.0-3223.g5883d494.el9 ceph 99 k 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout:Install 30 Packages 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2024-04-22T15:47:20.555 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:20.556 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 60 M 2024-04-22T15:47:20.556 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:47:20.588 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:47:20.588 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:47:21.081 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:47:21.081 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:47:21.434 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:47:21.531 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T15:47:21.568 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T15:47:21.594 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T15:47:21.617 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T15:47:21.637 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T15:47:21.799 INFO:teuthology.orchestra.run.smithi133.stdout:(1/32): ceph-base-19.0.0-3223.g5883d494.el9.x86 6.5 MB/s | 5.4 MB 00:00 2024-04-22T15:47:21.833 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T15:47:21.866 INFO:teuthology.orchestra.run.smithi133.stdout:(2/32): ceph-selinux-19.0.0-3223.g5883d494.el9. 379 kB/s | 25 kB 00:00 2024-04-22T15:47:21.888 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T15:47:22.000 INFO:teuthology.orchestra.run.smithi133.stdout:(3/32): libcephfs2-19.0.0-3223.g5883d494.el9.x8 5.5 MB/s | 747 kB 00:00 2024-04-22T15:47:22.091 INFO:teuthology.orchestra.run.smithi133.stdout:(4/32): libradosstriper1-19.0.0-3223.g5883d494. 5.4 MB/s | 501 kB 00:00 2024-04-22T15:47:22.279 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T15:47:22.329 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librados2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:22.428 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:22.526 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 8/34 2024-04-22T15:47:22.544 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:47:22.556 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 9/34 2024-04-22T15:47:22.627 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 9/34 2024-04-22T15:47:22.636 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T15:47:22.656 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T15:47:22.672 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T15:47:22.698 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T15:47:22.699 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9. 11/34 2024-04-22T15:47:22.708 INFO:teuthology.orchestra.run.smithi133.stdout:(5/32): ceph-common-19.0.0-3223.g5883d494.el9.x 12 MB/s | 21 MB 00:01 2024-04-22T15:47:22.720 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T15:47:22.745 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T15:47:22.768 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 12/34 2024-04-22T15:47:22.784 INFO:teuthology.orchestra.run.smithi133.stdout:(6/32): librgw2-19.0.0-3223.g5883d494.el9.x86_6 7.8 MB/s | 5.4 MB 00:00 2024-04-22T15:47:22.792 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 13/34 2024-04-22T15:47:22.808 INFO:teuthology.orchestra.run.smithi133.stdout:(7/32): python3-ceph-argparse-19.0.0-3223.g5883 451 kB/s | 45 kB 00:00 2024-04-22T15:47:22.834 INFO:teuthology.orchestra.run.smithi133.stdout:(8/32): python3-ceph-common-19.0.0-3223.g5883d4 2.6 MB/s | 135 kB 00:00 2024-04-22T15:47:22.856 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 13/34 2024-04-22T15:47:22.859 INFO:teuthology.orchestra.run.smithi133.stdout:(9/32): python3-cephfs-19.0.0-3223.g5883d494.el 3.1 MB/s | 161 kB 00:00 2024-04-22T15:47:22.891 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T15:47:22.893 INFO:teuthology.orchestra.run.smithi133.stdout:(10/32): python3-rados-19.0.0-3223.g5883d494.el 5.4 MB/s | 321 kB 00:00 2024-04-22T15:47:22.918 INFO:teuthology.orchestra.run.smithi133.stdout:(11/32): python3-rbd-19.0.0-3223.g5883d494.el9. 5.0 MB/s | 298 kB 00:00 2024-04-22T15:47:22.938 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T15:47:22.943 INFO:teuthology.orchestra.run.smithi133.stdout:(12/32): python3-rgw-19.0.0-3223.g5883d494.el9. 1.9 MB/s | 99 kB 00:00 2024-04-22T15:47:22.993 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T15:47:23.003 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T15:47:23.033 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T15:47:23.069 INFO:teuthology.orchestra.run.smithi133.stdout:(13/32): ceph-radosgw-19.0.0-3223.g5883d494.el9 5.1 MB/s | 11 MB 00:02 2024-04-22T15:47:23.073 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T15:47:23.099 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T15:47:23.128 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T15:47:23.161 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T15:47:23.252 INFO:teuthology.orchestra.run.smithi133.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 247 kB/s | 45 kB 00:00 2024-04-22T15:47:23.311 INFO:teuthology.orchestra.run.smithi133.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 272 kB/s | 107 kB 00:00 2024-04-22T15:47:23.398 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T15:47:23.403 INFO:teuthology.orchestra.run.smithi133.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 349 kB/s | 160 kB 00:00 2024-04-22T15:47:23.458 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librados2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:23.464 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T15:47:23.494 INFO:teuthology.orchestra.run.smithi133.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 461 kB/s | 42 kB 00:00 2024-04-22T15:47:23.510 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 22/34 2024-04-22T15:47:23.563 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:23.589 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 22/34 2024-04-22T15:47:23.620 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 23/34 2024-04-22T15:47:23.656 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T15:47:23.668 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 8/34 2024-04-22T15:47:23.692 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 9/34 2024-04-22T15:47:23.755 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 9/34 2024-04-22T15:47:23.761 INFO:teuthology.orchestra.run.smithi133.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 649 kB/s | 292 kB 00:00 2024-04-22T15:47:23.784 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T15:47:23.803 INFO:teuthology.orchestra.run.smithi133.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 715 kB/s | 221 kB 00:00 2024-04-22T15:47:23.819 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9. 11/34 2024-04-22T15:47:23.854 INFO:teuthology.orchestra.run.smithi133.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 391 kB/s | 36 kB 00:00 2024-04-22T15:47:23.889 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 12/34 2024-04-22T15:47:23.912 INFO:teuthology.orchestra.run.smithi133.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 437 kB/s | 47 kB 00:00 2024-04-22T15:47:23.919 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 13/34 2024-04-22T15:47:23.975 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 13/34 2024-04-22T15:47:24.009 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T15:47:24.104 INFO:teuthology.orchestra.run.smithi133.stdout:(22/32): librdkafka-1.6.1-102.el9.x86_64.rpm 778 kB/s | 662 kB 00:00 2024-04-22T15:47:24.122 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T15:47:24.129 INFO:teuthology.orchestra.run.smithi133.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-22T15:47:24.133 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T15:47:24.160 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 26/34 2024-04-22T15:47:24.160 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T15:47:24.197 INFO:teuthology.orchestra.run.smithi133.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 729 kB/s | 49 kB 00:00 2024-04-22T15:47:24.209 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T15:47:24.222 INFO:teuthology.orchestra.run.smithi133.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 221 kB/s | 26 kB 00:00 2024-04-22T15:47:24.231 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 26/34 2024-04-22T15:47:24.242 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T15:47:24.264 INFO:teuthology.orchestra.run.smithi133.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-22T15:47:24.272 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T15:47:24.304 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T15:47:24.309 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 27/34 2024-04-22T15:47:24.338 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x8 28/34 2024-04-22T15:47:24.381 INFO:teuthology.orchestra.run.smithi133.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.4 MB/s | 4.4 MB 00:00 2024-04-22T15:47:24.406 INFO:teuthology.orchestra.run.smithi133.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-04-22T15:47:24.473 INFO:teuthology.orchestra.run.smithi133.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-04-22T15:47:24.634 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T15:47:24.648 INFO:teuthology.orchestra.run.smithi133.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.9 MB/s | 838 kB 00:00 2024-04-22T15:47:24.684 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 22/34 2024-04-22T15:47:24.775 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 22/34 2024-04-22T15:47:24.782 INFO:teuthology.orchestra.run.smithi133.stdout:(31/32): librados2-19.0.0-3223.g5883d494.el9.x8 9.0 MB/s | 3.4 MB 00:00 2024-04-22T15:47:24.822 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 23/34 2024-04-22T15:47:24.832 INFO:teuthology.orchestra.run.smithi133.stdout:(32/32): librbd1-19.0.0-3223.g5883d494.el9.x86_ 8.8 MB/s | 3.1 MB 00:00 2024-04-22T15:47:24.834 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:47:24.834 INFO:teuthology.orchestra.run.smithi133.stdout:Total 14 MB/s | 60 MB 00:04 2024-04-22T15:47:24.858 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T15:47:24.938 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:47:24.974 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:47:24.974 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:47:25.363 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T15:47:25.395 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 26/34 2024-04-22T15:47:25.438 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:47:25.439 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:47:25.466 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 26/34 2024-04-22T15:47:25.547 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 27/34 2024-04-22T15:47:25.572 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x8 28/34 2024-04-22T15:47:26.609 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:26.668 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:26.921 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:47:26.999 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T15:47:27.028 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T15:47:27.054 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T15:47:27.076 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T15:47:27.098 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T15:47:27.206 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:27.239 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 30/34 2024-04-22T15:47:27.251 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T15:47:27.305 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T15:47:27.311 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 30/34 2024-04-22T15:47:27.311 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T15:47:27.311 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T15:47:27.311 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:27.340 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:27.685 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T15:47:27.741 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:27.833 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:27.923 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 8/34 2024-04-22T15:47:27.933 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:27.959 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 9/34 2024-04-22T15:47:27.968 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:28.007 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 9/34 2024-04-22T15:47:28.042 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T15:47:28.091 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9. 11/34 2024-04-22T15:47:28.155 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 12/34 2024-04-22T15:47:28.177 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 13/34 2024-04-22T15:47:28.242 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 13/34 2024-04-22T15:47:28.280 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T15:47:28.443 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T15:47:28.479 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T15:47:28.524 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T15:47:28.540 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:28.552 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T15:47:28.575 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T15:47:28.588 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 30/34 2024-04-22T15:47:28.607 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T15:47:28.708 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 30/34 2024-04-22T15:47:28.708 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T15:47:28.708 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T15:47:28.708 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:28.739 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:28.949 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T15:47:29.000 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 22/34 2024-04-22T15:47:29.089 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 22/34 2024-04-22T15:47:29.121 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 23/34 2024-04-22T15:47:29.156 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T15:47:29.636 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T15:47:29.660 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 26/34 2024-04-22T15:47:29.732 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 26/34 2024-04-22T15:47:29.809 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 27/34 2024-04-22T15:47:29.838 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x8 28/34 2024-04-22T15:47:32.214 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:32.251 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:32.789 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 29/34 2024-04-22T15:47:32.821 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 30/34 2024-04-22T15:47:32.912 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 30/34 2024-04-22T15:47:32.912 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T15:47:32.913 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T15:47:32.913 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:32.947 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:37.005 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /sys 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /proc 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /mnt 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /var/tmp 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /home 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /root 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /tmp 2024-04-22T15:47:37.006 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:37.992 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 32/34 2024-04-22T15:47:38.022 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 32/34 2024-04-22T15:47:38.022 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:47:38.022 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T15:47:38.023 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T15:47:38.023 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T15:47:38.023 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:38.024 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T15:47:38.112 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T15:47:38.112 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:38.625 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:38.625 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /sys 2024-04-22T15:47:38.625 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /proc 2024-04-22T15:47:38.626 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /mnt 2024-04-22T15:47:38.626 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /var/tmp 2024-04-22T15:47:38.626 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /home 2024-04-22T15:47:38.626 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /root 2024-04-22T15:47:38.626 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /tmp 2024-04-22T15:47:38.626 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:39.255 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:39.255 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 1/34 2024-04-22T15:47:39.255 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 3/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 4/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 5/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 6/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9. 8/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x8 9/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 10/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 11/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 12/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 13/34 2024-04-22T15:47:39.256 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T15:47:39.257 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T15:47:39.258 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T15:47:39.258 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T15:47:39.258 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:39.258 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T15:47:39.258 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 33/34 2024-04-22T15:47:39.756 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 32/34 2024-04-22T15:47:39.782 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 32/34 2024-04-22T15:47:39.782 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:47:39.782 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T15:47:39.782 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T15:47:39.782 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T15:47:39.783 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:39.784 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T15:47:39.858 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T15:47:39.858 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:40.044 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:40.044 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:40.044 INFO:teuthology.orchestra.run.smithi120.stdout:Upgraded: 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: librados2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.045 INFO:teuthology.orchestra.run.smithi120.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T15:47:40.046 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:40.047 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:47:40.349 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-test 2024-04-22T15:47:40.862 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:47:40.979 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:47:40.980 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:40.980 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:47:40.980 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:40.980 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:47:40.980 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test x86_64 2:19.0.0-3223.g5883d494.el9 ceph 49 M 2024-04-22T15:47:40.980 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:47:40.980 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite x86_64 2:19.0.0-3223.g5883d494.el9 ceph 163 k 2024-04-22T15:47:40.981 INFO:teuthology.orchestra.run.smithi120.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T15:47:40.981 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T15:47:40.981 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:40.981 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:47:40.981 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:40.981 INFO:teuthology.orchestra.run.smithi120.stdout:Install 4 Packages 2024-04-22T15:47:40.981 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:40.982 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 50 M 2024-04-22T15:47:40.982 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 211 M 2024-04-22T15:47:40.982 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:47:41.018 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:41.018 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 1/34 2024-04-22T15:47:41.018 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2/34 2024-04-22T15:47:41.018 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 3/34 2024-04-22T15:47:41.018 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 4/34 2024-04-22T15:47:41.018 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 5/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 6/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9. 8/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x8 9/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 10/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 11/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 12/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 13/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T15:47:41.019 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T15:47:41.020 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T15:47:41.021 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T15:47:41.021 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:41.021 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T15:47:41.021 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 33/34 2024-04-22T15:47:41.510 INFO:teuthology.orchestra.run.smithi120.stdout:(1/4): libcephsqlite-19.0.0-3223.g5883d494.el9. 638 kB/s | 163 kB 00:00 2024-04-22T15:47:41.594 INFO:teuthology.orchestra.run.smithi120.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 898 kB/s | 305 kB 00:00 2024-04-22T15:47:41.678 INFO:teuthology.orchestra.run.smithi120.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 381 kB/s | 64 kB 00:00 2024-04-22T15:47:41.868 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout:Upgraded: 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: librados2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T15:47:41.869 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T15:47:41.870 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:41.871 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:47:42.268 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-test 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /root 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2024-04-22T15:47:42.574 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:42.796 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:47:42.920 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:47:42.920 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:42.920 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:47:42.920 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:42.920 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-test x86_64 2:19.0.0-3223.g5883d494.el9 ceph 49 M 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout: libcephsqlite x86_64 2:19.0.0-3223.g5883d494.el9 ceph 163 k 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout:Install 4 Packages 2024-04-22T15:47:42.921 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:42.922 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 50 M 2024-04-22T15:47:42.922 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 211 M 2024-04-22T15:47:42.922 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:47:43.237 INFO:teuthology.orchestra.run.smithi046.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-04-22T15:47:43.287 INFO:teuthology.orchestra.run.smithi046.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-04-22T15:47:43.379 INFO:teuthology.orchestra.run.smithi046.stdout:(3/4): libcephsqlite-19.0.0-3223.g5883d494.el9. 450 kB/s | 163 kB 00:00 2024-04-22T15:47:43.555 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 32/34 2024-04-22T15:47:43.579 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 32/34 2024-04-22T15:47:43.579 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:47:43.579 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T15:47:43.579 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T15:47:43.579 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T15:47:43.579 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:43.581 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T15:47:43.645 INFO:teuthology.orchestra.run.smithi120.stdout:(4/4): ceph-test-19.0.0-3223.g5883d494.el9.x86_ 21 MB/s | 49 MB 00:02 2024-04-22T15:47:43.647 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:47:43.647 INFO:teuthology.orchestra.run.smithi120.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-22T15:47:43.665 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T15:47:43.665 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:43.673 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:47:43.693 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:47:43.693 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:47:44.061 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:47:44.061 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:47:44.661 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:47:44.745 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T15:47:44.786 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 1/34 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2/34 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 3/34 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 4/34 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 5/34 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_6 6/34 2024-04-22T15:47:44.801 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 7/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9. 8/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x8 9/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 10/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 11/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 12/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 13/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T15:47:44.802 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T15:47:44.803 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T15:47:44.804 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:19.0.0-3223.g5883d494.el9.x86_64 31/34 2024-04-22T15:47:44.804 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T15:47:44.804 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 33/34 2024-04-22T15:47:44.813 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 3/4 2024-04-22T15:47:45.471 INFO:teuthology.orchestra.run.smithi046.stdout:(4/4): ceph-test-19.0.0-3223.g5883d494.el9.x86_ 20 MB/s | 49 MB 00:02 2024-04-22T15:47:45.473 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:47:45.474 INFO:teuthology.orchestra.run.smithi046.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-22T15:47:45.501 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:47:45.523 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:47:45.524 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:47:45.536 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T15:47:45.536 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:45.536 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2024-04-22T15:47:45.536 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.536 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.536 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T15:47:45.537 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:45.538 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T15:47:45.539 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T15:47:45.539 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T15:47:45.539 INFO:teuthology.orchestra.run.smithi133.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T15:47:45.539 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T15:47:45.539 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:45.539 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:47:45.871 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2024-04-22T15:47:45.913 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:47:45.913 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:47:46.385 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:47:46.506 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:19.0.0-3223.g5883d494.el9 ceph 49 M 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:19.0.0-3223.g5883d494.el9 ceph 163 k 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T15:47:46.507 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T15:47:46.508 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:46.508 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:47:46.508 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:46.508 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-04-22T15:47:46.508 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:46.508 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 50 M 2024-04-22T15:47:46.509 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 211 M 2024-04-22T15:47:46.509 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:47:46.532 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:47:46.615 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T15:47:46.662 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T15:47:46.689 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 3/4 2024-04-22T15:47:47.003 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): libcephsqlite-19.0.0-3223.g5883d494.el9. 626 kB/s | 163 kB 00:00 2024-04-22T15:47:47.103 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 844 kB/s | 305 kB 00:00 2024-04-22T15:47:47.187 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 347 kB/s | 64 kB 00:00 2024-04-22T15:47:49.387 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): ceph-test-19.0.0-3223.g5883d494.el9.x86_ 19 MB/s | 49 MB 00:02 2024-04-22T15:47:49.390 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:47:49.391 INFO:teuthology.orchestra.run.smithi133.stdout:Total 17 MB/s | 50 MB 00:02 2024-04-22T15:47:49.394 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 3/4 2024-04-22T15:47:49.418 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:47:49.439 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:47:49.439 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:47:49.468 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 4/4 2024-04-22T15:47:49.811 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:47:49.812 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:47:50.333 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:47:50.413 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T15:47:50.453 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T15:47:50.480 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 3/4 2024-04-22T15:47:51.584 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 3/4 2024-04-22T15:47:51.664 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 4/4 2024-04-22T15:47:51.896 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 4/4 2024-04-22T15:47:51.896 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 1/4 2024-04-22T15:47:51.896 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 2/4 2024-04-22T15:47:51.896 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:52.152 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:47:52.460 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph 2024-04-22T15:47:52.984 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:40 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:47:53.115 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout: ceph x86_64 2:19.0.0-3223.g5883d494.el9 ceph 6.6 k 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds x86_64 2:19.0.0-3223.g5883d494.el9 ceph 2.4 M 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr x86_64 2:19.0.0-3223.g5883d494.el9 ceph 1.5 M 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 249 k 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon x86_64 2:19.0.0-3223.g5883d494.el9 ceph 4.7 M 2024-04-22T15:47:53.118 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 17 M 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-collections 2024-04-22T15:47:53.119 INFO:teuthology.orchestra.run.smithi120.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T15:47:53.120 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout:Install 36 Packages 2024-04-22T15:47:53.121 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:47:53.122 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 30 M 2024-04-22T15:47:53.122 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 107 M 2024-04-22T15:47:53.122 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:47:53.740 INFO:teuthology.orchestra.run.smithi120.stdout:(1/36): ceph-19.0.0-3223.g5883d494.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-22T15:47:53.990 INFO:teuthology.orchestra.run.smithi120.stdout:(2/36): ceph-mds-19.0.0-3223.g5883d494.el9.x86_ 5.6 MB/s | 2.4 MB 00:00 2024-04-22T15:47:54.024 INFO:teuthology.orchestra.run.smithi120.stdout:(3/36): ceph-mgr-19.0.0-3223.g5883d494.el9.x86_ 3.3 MB/s | 1.5 MB 00:00 2024-04-22T15:47:54.126 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 4/4 2024-04-22T15:47:54.126 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 1/4 2024-04-22T15:47:54.126 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 2/4 2024-04-22T15:47:54.126 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T15:47:54.132 INFO:teuthology.orchestra.run.smithi120.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3223.g5883 2.2 MB/s | 249 kB 00:00 2024-04-22T15:47:54.283 INFO:teuthology.orchestra.run.smithi120.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-22T15:47:54.411 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T15:47:54.411 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:54.411 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:47:54.412 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:54.412 INFO:teuthology.orchestra.run.smithi046.stdout: libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:54.412 INFO:teuthology.orchestra.run.smithi046.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T15:47:54.412 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T15:47:54.412 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:54.412 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:47:54.458 INFO:teuthology.orchestra.run.smithi120.stdout:(6/36): ceph-mon-19.0.0-3223.g5883d494.el9.x86_ 6.5 MB/s | 4.7 MB 00:00 2024-04-22T15:47:54.533 INFO:teuthology.orchestra.run.smithi120.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 4.9 MB/s | 1.2 MB 00:00 2024-04-22T15:47:54.558 INFO:teuthology.orchestra.run.smithi120.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 106 kB 00:00 2024-04-22T15:47:54.617 INFO:teuthology.orchestra.run.smithi120.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-04-22T15:47:54.659 INFO:teuthology.orchestra.run.smithi120.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.2 MB/s | 125 kB 00:00 2024-04-22T15:47:54.711 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph 2024-04-22T15:47:54.901 INFO:teuthology.orchestra.run.smithi120.stdout:(11/36): ceph-osd-19.0.0-3223.g5883d494.el9.x86 18 MB/s | 17 MB 00:00 2024-04-22T15:47:54.935 INFO:teuthology.orchestra.run.smithi120.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 676 kB/s | 215 kB 00:00 2024-04-22T15:47:54.977 INFO:teuthology.orchestra.run.smithi120.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 594 kB/s | 188 kB 00:00 2024-04-22T15:47:55.027 INFO:teuthology.orchestra.run.smithi120.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-22T15:47:55.052 INFO:teuthology.orchestra.run.smithi120.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 296 kB/s | 35 kB 00:00 2024-04-22T15:47:55.086 INFO:teuthology.orchestra.run.smithi120.stdout:(16/36): python3-mako-1.1.4-6.el9.noarch.rpm 933 kB/s | 172 kB 00:00 2024-04-22T15:47:55.094 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 3/4 2024-04-22T15:47:55.111 INFO:teuthology.orchestra.run.smithi120.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 496 kB/s | 42 kB 00:00 2024-04-22T15:47:55.178 INFO:teuthology.orchestra.run.smithi120.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-04-22T15:47:55.235 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 4/4 2024-04-22T15:47:55.258 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:47:55.386 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: ceph x86_64 2:19.0.0-3223.g5883d494.el9 ceph 6.6 k 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mds x86_64 2:19.0.0-3223.g5883d494.el9 ceph 2.4 M 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr x86_64 2:19.0.0-3223.g5883d494.el9 ceph 1.5 M 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 249 k 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mon x86_64 2:19.0.0-3223.g5883d494.el9 ceph 4.7 M 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-osd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 17 M 2024-04-22T15:47:55.389 INFO:teuthology.orchestra.run.smithi046.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-collections 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T15:47:55.390 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T15:47:55.391 INFO:teuthology.orchestra.run.smithi046.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout:Install 36 Packages 2024-04-22T15:47:55.392 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:47:55.393 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 30 M 2024-04-22T15:47:55.393 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 107 M 2024-04-22T15:47:55.393 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:47:55.437 INFO:teuthology.orchestra.run.smithi120.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 133 kB/s | 43 kB 00:00 2024-04-22T15:47:55.504 INFO:teuthology.orchestra.run.smithi120.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 362 kB/s | 151 kB 00:00 2024-04-22T15:47:55.604 INFO:teuthology.orchestra.run.smithi120.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-22T15:47:55.646 INFO:teuthology.orchestra.run.smithi120.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 367 kB/s | 172 kB 00:00 2024-04-22T15:47:55.705 INFO:teuthology.orchestra.run.smithi120.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-22T15:47:55.739 INFO:teuthology.orchestra.run.smithi120.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2024-04-22T15:47:55.764 INFO:teuthology.orchestra.run.smithi120.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-22T15:47:55.806 INFO:teuthology.orchestra.run.smithi120.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-04-22T15:47:55.840 INFO:teuthology.orchestra.run.smithi120.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-04-22T15:47:55.865 INFO:teuthology.orchestra.run.smithi120.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 461 kB/s | 46 kB 00:00 2024-04-22T15:47:55.907 INFO:teuthology.orchestra.run.smithi120.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 784 kB/s | 79 kB 00:00 2024-04-22T15:47:55.940 INFO:teuthology.orchestra.run.smithi120.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-04-22T15:47:55.966 INFO:teuthology.orchestra.run.smithi120.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 163 kB/s | 16 kB 00:00 2024-04-22T15:47:56.007 INFO:teuthology.orchestra.run.smithi120.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 896 kB/s | 90 kB 00:00 2024-04-22T15:47:56.024 INFO:teuthology.orchestra.run.smithi120.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 426 kB/s | 36 kB 00:00 2024-04-22T15:47:56.125 INFO:teuthology.orchestra.run.smithi120.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-04-22T15:47:56.150 INFO:teuthology.orchestra.run.smithi120.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-04-22T15:47:56.163 INFO:teuthology.orchestra.run.smithi046.stdout:(1/36): ceph-19.0.0-3223.g5883d494.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-04-22T15:47:56.184 INFO:teuthology.orchestra.run.smithi120.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-22T15:47:56.185 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:47:56.185 INFO:teuthology.orchestra.run.smithi120.stdout:Total 9.8 MB/s | 30 MB 00:03 2024-04-22T15:47:56.325 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:47:56.362 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:47:56.362 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:47:56.505 INFO:teuthology.orchestra.run.smithi046.stdout:(2/36): ceph-mgr-19.0.0-3223.g5883d494.el9.x86_ 2.6 MB/s | 1.5 MB 00:00 2024-04-22T15:47:56.547 INFO:teuthology.orchestra.run.smithi046.stdout:(3/36): ceph-mds-19.0.0-3223.g5883d494.el9.x86_ 3.9 MB/s | 2.4 MB 00:00 2024-04-22T15:47:56.630 INFO:teuthology.orchestra.run.smithi046.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3223.g5883 2.9 MB/s | 249 kB 00:00 2024-04-22T15:47:56.656 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:47:56.657 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:47:57.264 INFO:teuthology.orchestra.run.smithi046.stdout:(5/36): ceph-mon-19.0.0-3223.g5883d494.el9.x86_ 4.3 MB/s | 4.7 MB 00:01 2024-04-22T15:47:57.481 INFO:teuthology.orchestra.run.smithi046.stdout:(6/36): ceph-osd-19.0.0-3223.g5883d494.el9.x86_ 17 MB/s | 17 MB 00:00 2024-04-22T15:47:57.511 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 4/4 2024-04-22T15:47:57.512 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 1/4 2024-04-22T15:47:57.512 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 2/4 2024-04-22T15:47:57.512 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T15:47:57.793 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:57.794 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:47:57.923 INFO:teuthology.orchestra.run.smithi046.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 196 kB/s | 253 kB 00:01 2024-04-22T15:47:57.932 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:47:58.003 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T15:47:58.053 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T15:47:58.089 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T15:47:58.111 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2024-04-22T15:47:58.160 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T15:47:58.205 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T15:47:58.237 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T15:47:58.330 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T15:47:58.409 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T15:47:58.423 INFO:teuthology.orchestra.run.smithi046.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 113 kB/s | 106 kB 00:00 2024-04-22T15:47:58.449 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T15:47:58.492 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T15:47:58.522 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T15:47:58.557 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T15:47:58.590 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T15:47:58.630 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T15:47:58.642 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:40 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:47:58.666 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T15:47:58.700 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T15:47:58.738 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T15:47:58.773 INFO:teuthology.orchestra.run.smithi046.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 159 kB/s | 135 kB 00:00 2024-04-22T15:47:58.781 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:47:58.783 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:58.783 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:47:58.783 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:19.0.0-3223.g5883d494.el9 ceph 6.6 k 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:19.0.0-3223.g5883d494.el9 ceph 2.4 M 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:19.0.0-3223.g5883d494.el9 ceph 1.5 M 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 249 k 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:19.0.0-3223.g5883d494.el9 ceph 4.7 M 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 17 M 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T15:47:58.784 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T15:47:58.785 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:47:58.786 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:47:58.787 INFO:teuthology.orchestra.run.smithi133.stdout:Install 36 Packages 2024-04-22T15:47:58.787 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:47:58.787 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 30 M 2024-04-22T15:47:58.787 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 107 M 2024-04-22T15:47:58.787 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:47:58.812 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T15:47:58.949 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T15:47:59.029 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T15:47:59.083 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T15:47:59.122 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T15:47:59.179 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T15:47:59.224 INFO:teuthology.orchestra.run.smithi046.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 156 kB/s | 125 kB 00:00 2024-04-22T15:47:59.235 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T15:47:59.382 INFO:teuthology.orchestra.run.smithi046.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-22T15:47:59.413 INFO:teuthology.orchestra.run.smithi133.stdout:(1/36): ceph-19.0.0-3223.g5883d494.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-22T15:47:59.421 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T15:47:59.441 INFO:teuthology.orchestra.run.smithi046.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-04-22T15:47:59.469 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T15:47:59.474 INFO:teuthology.orchestra.run.smithi046.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 1.0 MB/s | 35 kB 00:00 2024-04-22T15:47:59.508 INFO:teuthology.orchestra.run.smithi046.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.5 MB/s | 51 kB 00:00 2024-04-22T15:47:59.541 INFO:teuthology.orchestra.run.smithi046.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.2 MB/s | 42 kB 00:00 2024-04-22T15:47:59.546 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T15:47:59.622 INFO:teuthology.orchestra.run.smithi133.stdout:(2/36): ceph-mds-19.0.0-3223.g5883d494.el9.x86_ 6.1 MB/s | 2.4 MB 00:00 2024-04-22T15:47:59.635 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T15:47:59.668 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T15:47:59.691 INFO:teuthology.orchestra.run.smithi046.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 149 kB/s | 22 kB 00:00 2024-04-22T15:47:59.717 INFO:teuthology.orchestra.run.smithi046.stdout:(17/36): python3-urllib3-1.26.5-5.el9.noarch.rp 228 kB/s | 215 kB 00:00 2024-04-22T15:47:59.783 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T15:47:59.842 INFO:teuthology.orchestra.run.smithi046.stdout:(18/36): python3-cryptography-36.0.1-4.el9.x86_ 487 kB/s | 1.2 MB 00:02 2024-04-22T15:47:59.941 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9. 31/36 2024-04-22T15:47:59.988 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 32/36 2024-04-22T15:48:00.013 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 32/36 2024-04-22T15:48:00.013 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:00.013 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T15:48:00.013 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T15:48:00.013 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T15:48:00.014 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:00.092 INFO:teuthology.orchestra.run.smithi046.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 116 kB/s | 43 kB 00:00 2024-04-22T15:48:00.251 INFO:teuthology.orchestra.run.smithi046.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 271 kB/s | 151 kB 00:00 2024-04-22T15:48:00.360 INFO:teuthology.orchestra.run.smithi046.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-22T15:48:00.402 INFO:teuthology.orchestra.run.smithi046.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 307 kB/s | 172 kB 00:00 2024-04-22T15:48:00.477 INFO:teuthology.orchestra.run.smithi046.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-22T15:48:00.497 INFO:teuthology.orchestra.run.smithi133.stdout:(3/36): ceph-osd-19.0.0-3223.g5883d494.el9.x86_ 19 MB/s | 17 MB 00:00 2024-04-22T15:48:00.510 INFO:teuthology.orchestra.run.smithi046.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 858 kB/s | 358 kB 00:00 2024-04-22T15:48:00.531 INFO:teuthology.orchestra.run.smithi133.stdout:(4/36): ceph-mgr-19.0.0-3223.g5883d494.el9.x86_ 1.2 MB/s | 1.5 MB 00:01 2024-04-22T15:48:00.535 INFO:teuthology.orchestra.run.smithi046.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 173 kB/s | 23 kB 00:00 2024-04-22T15:48:00.556 INFO:teuthology.orchestra.run.smithi133.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3223.g5883 4.2 MB/s | 249 kB 00:00 2024-04-22T15:48:00.594 INFO:teuthology.orchestra.run.smithi046.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-04-22T15:48:00.620 INFO:teuthology.orchestra.run.smithi046.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-04-22T15:48:00.631 INFO:teuthology.orchestra.run.smithi133.stdout:(6/36): ceph-mon-19.0.0-3223.g5883d494.el9.x86_ 3.9 MB/s | 4.7 MB 00:01 2024-04-22T15:48:00.662 INFO:teuthology.orchestra.run.smithi046.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 368 kB/s | 46 kB 00:00 2024-04-22T15:48:00.729 INFO:teuthology.orchestra.run.smithi046.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 588 kB/s | 79 kB 00:00 2024-04-22T15:48:00.756 INFO:teuthology.orchestra.run.smithi133.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 854 kB/s | 106 kB 00:00 2024-04-22T15:48:00.770 INFO:teuthology.orchestra.run.smithi046.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-22T15:48:00.782 INFO:teuthology.orchestra.run.smithi133.stdout:(8/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-04-22T15:48:00.787 INFO:teuthology.orchestra.run.smithi046.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-04-22T15:48:00.824 INFO:teuthology.orchestra.run.smithi133.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-22T15:48:00.849 INFO:teuthology.orchestra.run.smithi133.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-04-22T15:48:00.863 INFO:teuthology.orchestra.run.smithi046.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 672 kB/s | 90 kB 00:00 2024-04-22T15:48:00.874 INFO:teuthology.orchestra.run.smithi133.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-22T15:48:00.888 INFO:teuthology.orchestra.run.smithi046.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-04-22T15:48:00.908 INFO:teuthology.orchestra.run.smithi133.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 3.5 MB/s | 1.2 MB 00:00 2024-04-22T15:48:00.980 INFO:teuthology.orchestra.run.smithi046.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-04-22T15:48:01.005 INFO:teuthology.orchestra.run.smithi046.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-04-22T15:48:01.091 INFO:teuthology.orchestra.run.smithi133.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 190 kB/s | 35 kB 00:00 2024-04-22T15:48:01.125 INFO:teuthology.orchestra.run.smithi133.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 688 kB/s | 172 kB 00:00 2024-04-22T15:48:01.138 INFO:teuthology.orchestra.run.smithi046.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.5 MB/s | 427 kB 00:00 2024-04-22T15:48:01.141 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:01.141 INFO:teuthology.orchestra.run.smithi046.stdout:Total 5.2 MB/s | 30 MB 00:05 2024-04-22T15:48:01.150 INFO:teuthology.orchestra.run.smithi133.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 626 kB/s | 188 kB 00:00 2024-04-22T15:48:01.184 INFO:teuthology.orchestra.run.smithi133.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 554 kB/s | 51 kB 00:00 2024-04-22T15:48:01.209 INFO:teuthology.orchestra.run.smithi133.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 495 kB/s | 42 kB 00:00 2024-04-22T15:48:01.251 INFO:teuthology.orchestra.run.smithi133.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 221 kB/s | 22 kB 00:00 2024-04-22T15:48:01.282 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:01.328 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:01.328 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:01.447 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 33/36 2024-04-22T15:48:01.473 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 33/36 2024-04-22T15:48:01.473 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:01.473 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T15:48:01.473 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T15:48:01.473 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T15:48:01.473 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:01.543 INFO:teuthology.orchestra.run.smithi133.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 130 kB/s | 43 kB 00:00 2024-04-22T15:48:01.641 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:01.641 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:01.660 INFO:teuthology.orchestra.run.smithi133.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 317 kB/s | 151 kB 00:00 2024-04-22T15:48:01.752 INFO:teuthology.orchestra.run.smithi133.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 343 kB/s | 172 kB 00:00 2024-04-22T15:48:01.777 INFO:teuthology.orchestra.run.smithi133.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 91 kB/s | 11 kB 00:00 2024-04-22T15:48:01.861 INFO:teuthology.orchestra.run.smithi133.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-04-22T15:48:01.885 INFO:teuthology.orchestra.run.smithi133.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-04-22T15:48:01.911 INFO:teuthology.orchestra.run.smithi133.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 975 kB/s | 358 kB 00:00 2024-04-22T15:48:01.914 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 34/36 2024-04-22T15:48:01.937 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 34/36 2024-04-22T15:48:01.937 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:01.937 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T15:48:01.937 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T15:48:01.937 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T15:48:01.937 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:01.961 INFO:teuthology.orchestra.run.smithi133.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-04-22T15:48:01.995 INFO:teuthology.orchestra.run.smithi133.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 180 kB/s | 20 kB 00:00 2024-04-22T15:48:02.054 INFO:teuthology.orchestra.run.smithi133.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 325 kB/s | 46 kB 00:00 2024-04-22T15:48:02.121 INFO:teuthology.orchestra.run.smithi133.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 495 kB/s | 79 kB 00:00 2024-04-22T15:48:02.156 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 35/36 2024-04-22T15:48:02.162 INFO:teuthology.orchestra.run.smithi133.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-04-22T15:48:02.179 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 35/36 2024-04-22T15:48:02.179 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:02.179 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T15:48:02.179 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T15:48:02.179 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T15:48:02.179 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:02.229 INFO:teuthology.orchestra.run.smithi133.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.1 MB/s | 272 kB 00:00 2024-04-22T15:48:02.243 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-2:19.0.0-3223.g5883d494.el9.x86_64 36/36 2024-04-22T15:48:02.263 INFO:teuthology.orchestra.run.smithi133.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 634 kB/s | 90 kB 00:00 2024-04-22T15:48:02.280 INFO:teuthology.orchestra.run.smithi133.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-04-22T15:48:02.380 INFO:teuthology.orchestra.run.smithi133.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.5 MB/s | 230 kB 00:00 2024-04-22T15:48:02.397 INFO:teuthology.orchestra.run.smithi133.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-04-22T15:48:02.555 INFO:teuthology.orchestra.run.smithi133.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.4 MB/s | 427 kB 00:00 2024-04-22T15:48:02.559 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:02.559 INFO:teuthology.orchestra.run.smithi133.stdout:Total 8.0 MB/s | 30 MB 00:03 2024-04-22T15:48:02.692 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:02.732 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:02.732 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:02.915 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:02.966 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T15:48:02.991 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T15:48:03.019 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T15:48:03.026 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:03.027 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:03.095 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T15:48:03.143 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T15:48:03.176 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T15:48:03.274 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T15:48:03.350 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T15:48:03.395 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T15:48:03.430 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T15:48:03.460 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T15:48:03.494 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T15:48:03.527 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T15:48:03.569 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T15:48:03.612 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T15:48:03.646 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T15:48:03.684 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T15:48:03.762 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T15:48:03.917 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T15:48:03.980 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-2:19.0.0-3223.g5883d494.el9.x86_64 36/36 2024-04-22T15:48:03.980 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-2:19.0.0-3223.g5883d494.el9.x86_64 1/36 2024-04-22T15:48:03.980 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 2/36 2024-04-22T15:48:03.980 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 3/36 2024-04-22T15:48:03.980 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 4/36 2024-04-22T15:48:03.980 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 5/36 2024-04-22T15:48:03.980 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9. 6/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T15:48:03.981 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T15:48:03.982 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T15:48:03.983 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T15:48:03.983 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T15:48:03.983 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T15:48:04.012 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T15:48:04.063 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T15:48:04.109 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T15:48:04.168 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T15:48:04.231 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T15:48:04.289 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:04.358 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T15:48:04.399 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T15:48:04.431 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T15:48:04.435 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T15:48:04.479 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T15:48:04.507 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T15:48:04.561 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T15:48:04.568 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T15:48:04.609 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T15:48:04.659 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T15:48:04.701 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T15:48:04.703 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T15:48:04.778 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T15:48:04.819 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T15:48:04.826 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T15:48:04.855 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T15:48:04.885 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T15:48:04.911 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T15:48:04.936 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T15:48:04.968 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T15:48:04.992 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9. 31/36 2024-04-22T15:48:04.992 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T15:48:04.992 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:04.992 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T15:48:04.993 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T15:48:04.994 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:04.995 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:05.003 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T15:48:05.022 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 32/36 2024-04-22T15:48:05.037 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T15:48:05.048 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 32/36 2024-04-22T15:48:05.048 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:05.049 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T15:48:05.049 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T15:48:05.049 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T15:48:05.049 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:05.075 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T15:48:05.149 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T15:48:05.289 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T15:48:05.353 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-base 2024-04-22T15:48:05.366 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T15:48:05.421 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T15:48:05.467 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T15:48:05.516 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T15:48:05.571 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T15:48:05.767 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T15:48:05.812 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T15:48:05.867 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:53 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:05.890 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T15:48:05.945 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:05.979 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T15:48:05.986 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:05.988 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:05.988 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:06.020 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T15:48:06.053 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install cephadm 2024-04-22T15:48:06.137 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T15:48:06.302 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9. 31/36 2024-04-22T15:48:06.330 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 32/36 2024-04-22T15:48:06.355 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 32/36 2024-04-22T15:48:06.356 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:06.356 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T15:48:06.356 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T15:48:06.356 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T15:48:06.356 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:06.557 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:06.581 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 33/36 2024-04-22T15:48:06.608 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 33/36 2024-04-22T15:48:06.608 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:06.608 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T15:48:06.608 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T15:48:06.609 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T15:48:06.609 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:06.676 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 763 k 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:06.677 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:06.678 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:48:06.678 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:06.678 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 763 k 2024-04-22T15:48:06.678 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 769 k 2024-04-22T15:48:06.678 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:06.957 INFO:teuthology.orchestra.run.smithi120.stdout:cephadm-19.0.0-3223.g5883d494.el9.noarch.rpm 2.7 MB/s | 763 kB 00:00 2024-04-22T15:48:06.959 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:06.959 INFO:teuthology.orchestra.run.smithi120.stdout:Total 2.7 MB/s | 763 kB 00:00 2024-04-22T15:48:06.959 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:06.963 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:06.964 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:06.969 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:06.970 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:07.038 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:07.073 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 34/36 2024-04-22T15:48:07.097 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 34/36 2024-04-22T15:48:07.097 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:07.098 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T15:48:07.098 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T15:48:07.098 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T15:48:07.098 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:07.340 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 35/36 2024-04-22T15:48:07.364 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 35/36 2024-04-22T15:48:07.364 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:07.364 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T15:48:07.365 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T15:48:07.365 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T15:48:07.365 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:07.430 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-2:19.0.0-3223.g5883d494.el9.x86_64 36/36 2024-04-22T15:48:07.533 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:07.610 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:07.798 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 33/36 2024-04-22T15:48:07.824 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 33/36 2024-04-22T15:48:07.824 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:07.824 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T15:48:07.824 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T15:48:07.824 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T15:48:07.824 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:07.935 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:08.154 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:08.155 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:08.155 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:08.155 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:08.155 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:08.155 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:08.265 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 34/36 2024-04-22T15:48:08.288 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 34/36 2024-04-22T15:48:08.288 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:08.288 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T15:48:08.288 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T15:48:08.288 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T15:48:08.288 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:08.362 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T15:48:08.516 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 35/36 2024-04-22T15:48:08.538 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 35/36 2024-04-22T15:48:08.539 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:08.539 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T15:48:08.539 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T15:48:08.539 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T15:48:08.539 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:08.602 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:19.0.0-3223.g5883d494.el9.x86_64 36/36 2024-04-22T15:48:08.884 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3223.g5883d494.el9 ceph 145 k 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:09.007 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:09.008 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:09.008 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:48:09.008 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:09.008 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 145 k 2024-04-22T15:48:09.008 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 435 k 2024-04-22T15:48:09.008 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-2:19.0.0-3223.g5883d494.el9.x86_64 36/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-2:19.0.0-3223.g5883d494.el9.x86_64 1/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 2/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 3/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 4/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 5/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9. 6/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T15:48:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T15:48:09.079 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T15:48:09.080 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T15:48:09.080 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T15:48:09.081 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T15:48:09.233 INFO:teuthology.orchestra.run.smithi120.stdout:ceph-immutable-object-cache-19.0.0-3223.g5883d4 646 kB/s | 145 kB 00:00 2024-04-22T15:48:09.233 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:09.234 INFO:teuthology.orchestra.run.smithi120.stdout:Total 641 kB/s | 145 kB 00:00 2024-04-22T15:48:09.234 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:09.241 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:09.241 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:09.298 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:09.298 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:09.464 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:09.542 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:09.566 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:09.566 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:09.566 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T15:48:09.566 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:09.967 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T15:48:09.967 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T15:48:09.968 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T15:48:09.969 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:09.970 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:19.0.0-3223.g5883d494.el9.x86_64 36/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:19.0.0-3223.g5883d494.el9.x86_64 1/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 2/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 3/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 4/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 5/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9. 6/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T15:48:10.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T15:48:10.219 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T15:48:10.220 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T15:48:10.308 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-base 2024-04-22T15:48:10.390 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:10.390 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:10.390 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:10.390 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:10.390 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:10.391 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:10.610 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr 2024-04-22T15:48:10.843 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:10.924 INFO:teuthology.orchestra.run.smithi046.stdout:Package ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:10.967 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:10.968 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:48:10.968 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:11.030 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install cephadm 2024-04-22T15:48:11.049 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T15:48:11.050 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T15:48:11.051 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T15:48:11.052 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:11.053 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:11.126 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:11.206 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:11.248 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:11.249 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:11.249 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:11.351 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T15:48:11.393 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2024-04-22T15:48:11.557 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:11.682 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:11.683 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:11.683 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:48:11.683 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:11.683 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:11.683 INFO:teuthology.orchestra.run.smithi046.stdout: cephadm noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 763 k 2024-04-22T15:48:11.683 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:11.684 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:11.684 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:11.684 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:48:11.684 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:11.684 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 763 k 2024-04-22T15:48:11.684 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 769 k 2024-04-22T15:48:11.684 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:11.855 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:11.906 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:53 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:11.975 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 3.5 M 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 34 k 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 16 k 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T15:48:11.976 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout:Install 12 Packages 2024-04-22T15:48:11.977 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:11.978 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 8.6 M 2024-04-22T15:48:11.978 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 104 M 2024-04-22T15:48:11.978 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:11.984 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:12.026 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:12.027 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:48:12.027 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:12.091 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2024-04-22T15:48:12.130 INFO:teuthology.orchestra.run.smithi046.stdout:cephadm-19.0.0-3223.g5883d494.el9.noarch.rpm 1.7 MB/s | 763 kB 00:00 2024-04-22T15:48:12.131 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:12.131 INFO:teuthology.orchestra.run.smithi046.stdout:Total 1.7 MB/s | 763 kB 00:00 2024-04-22T15:48:12.131 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:12.137 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:12.137 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:12.143 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:12.144 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:12.219 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:12.594 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:12.684 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:12.714 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 763 k 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 763 k 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 769 k 2024-04-22T15:48:12.715 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:12.729 INFO:teuthology.orchestra.run.smithi120.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3223.g58 134 kB/s | 34 kB 00:00 2024-04-22T15:48:12.768 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:12.780 INFO:teuthology.orchestra.run.smithi120.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3223.g588 54 kB/s | 16 kB 00:00 2024-04-22T15:48:13.047 INFO:teuthology.orchestra.run.smithi120.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.0 MB/s | 269 kB 00:00 2024-04-22T15:48:13.056 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-19.0.0-3223.g5883d494.el9.noarch.rpm 2.2 MB/s | 763 kB 00:00 2024-04-22T15:48:13.057 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:13.057 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.2 MB/s | 763 kB 00:00 2024-04-22T15:48:13.057 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:13.062 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:13.062 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:13.068 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:13.068 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:13.080 INFO:teuthology.orchestra.run.smithi120.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.9 MB/s | 1.0 MB 00:00 2024-04-22T15:48:13.113 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:13.139 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:13.281 INFO:teuthology.orchestra.run.smithi120.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.6 MB/s | 863 kB 00:00 2024-04-22T15:48:13.348 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:13.348 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:13.348 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:13.348 INFO:teuthology.orchestra.run.smithi046.stdout: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:13.348 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:13.348 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:13.398 INFO:teuthology.orchestra.run.smithi120.stdout:(6/12): ceph-mgr-dashboard-19.0.0-3223.g5883d49 3.8 MB/s | 3.5 MB 00:00 2024-04-22T15:48:13.498 INFO:teuthology.orchestra.run.smithi120.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 90 kB/s | 19 kB 00:00 2024-04-22T15:48:13.515 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:13.568 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T15:48:13.608 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:13.665 INFO:teuthology.orchestra.run.smithi120.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 873 kB/s | 144 kB 00:00 2024-04-22T15:48:13.690 INFO:teuthology.orchestra.run.smithi120.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 899 kB/s | 548 kB 00:00 2024-04-22T15:48:13.724 INFO:teuthology.orchestra.run.smithi120.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 525 kB/s | 31 kB 00:00 2024-04-22T15:48:13.824 INFO:teuthology.orchestra.run.smithi120.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.4 MB/s | 188 kB 00:00 2024-04-22T15:48:13.986 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:14.113 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:14.190 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/1 2024-04-22T15:48:14.190 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:14.190 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:14.191 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:14.191 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:14.191 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:14.243 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:14.244 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:14.244 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-04-22T15:48:14.244 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:14.244 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:14.245 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3223.g5883d494.el9 ceph 145 k 2024-04-22T15:48:14.245 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:14.245 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:14.245 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:14.245 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:48:14.245 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:14.245 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 145 k 2024-04-22T15:48:14.246 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 435 k 2024-04-22T15:48:14.246 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:14.443 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T15:48:14.586 INFO:teuthology.orchestra.run.smithi046.stdout:ceph-immutable-object-cache-19.0.0-3223.g5883d4 427 kB/s | 145 kB 00:00 2024-04-22T15:48:14.586 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:14.586 INFO:teuthology.orchestra.run.smithi046.stdout:Total 425 kB/s | 145 kB 00:00 2024-04-22T15:48:14.587 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:14.595 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:14.595 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:14.656 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:14.656 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:14.665 INFO:teuthology.orchestra.run.smithi120.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.6 MB/s | 2.0 MB 00:01 2024-04-22T15:48:14.672 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:14.672 INFO:teuthology.orchestra.run.smithi120.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-04-22T15:48:14.724 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:14.742 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:14.742 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:14.842 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:14.897 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:14.897 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:14.928 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:14.954 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:14.954 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:14.954 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T15:48:14.954 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:14.966 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:15.088 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3223.g5883d494.el9 ceph 145 k 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 145 k 2024-04-22T15:48:15.089 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 435 k 2024-04-22T15:48:15.090 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:15.321 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-19.0.0-3223.g5883d4 628 kB/s | 145 kB 00:00 2024-04-22T15:48:15.341 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:15.341 INFO:teuthology.orchestra.run.smithi133.stdout:Total 623 kB/s | 145 kB 00:00 2024-04-22T15:48:15.341 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:15.341 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:15.341 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:15.385 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:15.385 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:15.423 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:15.508 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T15:48:15.532 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:15.543 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T15:48:15.589 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T15:48:15.620 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T15:48:15.630 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:15.654 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:15.655 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:15.655 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T15:48:15.655 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:15.697 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T15:48:15.796 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:15.796 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:15.796 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:15.796 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-immutable-object-cache-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:15.796 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:15.796 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:15.822 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T15:48:15.916 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T15:48:15.967 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T15:48:15.996 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T15:48:16.013 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr 2024-04-22T15:48:16.028 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9 10/12 2024-04-22T15:48:16.495 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3223.g5883d494. 1/1 2024-04-22T15:48:16.495 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:16.495 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:16.495 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:16.495 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:16.495 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:16.545 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:16.628 INFO:teuthology.orchestra.run.smithi046.stdout:Package ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:16.671 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:16.673 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:48:16.673 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:16.706 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2024-04-22T15:48:16.734 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T15:48:17.077 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el 11/12 2024-04-22T15:48:17.112 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 12/12 2024-04-22T15:48:17.233 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:17.259 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:17.313 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:17.357 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:17.358 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:48:17.358 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:17.385 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 3.5 M 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 34 k 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 16 k 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T15:48:17.387 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout:Install 12 Packages 2024-04-22T15:48:17.388 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:17.389 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 8.6 M 2024-04-22T15:48:17.389 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 104 M 2024-04-22T15:48:17.389 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:17.418 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T15:48:17.921 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:17.989 INFO:teuthology.orchestra.run.smithi046.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3223.g588 57 kB/s | 16 kB 00:00 2024-04-22T15:48:18.014 INFO:teuthology.orchestra.run.smithi046.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3223.g58 108 kB/s | 34 kB 00:00 2024-04-22T15:48:18.041 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 3.5 M 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 34 k 2024-04-22T15:48:18.043 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 16 k 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:18.044 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-04-22T15:48:18.045 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:18.045 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 8.6 M 2024-04-22T15:48:18.045 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 104 M 2024-04-22T15:48:18.045 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:18.281 INFO:teuthology.orchestra.run.smithi046.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3223.g5883d49 6.1 MB/s | 3.5 MB 00:00 2024-04-22T15:48:18.348 INFO:teuthology.orchestra.run.smithi046.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 808 kB/s | 269 kB 00:00 2024-04-22T15:48:18.398 INFO:teuthology.orchestra.run.smithi046.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.5 MB/s | 1.0 MB 00:00 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 12/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el 1/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 2/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9 3/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T15:48:18.493 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T15:48:18.494 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T15:48:18.494 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T15:48:18.574 INFO:teuthology.orchestra.run.smithi046.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 130 kB/s | 19 kB 00:00 2024-04-22T15:48:18.649 INFO:teuthology.orchestra.run.smithi046.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-04-22T15:48:18.741 INFO:teuthology.orchestra.run.smithi046.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 12 MB/s | 2.0 MB 00:00 2024-04-22T15:48:18.766 INFO:teuthology.orchestra.run.smithi046.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.2 MB/s | 144 kB 00:00 2024-04-22T15:48:18.782 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3223.g58 176 kB/s | 34 kB 00:00 2024-04-22T15:48:18.787 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T15:48:18.787 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:18.787 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:18.787 INFO:teuthology.orchestra.run.smithi120.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T15:48:18.787 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:18.787 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:18.788 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:18.791 INFO:teuthology.orchestra.run.smithi046.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 617 kB/s | 31 kB 00:00 2024-04-22T15:48:18.816 INFO:teuthology.orchestra.run.smithi046.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-04-22T15:48:18.891 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3223.g588 54 kB/s | 16 kB 00:00 2024-04-22T15:48:19.040 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T15:48:19.116 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3223.g5883d49 6.7 MB/s | 3.5 MB 00:00 2024-04-22T15:48:19.141 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-04-22T15:48:19.142 INFO:teuthology.orchestra.run.smithi046.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.0 MB/s | 863 kB 00:00 2024-04-22T15:48:19.146 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:19.146 INFO:teuthology.orchestra.run.smithi046.stdout:Total 4.9 MB/s | 8.6 MB 00:01 2024-04-22T15:48:19.194 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:19.213 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:19.213 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:19.377 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:19.378 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:19.416 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-04-22T15:48:19.450 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.5 MB/s | 1.0 MB 00:00 2024-04-22T15:48:19.492 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 258 kB/s | 19 kB 00:00 2024-04-22T15:48:19.570 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:19.584 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.5 MB/s | 144 kB 00:00 2024-04-22T15:48:19.676 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 335 kB/s | 31 kB 00:00 2024-04-22T15:48:19.692 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================= 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================= 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 7.4 M 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T15:48:19.694 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================= 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout:Install 12 Packages 2024-04-22T15:48:19.695 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:19.696 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 38 M 2024-04-22T15:48:19.696 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 209 M 2024-04-22T15:48:19.696 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:19.751 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-04-22T15:48:19.818 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.5 MB/s | 2.0 MB 00:00 2024-04-22T15:48:19.925 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:20.009 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T15:48:20.053 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T15:48:20.100 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T15:48:20.129 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T15:48:20.209 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T15:48:20.344 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T15:48:20.392 INFO:teuthology.orchestra.run.smithi120.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 506 kB/s | 195 kB 00:00 2024-04-22T15:48:20.435 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T15:48:20.485 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T15:48:20.521 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T15:48:20.542 INFO:teuthology.orchestra.run.smithi120.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 803 kB 00:00 2024-04-22T15:48:20.553 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9 10/12 2024-04-22T15:48:20.694 INFO:teuthology.orchestra.run.smithi120.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-32 11 MB/s | 7.4 MB 00:00 2024-04-22T15:48:20.743 INFO:teuthology.orchestra.run.smithi120.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 93 kB/s | 33 kB 00:00 2024-04-22T15:48:20.901 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 484 kB/s | 863 kB 00:01 2024-04-22T15:48:20.904 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:20.904 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.0 MB/s | 8.6 MB 00:02 2024-04-22T15:48:20.943 INFO:teuthology.orchestra.run.smithi120.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 176 kB/s | 35 kB 00:00 2024-04-22T15:48:20.957 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:20.974 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:20.975 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:21.002 INFO:teuthology.orchestra.run.smithi120.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 59 kB/s | 18 kB 00:00 2024-04-22T15:48:21.131 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:21.131 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:21.577 INFO:teuthology.orchestra.run.smithi120.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 425 kB/s | 244 kB 00:00 2024-04-22T15:48:21.657 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el 11/12 2024-04-22T15:48:21.695 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 12/12 2024-04-22T15:48:21.763 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:21.844 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T15:48:21.879 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T15:48:21.926 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T15:48:21.956 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T15:48:22.041 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T15:48:22.173 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T15:48:22.258 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T15:48:22.302 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T15:48:22.331 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T15:48:22.364 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9 10/12 2024-04-22T15:48:22.369 INFO:teuthology.orchestra.run.smithi120.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.4 MB/s | 5.1 MB 00:00 2024-04-22T15:48:22.453 INFO:teuthology.orchestra.run.smithi120.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.1 MB/s | 4.7 MB 00:01 2024-04-22T15:48:22.786 INFO:teuthology.orchestra.run.smithi120.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 601 kB/s | 250 kB 00:00 2024-04-22T15:48:23.027 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 12/12 2024-04-22T15:48:23.027 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el 1/12 2024-04-22T15:48:23.027 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 2/12 2024-04-22T15:48:23.027 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9 3/12 2024-04-22T15:48:23.027 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T15:48:23.027 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T15:48:23.027 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T15:48:23.028 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T15:48:23.028 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T15:48:23.028 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T15:48:23.028 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T15:48:23.028 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T15:48:23.313 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:23.314 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:23.414 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el 11/12 2024-04-22T15:48:23.455 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 12/12 2024-04-22T15:48:23.578 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T15:48:24.114 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:10 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:24.242 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:24.243 INFO:teuthology.orchestra.run.smithi046.stdout:======================================================================================= 2024-04-22T15:48:24.243 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:48:24.243 INFO:teuthology.orchestra.run.smithi046.stdout:======================================================================================= 2024-04-22T15:48:24.243 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:24.243 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 7.4 M 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T15:48:24.244 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:24.245 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:24.245 INFO:teuthology.orchestra.run.smithi046.stdout:======================================================================================= 2024-04-22T15:48:24.245 INFO:teuthology.orchestra.run.smithi046.stdout:Install 12 Packages 2024-04-22T15:48:24.245 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:24.245 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 38 M 2024-04-22T15:48:24.245 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 209 M 2024-04-22T15:48:24.246 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:24.761 INFO:teuthology.orchestra.run.smithi120.stdout:(11/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 726 kB/s | 3.0 MB 00:04 2024-04-22T15:48:24.776 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 12/12 2024-04-22T15:48:24.776 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el 1/12 2024-04-22T15:48:24.776 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noa 2/12 2024-04-22T15:48:24.776 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9 3/12 2024-04-22T15:48:24.776 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T15:48:24.776 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T15:48:24.776 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T15:48:24.777 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T15:48:24.777 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T15:48:24.777 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T15:48:24.777 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T15:48:24.777 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T15:48:25.066 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T15:48:25.066 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:25.066 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:25.066 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T15:48:25.066 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:25.066 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:25.067 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:25.182 INFO:teuthology.orchestra.run.smithi046.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 583 kB/s | 195 kB 00:00 2024-04-22T15:48:25.322 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T15:48:25.499 INFO:teuthology.orchestra.run.smithi046.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 103 kB/s | 33 kB 00:00 2024-04-22T15:48:25.583 INFO:teuthology.orchestra.run.smithi046.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 803 kB 00:00 2024-04-22T15:48:25.840 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:25.866 INFO:teuthology.orchestra.run.smithi046.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 64 kB/s | 18 kB 00:00 2024-04-22T15:48:25.962 INFO:teuthology.orchestra.run.smithi120.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 4.6 MB/s | 16 MB 00:03 2024-04-22T15:48:25.963 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:25.963 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:25.963 INFO:teuthology.orchestra.run.smithi120.stdout:Total 6.1 MB/s | 38 MB 00:06 2024-04-22T15:48:25.964 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-04-22T15:48:25.964 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 7.4 M 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T15:48:25.965 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T15:48:25.966 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T15:48:25.966 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T15:48:25.966 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:25.966 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:25.966 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================= 2024-04-22T15:48:25.966 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-04-22T15:48:25.966 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:25.967 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 38 M 2024-04-22T15:48:25.967 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 209 M 2024-04-22T15:48:25.967 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:26.067 INFO:teuthology.orchestra.run.smithi046.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 176 kB/s | 35 kB 00:00 2024-04-22T15:48:26.321 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:26.348 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:26.348 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:26.542 INFO:teuthology.orchestra.run.smithi046.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.9 MB/s | 3.0 MB 00:01 2024-04-22T15:48:26.692 INFO:teuthology.orchestra.run.smithi046.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.6 MB/s | 244 kB 00:00 2024-04-22T15:48:26.755 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:26.755 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:26.859 INFO:teuthology.orchestra.run.smithi046.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-32 3.7 MB/s | 7.4 MB 00:02 2024-04-22T15:48:26.901 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-32 12 MB/s | 7.4 MB 00:00 2024-04-22T15:48:27.159 INFO:teuthology.orchestra.run.smithi046.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 4.3 MB/s | 4.7 MB 00:01 2024-04-22T15:48:27.176 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 119 kB/s | 33 kB 00:00 2024-04-22T15:48:27.485 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): libquadmath-11.4.1-3.el9.x86_64.rpm 165 kB/s | 195 kB 00:01 2024-04-22T15:48:27.576 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:27.601 INFO:teuthology.orchestra.run.smithi046.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 338 kB/s | 250 kB 00:00 2024-04-22T15:48:27.602 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 156 kB/s | 18 kB 00:00 2024-04-22T15:48:27.633 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T15:48:27.677 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T15:48:27.694 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 384 kB/s | 35 kB 00:00 2024-04-22T15:48:27.735 INFO:teuthology.orchestra.run.smithi046.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.9 MB/s | 5.1 MB 00:01 2024-04-22T15:48:27.785 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T15:48:27.827 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T15:48:28.005 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T15:48:28.043 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T15:48:28.111 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T15:48:28.502 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 365 kB/s | 803 kB 00:02 2024-04-22T15:48:28.736 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2024-04-22T15:48:28.746 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T15:48:28.866 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T15:48:28.995 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.6 MB/s | 4.7 MB 00:01 2024-04-22T15:48:29.070 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-04-22T15:48:30.012 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 1.1 MB/s | 3.0 MB 00:02 2024-04-22T15:48:30.107 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T15:48:30.220 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.4 MB/s | 5.1 MB 00:01 2024-04-22T15:48:30.379 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 12 MB/s | 16 MB 00:01 2024-04-22T15:48:30.380 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:30.380 INFO:teuthology.orchestra.run.smithi133.stdout:Total 8.6 MB/s | 38 MB 00:04 2024-04-22T15:48:30.738 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:30.764 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:30.765 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:31.142 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T15:48:31.169 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:31.170 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:31.171 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 12/12 2024-04-22T15:48:31.989 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:32.050 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T15:48:32.093 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T15:48:32.203 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T15:48:32.245 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T15:48:32.424 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T15:48:32.460 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T15:48:32.538 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T15:48:33.186 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T15:48:33.307 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T15:48:33.727 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 12/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 1/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T15:48:33.728 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T15:48:33.729 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T15:48:33.729 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T15:48:33.729 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T15:48:34.136 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T15:48:34.136 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:34.136 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:34.136 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:34.136 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T15:48:34.136 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T15:48:34.136 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:34.137 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:34.226 INFO:teuthology.orchestra.run.smithi046.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.3 MB/s | 16 MB 00:07 2024-04-22T15:48:34.227 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:34.227 INFO:teuthology.orchestra.run.smithi046.stdout:Total 3.8 MB/s | 38 MB 00:09 2024-04-22T15:48:34.492 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-rook 2024-04-22T15:48:34.567 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T15:48:34.593 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:34.621 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:34.621 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:35.005 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:23 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:35.055 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:35.055 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:35.124 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 49 k 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T15:48:35.125 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:35.126 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:35.127 INFO:teuthology.orchestra.run.smithi120.stdout:Install 13 Packages 2024-04-22T15:48:35.127 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:35.127 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 2.2 M 2024-04-22T15:48:35.127 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 26 M 2024-04-22T15:48:35.127 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:35.482 INFO:teuthology.orchestra.run.smithi120.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 269 kB/s | 26 kB 00:00 2024-04-22T15:48:35.507 INFO:teuthology.orchestra.run.smithi120.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 159 kB/s | 19 kB 00:00 2024-04-22T15:48:35.607 INFO:teuthology.orchestra.run.smithi120.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-04-22T15:48:35.612 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T15:48:35.632 INFO:teuthology.orchestra.run.smithi120.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-22T15:48:35.643 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 12/12 2024-04-22T15:48:35.683 INFO:teuthology.orchestra.run.smithi120.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.6 MB/s | 279 kB 00:00 2024-04-22T15:48:35.708 INFO:teuthology.orchestra.run.smithi120.stdout:(6/13): ceph-mgr-rook-19.0.0-3223.g5883d494.el9 153 kB/s | 49 kB 00:00 2024-04-22T15:48:35.733 INFO:teuthology.orchestra.run.smithi120.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 533 kB/s | 54 kB 00:00 2024-04-22T15:48:35.825 INFO:teuthology.orchestra.run.smithi120.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-04-22T15:48:35.850 INFO:teuthology.orchestra.run.smithi120.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 192 kB/s | 32 kB 00:00 2024-04-22T15:48:35.896 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:35.956 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T15:48:35.959 INFO:teuthology.orchestra.run.smithi120.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 546 kB/s | 59 kB 00:00 2024-04-22T15:48:35.985 INFO:teuthology.orchestra.run.smithi120.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 808 kB/s | 203 kB 00:00 2024-04-22T15:48:36.008 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T15:48:36.043 INFO:teuthology.orchestra.run.smithi120.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2024-04-22T15:48:36.101 INFO:teuthology.orchestra.run.smithi120.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.7 MB/s | 1.0 MB 00:00 2024-04-22T15:48:36.102 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:36.102 INFO:teuthology.orchestra.run.smithi120.stdout:Total 2.3 MB/s | 2.2 MB 00:00 2024-04-22T15:48:36.114 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T15:48:36.159 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T15:48:36.166 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:36.181 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:36.181 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:36.263 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:36.264 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:36.342 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T15:48:36.383 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T15:48:36.462 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T15:48:36.769 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:36.937 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T15:48:36.993 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T15:48:37.057 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T15:48:37.087 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T15:48:37.128 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T15:48:37.146 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T15:48:37.221 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T15:48:37.275 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T15:48:37.338 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T15:48:37.387 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T15:48:38.102 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T15:48:38.122 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 12/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 1/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T15:48:38.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T15:48:38.152 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T15:48:38.186 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T15:48:38.233 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T15:48:38.256 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 13/13 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T15:48:38.510 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:38.511 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:38.576 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T15:48:38.888 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-rook 2024-04-22T15:48:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 13/13 2024-04-22T15:48:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 1/13 2024-04-22T15:48:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T15:48:39.040 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T15:48:39.041 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T15:48:39.334 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:39.335 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:39.403 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:21 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:39.523 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 49 k 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T15:48:39.525 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-04-22T15:48:39.526 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:39.527 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 2.2 M 2024-04-22T15:48:39.527 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 26 M 2024-04-22T15:48:39.527 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:39.572 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T15:48:39.668 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T15:48:39.698 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 12/12 2024-04-22T15:48:40.011 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 210 kB/s | 26 kB 00:00 2024-04-22T15:48:40.036 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 130 kB/s | 19 kB 00:00 2024-04-22T15:48:40.061 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): ceph-mgr-rook-19.0.0-3223.g5883d494.el9 286 kB/s | 49 kB 00:00 2024-04-22T15:48:40.086 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:28 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:40.111 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-04-22T15:48:40.136 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 159 kB 00:00 2024-04-22T15:48:40.162 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-04-22T15:48:40.206 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:40.206 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:40.207 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:48:40.207 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:40.207 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:40.207 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 143 k 2024-04-22T15:48:40.207 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:48:40.208 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T15:48:40.208 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T15:48:40.208 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T15:48:40.208 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T15:48:40.208 INFO:teuthology.orchestra.run.smithi120.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T15:48:40.208 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:40.209 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:40.209 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:40.209 INFO:teuthology.orchestra.run.smithi120.stdout:Install 6 Packages 2024-04-22T15:48:40.209 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:40.210 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 7.0 M 2024-04-22T15:48:40.210 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 33 M 2024-04-22T15:48:40.210 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:40.212 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.8 MB/s | 279 kB 00:00 2024-04-22T15:48:40.229 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 223 kB/s | 15 kB 00:00 2024-04-22T15:48:40.254 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 274 kB/s | 32 kB 00:00 2024-04-22T15:48:40.321 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.8 MB/s | 203 kB 00:00 2024-04-22T15:48:40.347 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 643 kB/s | 59 kB 00:00 2024-04-22T15:48:40.438 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 767 kB/s | 90 kB 00:00 2024-04-22T15:48:40.487 INFO:teuthology.orchestra.run.smithi120.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-04-22T15:48:40.637 INFO:teuthology.orchestra.run.smithi120.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 21 MB/s | 6.0 MB 00:00 2024-04-22T15:48:40.706 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.1 MB/s | 1.0 MB 00:00 2024-04-22T15:48:40.706 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:40.706 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-22T15:48:40.737 INFO:teuthology.orchestra.run.smithi120.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3223.g5883d494.e 366 kB/s | 143 kB 00:00 2024-04-22T15:48:40.768 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:40.782 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:40.783 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:40.865 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:40.867 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:41.246 INFO:teuthology.orchestra.run.smithi120.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 99 kB/s | 58 kB 00:00 2024-04-22T15:48:41.338 INFO:teuthology.orchestra.run.smithi120.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 85 kB/s | 51 kB 00:00 2024-04-22T15:48:41.372 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:41.536 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T15:48:41.606 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T15:48:41.662 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T15:48:41.699 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T15:48:41.741 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T15:48:41.834 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T15:48:41.846 INFO:teuthology.orchestra.run.smithi120.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 403 kB/s | 548 kB 00:01 2024-04-22T15:48:41.850 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:41.850 INFO:teuthology.orchestra.run.smithi120.stdout:Total 4.3 MB/s | 7.0 MB 00:01 2024-04-22T15:48:41.924 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:41.936 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:41.936 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:41.944 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T15:48:41.992 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T15:48:42.036 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:42.036 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:42.336 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:42.480 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 12/12 2024-04-22T15:48:42.480 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d 1/12 2024-04-22T15:48:42.480 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T15:48:42.480 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T15:48:42.480 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T15:48:42.480 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T15:48:42.481 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T15:48:42.481 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T15:48:42.481 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T15:48:42.481 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T15:48:42.481 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T15:48:42.481 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T15:48:42.513 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T15:48:42.565 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T15:48:42.715 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T15:48:42.789 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T15:48:42.823 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T15:48:42.831 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T15:48:42.832 INFO:teuthology.orchestra.run.smithi046.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T15:48:42.833 INFO:teuthology.orchestra.run.smithi046.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T15:48:42.833 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T15:48:42.833 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T15:48:42.833 INFO:teuthology.orchestra.run.smithi046.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T15:48:42.833 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:42.833 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:42.872 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T15:48:42.893 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 13/13 2024-04-22T15:48:43.091 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T15:48:43.169 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-rook 2024-04-22T15:48:43.184 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T15:48:43.248 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T15:48:43.276 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 6/6 2024-04-22T15:48:43.652 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 13/13 2024-04-22T15:48:43.652 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 1/13 2024-04-22T15:48:43.652 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T15:48:43.652 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T15:48:43.653 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T15:48:43.703 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:29 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:43.828 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:43.829 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:43.829 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-rook noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 49 k 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T15:48:43.830 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout:Install 13 Packages 2024-04-22T15:48:43.831 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:43.832 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 2.2 M 2024-04-22T15:48:43.832 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 26 M 2024-04-22T15:48:43.832 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:43.955 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T15:48:43.956 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T15:48:43.957 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T15:48:43.957 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:43.957 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:44.059 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 6/6 2024-04-22T15:48:44.059 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/6 2024-04-22T15:48:44.059 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T15:48:44.059 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T15:48:44.059 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T15:48:44.059 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T15:48:44.164 INFO:teuthology.orchestra.run.smithi046.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 252 kB/s | 26 kB 00:00 2024-04-22T15:48:44.189 INFO:teuthology.orchestra.run.smithi046.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 151 kB/s | 19 kB 00:00 2024-04-22T15:48:44.229 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T15:48:44.292 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T15:48:44.292 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:44.292 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:44.292 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:44.292 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T15:48:44.292 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T15:48:44.292 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T15:48:44.293 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T15:48:44.293 INFO:teuthology.orchestra.run.smithi120.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T15:48:44.293 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:44.293 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:44.298 INFO:teuthology.orchestra.run.smithi046.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-04-22T15:48:44.323 INFO:teuthology.orchestra.run.smithi046.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-04-22T15:48:44.357 INFO:teuthology.orchestra.run.smithi046.stdout:(5/13): ceph-mgr-rook-19.0.0-3223.g5883d494.el9 167 kB/s | 49 kB 00:00 2024-04-22T15:48:44.383 INFO:teuthology.orchestra.run.smithi046.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 912 kB/s | 54 kB 00:00 2024-04-22T15:48:44.416 INFO:teuthology.orchestra.run.smithi046.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.3 MB/s | 279 kB 00:00 2024-04-22T15:48:44.474 INFO:teuthology.orchestra.run.smithi046.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 163 kB/s | 15 kB 00:00 2024-04-22T15:48:44.500 INFO:teuthology.orchestra.run.smithi046.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 226 kB/s | 32 kB 00:00 2024-04-22T15:48:44.536 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-fuse 2024-04-22T15:48:44.567 INFO:teuthology.orchestra.run.smithi046.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 890 kB/s | 59 kB 00:00 2024-04-22T15:48:44.592 INFO:teuthology.orchestra.run.smithi046.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 1.1 MB/s | 203 kB 00:00 2024-04-22T15:48:44.625 INFO:teuthology.orchestra.run.smithi046.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-04-22T15:48:44.744 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:26 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:44.759 INFO:teuthology.orchestra.run.smithi046.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.6 MB/s | 1.0 MB 00:00 2024-04-22T15:48:44.760 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:44.760 INFO:teuthology.orchestra.run.smithi046.stdout:Total 2.4 MB/s | 2.2 MB 00:00 2024-04-22T15:48:44.829 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:44.846 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:44.846 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:44.864 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:44.865 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:44.865 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:48:44.866 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:44.866 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:44.866 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 143 k 2024-04-22T15:48:44.866 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:48:44.866 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-04-22T15:48:44.867 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:44.868 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 7.0 M 2024-04-22T15:48:44.868 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 33 M 2024-04-22T15:48:44.868 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:44.939 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:44.939 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:45.043 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:33 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:45.163 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:45.163 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:45.163 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:48:45.163 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:45.163 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:45.164 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 891 k 2024-04-22T15:48:45.164 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:48:45.164 INFO:teuthology.orchestra.run.smithi120.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T15:48:45.164 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:45.164 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:45.164 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:45.164 INFO:teuthology.orchestra.run.smithi120.stdout:Install 2 Packages 2024-04-22T15:48:45.165 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:45.166 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 971 k 2024-04-22T15:48:45.166 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 2.8 M 2024-04-22T15:48:45.166 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:45.347 INFO:teuthology.orchestra.run.smithi120.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 680 kB/s | 80 kB 00:00 2024-04-22T15:48:45.449 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-22T15:48:45.451 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:45.607 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2024-04-22T15:48:45.632 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T15:48:45.666 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3223.g5883d494.e 380 kB/s | 143 kB 00:00 2024-04-22T15:48:45.687 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T15:48:45.697 INFO:teuthology.orchestra.run.smithi120.stdout:(2/2): ceph-fuse-19.0.0-3223.g5883d494.el9.x86_ 1.9 MB/s | 891 kB 00:00 2024-04-22T15:48:45.698 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:45.698 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.8 MB/s | 971 kB 00:00 2024-04-22T15:48:45.710 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:45.732 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:45.732 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:45.743 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T15:48:45.795 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T15:48:45.809 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:45.810 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:45.837 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T15:48:45.934 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T15:48:45.997 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:46.053 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T15:48:46.105 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T15:48:46.107 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 121 kB/s | 58 kB 00:00 2024-04-22T15:48:46.132 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T15:48:46.133 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 109 kB/s | 51 kB 00:00 2024-04-22T15:48:46.195 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2/2 2024-04-22T15:48:46.316 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 632 kB/s | 548 kB 00:00 2024-04-22T15:48:46.319 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:46.319 INFO:teuthology.orchestra.run.smithi133.stdout:Total 4.8 MB/s | 7.0 MB 00:01 2024-04-22T15:48:46.390 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:46.402 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:46.402 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:46.499 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:46.500 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:46.813 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:46.859 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2/2 2024-04-22T15:48:46.859 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/2 2024-04-22T15:48:46.862 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T15:48:46.914 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T15:48:46.946 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T15:48:46.982 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T15:48:46.994 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T15:48:47.023 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 13/13 2024-04-22T15:48:47.035 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T15:48:47.108 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T15:48:47.108 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:47.108 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:47.108 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T15:48:47.109 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:47.109 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:47.384 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-volume 2024-04-22T15:48:47.562 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T15:48:47.646 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T15:48:47.710 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T15:48:47.739 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 6/6 2024-04-22T15:48:47.826 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 13/13 2024-04-22T15:48:47.826 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 1/13 2024-04-22T15:48:47.826 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T15:48:47.826 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T15:48:47.827 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T15:48:47.904 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:35 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:48.025 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-volume noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 273 k 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:48.026 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:48.027 INFO:teuthology.orchestra.run.smithi120.stdout:Install 2 Packages 2024-04-22T15:48:48.027 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:48.027 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 350 k 2024-04-22T15:48:48.027 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 1.5 M 2024-04-22T15:48:48.027 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:48.127 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T15:48:48.127 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:48.127 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:48.127 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-rook-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:48.127 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T15:48:48.127 INFO:teuthology.orchestra.run.smithi046.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:48.128 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:48.343 INFO:teuthology.orchestra.run.smithi120.stdout:(1/2): ceph-volume-19.0.0-3223.g5883d494.el9.no 1.1 MB/s | 273 kB 00:00 2024-04-22T15:48:48.375 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T15:48:48.466 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 6/6 2024-04-22T15:48:48.466 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/6 2024-04-22T15:48:48.466 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T15:48:48.466 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T15:48:48.466 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T15:48:48.466 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T15:48:48.703 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:48.704 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:48.794 INFO:teuthology.orchestra.run.smithi120.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 110 kB/s | 77 kB 00:00 2024-04-22T15:48:48.794 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:48.795 INFO:teuthology.orchestra.run.smithi120.stdout:Total 456 kB/s | 350 kB 00:00 2024-04-22T15:48:48.806 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:48.816 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:48.816 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:48.841 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:48.842 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:48.914 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:48.947 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-fuse 2024-04-22T15:48:48.998 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:49.040 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 143 k 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T15:48:49.041 INFO:teuthology.orchestra.run.smithi046.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout:Install 6 Packages 2024-04-22T15:48:49.042 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:49.043 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 7.0 M 2024-04-22T15:48:49.043 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 33 M 2024-04-22T15:48:49.043 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:49.190 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T15:48:49.229 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2/2 2024-04-22T15:48:49.245 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2/2 2024-04-22T15:48:49.245 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:49.245 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T15:48:49.245 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:49.454 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:49.495 INFO:teuthology.orchestra.run.smithi046.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3223.g5883d494.e 640 kB/s | 143 kB 00:00 2024-04-22T15:48:49.574 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 891 k 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-22T15:48:49.575 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:49.576 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 971 k 2024-04-22T15:48:49.576 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 2.8 M 2024-04-22T15:48:49.576 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:49.629 INFO:teuthology.orchestra.run.smithi046.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 695 kB/s | 248 kB 00:00 2024-04-22T15:48:49.729 INFO:teuthology.orchestra.run.smithi046.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.3 MB/s | 548 kB 00:00 2024-04-22T15:48:49.754 INFO:teuthology.orchestra.run.smithi046.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 461 kB/s | 58 kB 00:00 2024-04-22T15:48:49.780 INFO:teuthology.orchestra.run.smithi046.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-04-22T15:48:49.845 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 635 kB/s | 80 kB 00:00 2024-04-22T15:48:49.869 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 1/2 2024-04-22T15:48:50.013 INFO:teuthology.orchestra.run.smithi046.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 8.0 MB/s | 6.0 MB 00:00 2024-04-22T15:48:50.014 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:50.015 INFO:teuthology.orchestra.run.smithi046.stdout:Total 7.2 MB/s | 7.0 MB 00:00 2024-04-22T15:48:50.037 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-fuse-19.0.0-3223.g5883d494.el9.x86_ 2.7 MB/s | 891 kB 00:00 2024-04-22T15:48:50.037 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:50.037 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.1 MB/s | 971 kB 00:00 2024-04-22T15:48:50.049 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:50.070 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:50.070 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:50.089 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:50.102 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:50.102 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:50.137 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T15:48:50.137 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:50.137 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:50.137 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:50.137 INFO:teuthology.orchestra.run.smithi120.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T15:48:50.137 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:50.137 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:50.148 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:50.148 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:50.208 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:50.339 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:50.422 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados-devel 2024-04-22T15:48:50.489 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T15:48:50.526 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:50.561 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2/2 2024-04-22T15:48:50.702 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T15:48:50.758 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T15:48:50.949 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:51.073 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:51.074 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:51.074 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-22T15:48:51.074 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:51.074 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:51.074 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel x86_64 2:19.0.0-3223.g5883d494.el9 ceph 127 k 2024-04-22T15:48:51.074 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:51.074 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:51.075 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:51.075 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:48:51.075 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:51.075 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 127 k 2024-04-22T15:48:51.075 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 456 k 2024-04-22T15:48:51.075 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:51.257 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2/2 2024-04-22T15:48:51.258 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/2 2024-04-22T15:48:51.320 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T15:48:51.390 INFO:teuthology.orchestra.run.smithi120.stdout:librados-devel-19.0.0-3223.g5883d494.el9.x86_64 403 kB/s | 127 kB 00:00 2024-04-22T15:48:51.391 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:51.391 INFO:teuthology.orchestra.run.smithi120.stdout:Total 401 kB/s | 127 kB 00:00 2024-04-22T15:48:51.391 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:51.397 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:51.397 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:51.413 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T15:48:51.460 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:51.460 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:51.483 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T15:48:51.503 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T15:48:51.504 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:51.504 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:51.504 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T15:48:51.504 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:51.504 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:51.510 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 6/6 2024-04-22T15:48:51.614 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:51.710 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:51.765 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-volume 2024-04-22T15:48:52.141 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:52.225 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 6/6 2024-04-22T15:48:52.225 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 1/6 2024-04-22T15:48:52.225 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T15:48:52.226 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T15:48:52.226 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T15:48:52.226 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T15:48:52.276 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:52.370 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:52.370 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:52.370 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:52.370 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:52.371 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:52.371 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:52.396 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 273 k 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:52.397 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:52.398 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:52.398 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-22T15:48:52.398 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:52.398 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 350 k 2024-04-22T15:48:52.398 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 1.5 M 2024-04-22T15:48:52.399 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:52.517 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-cephadm-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:52.518 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:52.606 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs2 2024-04-22T15:48:52.778 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-fuse 2024-04-22T15:48:52.892 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): ceph-volume-19.0.0-3223.g5883d494.el9.no 774 kB/s | 273 kB 00:00 2024-04-22T15:48:52.917 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 204 kB/s | 77 kB 00:00 2024-04-22T15:48:52.918 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:52.918 INFO:teuthology.orchestra.run.smithi133.stdout:Total 673 kB/s | 350 kB 00:00 2024-04-22T15:48:52.929 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:52.938 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:52.938 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:52.964 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:52.965 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:53.106 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:53.131 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:53.212 INFO:teuthology.orchestra.run.smithi120.stdout:Package libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:53.255 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:53.256 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:53.256 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:53.288 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T15:48:53.309 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:53.326 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs-devel 2024-04-22T15:48:53.336 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2/2 2024-04-22T15:48:53.352 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2/2 2024-04-22T15:48:53.352 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:53.352 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T15:48:53.352 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:53.435 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:53.435 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:53.435 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:48:53.435 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:53.435 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:53.435 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-fuse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 891 k 2024-04-22T15:48:53.436 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:48:53.436 INFO:teuthology.orchestra.run.smithi046.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T15:48:53.436 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:53.436 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:53.436 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:53.436 INFO:teuthology.orchestra.run.smithi046.stdout:Install 2 Packages 2024-04-22T15:48:53.436 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:53.437 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 971 k 2024-04-22T15:48:53.437 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 2.8 M 2024-04-22T15:48:53.437 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:53.732 INFO:teuthology.orchestra.run.smithi046.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 521 kB/s | 80 kB 00:00 2024-04-22T15:48:53.841 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:53.959 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:53.960 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:53.960 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-22T15:48:53.960 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:53.960 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:53.960 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel x86_64 2:19.0.0-3223.g5883d494.el9 ceph 32 k 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 32 k 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 142 k 2024-04-22T15:48:53.961 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:54.041 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 1/2 2024-04-22T15:48:54.056 INFO:teuthology.orchestra.run.smithi046.stdout:(2/2): ceph-fuse-19.0.0-3223.g5883d494.el9.x86_ 1.8 MB/s | 891 kB 00:00 2024-04-22T15:48:54.057 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:54.057 INFO:teuthology.orchestra.run.smithi046.stdout:Total 1.5 MB/s | 971 kB 00:00 2024-04-22T15:48:54.069 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:54.093 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:54.093 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:54.126 INFO:teuthology.orchestra.run.smithi120.stdout:libcephfs-devel-19.0.0-3223.g5883d494.el9.x86_6 192 kB/s | 32 kB 00:00 2024-04-22T15:48:54.127 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:54.127 INFO:teuthology.orchestra.run.smithi120.stdout:Total 191 kB/s | 32 kB 00:00 2024-04-22T15:48:54.127 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:48:54.130 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:48:54.130 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:48:54.132 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:48:54.133 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:48:54.175 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:54.175 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:54.220 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:48:54.318 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T15:48:54.318 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:54.318 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:54.318 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:54.318 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T15:48:54.318 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:54.318 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:54.362 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:54.369 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:54.522 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T15:48:54.601 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2/2 2024-04-22T15:48:54.603 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados-devel 2024-04-22T15:48:54.719 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:54.925 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:54.925 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:54.925 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:48:54.926 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:54.926 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:54.926 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:55.097 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados2 2024-04-22T15:48:55.129 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:55.250 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2/2 2024-04-22T15:48:55.250 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/2 2024-04-22T15:48:55.251 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:19.0.0-3223.g5883d494.el9 ceph 127 k 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:55.252 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:55.253 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:48:55.253 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:55.253 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 127 k 2024-04-22T15:48:55.253 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 456 k 2024-04-22T15:48:55.253 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:55.507 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T15:48:55.507 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:55.507 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:55.507 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T15:48:55.507 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:55.508 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:55.607 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:55.614 INFO:teuthology.orchestra.run.smithi133.stdout:librados-devel-19.0.0-3223.g5883d494.el9.x86_64 351 kB/s | 127 kB 00:00 2024-04-22T15:48:55.615 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:55.615 INFO:teuthology.orchestra.run.smithi133.stdout:Total 349 kB/s | 127 kB 00:00 2024-04-22T15:48:55.615 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:55.621 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:55.621 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:55.686 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:55.686 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:55.687 INFO:teuthology.orchestra.run.smithi120.stdout:Package librados2-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:55.727 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:55.728 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:55.728 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:55.783 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-volume 2024-04-22T15:48:55.794 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librbd1 2024-04-22T15:48:55.840 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:55.961 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:56.298 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:56.318 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:56.365 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:56.377 INFO:teuthology.orchestra.run.smithi120.stdout:Package librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:56.417 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:56.418 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:56.418 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:56.443 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:56.443 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:56.443 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-04-22T15:48:56.443 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-volume noarch 2:19.0.0-3223.g5883d494.el9 ceph-noarch 273 k 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout:Install 2 Packages 2024-04-22T15:48:56.444 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:56.445 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 350 k 2024-04-22T15:48:56.445 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 1.5 M 2024-04-22T15:48:56.445 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:56.483 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rados 2024-04-22T15:48:56.647 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:56.647 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:56.647 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:56.647 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:56.647 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:56.647 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:56.803 INFO:teuthology.orchestra.run.smithi046.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 365 kB/s | 77 kB 00:00 2024-04-22T15:48:56.884 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs2 2024-04-22T15:48:56.970 INFO:teuthology.orchestra.run.smithi046.stdout:(2/2): ceph-volume-19.0.0-3223.g5883d494.el9.no 722 kB/s | 273 kB 00:00 2024-04-22T15:48:56.971 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:56.971 INFO:teuthology.orchestra.run.smithi046.stdout:Total 664 kB/s | 350 kB 00:00 2024-04-22T15:48:56.983 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:56.993 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:56.993 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:56.998 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:57.021 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:57.021 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:57.077 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:57.118 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:57.119 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:57.119 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:57.168 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:57.186 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rgw 2024-04-22T15:48:57.361 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T15:48:57.397 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2/2 2024-04-22T15:48:57.412 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:57.413 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2/2 2024-04-22T15:48:57.413 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:48:57.414 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T15:48:57.414 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:57.493 INFO:teuthology.orchestra.run.smithi133.stdout:Package libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:57.536 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:57.537 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:48:57.537 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:57.612 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs-devel 2024-04-22T15:48:57.686 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:57.764 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:57.804 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:57.805 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:57.805 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:57.875 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-cephfs 2024-04-22T15:48:58.104 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 1/2 2024-04-22T15:48:58.131 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:58.251 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:58.252 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:58.252 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-22T15:48:58.252 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:58.252 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:48:58.252 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:19.0.0-3223.g5883d494.el9 ceph 32 k 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 32 k 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 142 k 2024-04-22T15:48:58.253 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:48:58.368 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T15:48:58.368 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:58.368 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:48:58.368 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-volume-2:19.0.0-3223.g5883d494.el9.noarch 2024-04-22T15:48:58.368 INFO:teuthology.orchestra.run.smithi046.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T15:48:58.368 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:58.368 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:48:58.391 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:58.417 INFO:teuthology.orchestra.run.smithi133.stdout:libcephfs-devel-19.0.0-3223.g5883d494.el9.x86_6 193 kB/s | 32 kB 00:00 2024-04-22T15:48:58.418 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:58.418 INFO:teuthology.orchestra.run.smithi133.stdout:Total 191 kB/s | 32 kB 00:00 2024-04-22T15:48:58.418 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:48:58.422 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:48:58.422 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:48:58.424 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:48:58.424 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:48:58.470 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:58.503 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:48:58.511 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:58.512 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:58.512 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:58.585 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rbd 2024-04-22T15:48:58.605 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:58.666 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install librados-devel 2024-04-22T15:48:58.952 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:59.091 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:59.151 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:59.151 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:59.151 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:48:59.151 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:48:59.151 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:48:59.151 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:48:59.170 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:59.210 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:59.211 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-22T15:48:59.211 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:48:59.212 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:48:59.278 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-fuse 2024-04-22T15:48:59.332 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados2 2024-04-22T15:48:59.337 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:48:59.337 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout: librados-devel x86_64 2:19.0.0-3223.g5883d494.el9 ceph 127 k 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:48:59.338 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:48:59.339 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 127 k 2024-04-22T15:48:59.339 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 456 k 2024-04-22T15:48:59.339 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:48:59.567 INFO:teuthology.orchestra.run.smithi046.stdout:librados-devel-19.0.0-3223.g5883d494.el9.x86_64 556 kB/s | 127 kB 00:00 2024-04-22T15:48:59.567 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:48:59.568 INFO:teuthology.orchestra.run.smithi046.stdout:Total 552 kB/s | 127 kB 00:00 2024-04-22T15:48:59.568 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:48:59.574 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:48:59.574 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:48:59.641 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:48:59.641 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:48:59.791 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:48:59.794 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:48:59.838 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:48:59.899 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:48:59.910 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:48:59.910 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:59.910 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 85 k 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:48:59.911 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:48:59.912 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 85 k 2024-04-22T15:48:59.912 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 231 k 2024-04-22T15:48:59.912 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:48:59.917 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:48:59.958 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:48:59.958 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:48:59.958 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:00.019 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librbd1 2024-04-22T15:49:00.230 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-fuse-19.0.0-3223.g5883d494.el9.x86_64.rpm 268 kB/s | 85 kB 00:00 2024-04-22T15:49:00.230 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:00.230 INFO:teuthology.orchestra.run.smithi120.stdout:Total 267 kB/s | 85 kB 00:00 2024-04-22T15:49:00.230 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:49:00.237 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:49:00.237 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:49:00.301 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:49:00.301 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:49:00.306 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:00.451 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:49:00.528 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:00.541 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:00.583 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:00.583 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:00.584 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:49:00.584 INFO:teuthology.orchestra.run.smithi046.stdout: librados-devel-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:00.584 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:00.584 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:00.606 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:00.647 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:00.648 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:49:00.648 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:00.714 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rados 2024-04-22T15:49:00.828 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install libcephfs2 2024-04-22T15:49:00.886 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:01.107 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:01.107 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:01.107 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:49:01.107 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:01.107 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:01.108 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:49:01.217 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:01.296 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:01.324 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-mirror 2024-04-22T15:49:01.337 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:01.338 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:49:01.338 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:01.360 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:01.404 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rgw 2024-04-22T15:49:01.440 INFO:teuthology.orchestra.run.smithi046.stdout:Package libcephfs2-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:01.484 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:01.485 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:49:01.485 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:01.566 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install libcephfs-devel 2024-04-22T15:49:01.861 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:49:01.915 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:01.986 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.1 M 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 3.1 M 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 13 M 2024-04-22T15:49:01.987 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:49:01.994 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:02.035 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:02.035 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:49:02.036 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:02.108 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-cephfs 2024-04-22T15:49:02.110 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:02.236 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs-devel x86_64 2:19.0.0-3223.g5883d494.el9 ceph 32 k 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 32 k 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 142 k 2024-04-22T15:49:02.237 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:49:02.578 INFO:teuthology.orchestra.run.smithi046.stdout:libcephfs-devel-19.0.0-3223.g5883d494.el9.x86_6 93 kB/s | 32 kB 00:00 2024-04-22T15:49:02.579 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:02.579 INFO:teuthology.orchestra.run.smithi046.stdout:Total 93 kB/s | 32 kB 00:00 2024-04-22T15:49:02.579 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:49:02.582 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:49:02.582 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:49:02.585 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:49:02.585 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:49:02.627 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:02.669 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:49:02.707 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:02.747 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:02.748 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:49:02.748 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:02.785 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:02.813 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rbd 2024-04-22T15:49:03.122 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:03.319 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:03.324 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:03.324 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:03.325 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:49:03.325 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs-devel-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:03.325 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:03.325 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:03.398 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:03.438 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:03.439 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-22T15:49:03.439 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:03.503 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-fuse 2024-04-22T15:49:03.527 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install librados2 2024-04-22T15:49:04.010 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:04.062 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:04.130 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:04.131 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:04.131 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-22T15:49:04.131 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:04.131 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:49:04.131 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 85 k 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 85 k 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 231 k 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:49:04.132 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-mirror-19.0.0-3223.g5883d494.el9.x86_64.rpm 1.4 MB/s | 3.1 MB 00:02 2024-04-22T15:49:04.134 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:04.134 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.4 MB/s | 3.1 MB 00:02 2024-04-22T15:49:04.134 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:49:04.142 INFO:teuthology.orchestra.run.smithi046.stdout:Package librados2-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:04.145 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:49:04.145 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:49:04.186 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:04.187 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:49:04.187 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:04.234 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:49:04.235 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:49:04.256 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install librbd1 2024-04-22T15:49:04.446 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-fuse-19.0.0-3223.g5883d494.el9.x86_64.rpm 271 kB/s | 85 kB 00:00 2024-04-22T15:49:04.446 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:04.447 INFO:teuthology.orchestra.run.smithi133.stdout:Total 270 kB/s | 85 kB 00:00 2024-04-22T15:49:04.447 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:49:04.453 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:49:04.454 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:49:04.515 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:49:04.515 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:49:04.671 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:49:04.675 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:49:04.733 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:04.757 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:04.757 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:49:04.758 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T15:49:04.758 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T15:49:04.758 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T15:49:04.758 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:04.759 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:04.792 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:04.874 INFO:teuthology.orchestra.run.smithi046.stdout:Package librbd1-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:04.917 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:04.918 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:49:04.918 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:04.980 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-rados 2024-04-22T15:49:05.126 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:05.377 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:05.377 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:05.377 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:49:05.377 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:05.377 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:05.377 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:05.510 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:05.592 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-rados-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:05.633 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-mirror 2024-04-22T15:49:05.635 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:05.636 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:49:05.636 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:05.698 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-rgw 2024-04-22T15:49:05.739 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:05.739 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:05.739 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:49:05.739 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:05.739 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:05.739 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:49:05.984 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-nbd 2024-04-22T15:49:06.160 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:06.230 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:06.283 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:06.283 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:06.283 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-22T15:49:06.283 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:06.283 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:49:06.283 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.1 M 2024-04-22T15:49:06.283 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:06.284 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:49:06.284 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:06.284 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:49:06.284 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:06.284 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.1 M 2024-04-22T15:49:06.284 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 13 M 2024-04-22T15:49:06.284 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:49:06.311 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-rgw-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:06.354 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:06.355 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:49:06.355 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:06.419 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-cephfs 2024-04-22T15:49:06.500 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 03:47:12 PM UTC. 2024-04-22T15:49:06.624 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 171 k 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-22T15:49:06.625 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-22T15:49:06.626 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:06.626 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 171 k 2024-04-22T15:49:06.626 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 494 k 2024-04-22T15:49:06.626 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-22T15:49:06.860 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-nbd-19.0.0-3223.g5883d494.el9.x86_64.rpm 731 kB/s | 171 kB 00:00 2024-04-22T15:49:06.861 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:06.861 INFO:teuthology.orchestra.run.smithi120.stdout:Total 726 kB/s | 171 kB 00:00 2024-04-22T15:49:06.861 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-22T15:49:06.869 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-22T15:49:06.869 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-22T15:49:06.933 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-22T15:49:06.934 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-22T15:49:06.963 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:07.044 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-cephfs-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:07.087 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:07.089 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:49:07.089 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:07.100 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-22T15:49:07.156 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-rbd 2024-04-22T15:49:07.215 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:07.483 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-mirror-19.0.0-3223.g5883d494.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-04-22T15:49:07.483 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:07.484 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.6 MB/s | 3.1 MB 00:01 2024-04-22T15:49:07.484 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:49:07.493 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:49:07.493 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:49:07.579 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:49:07.580 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:49:07.599 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:07.687 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:07.768 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-rbd-2:19.0.0-3223.g5883d494.el9.x86_64 is already installed. 2024-04-22T15:49:07.812 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:07.812 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-04-22T15:49:07.813 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:07.840 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:07.840 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:07.840 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-22T15:49:07.840 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:07.840 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-22T15:49:07.841 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-22T15:49:07.877 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install rbd-fuse 2024-04-22T15:49:08.017 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:49:08.067 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:08.071 DEBUG:teuthology.parallel:result is None 2024-04-22T15:49:08.092 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:08.092 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:49:08.092 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T15:49:08.092 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T15:49:08.092 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T15:49:08.092 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:08.415 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:08.540 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-fuse x86_64 2:19.0.0-3223.g5883d494.el9 ceph 85 k 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:49:08.541 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:08.542 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 85 k 2024-04-22T15:49:08.542 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 231 k 2024-04-22T15:49:08.542 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:49:08.848 INFO:teuthology.orchestra.run.smithi046.stdout:rbd-fuse-19.0.0-3223.g5883d494.el9.x86_64.rpm 278 kB/s | 85 kB 00:00 2024-04-22T15:49:08.849 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:08.849 INFO:teuthology.orchestra.run.smithi046.stdout:Total 277 kB/s | 85 kB 00:00 2024-04-22T15:49:08.849 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:49:08.859 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:49:08.859 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:49:08.925 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:49:08.925 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:49:09.078 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:49:09.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:09.175 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:09.175 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:49:09.175 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:09.175 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:09.175 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:09.181 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:09.443 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-nbd 2024-04-22T15:49:09.551 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:09.774 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:09.774 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:09.774 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:49:09.774 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-fuse-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:09.775 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:09.775 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:09.965 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 03:47:18 PM UTC. 2024-04-22T15:49:10.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install rbd-mirror 2024-04-22T15:49:10.090 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 171 k 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-22T15:49:10.091 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:10.092 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 171 k 2024-04-22T15:49:10.092 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 494 k 2024-04-22T15:49:10.092 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-22T15:49:10.446 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-nbd-19.0.0-3223.g5883d494.el9.x86_64.rpm 484 kB/s | 171 kB 00:00 2024-04-22T15:49:10.446 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:10.447 INFO:teuthology.orchestra.run.smithi133.stdout:Total 482 kB/s | 171 kB 00:00 2024-04-22T15:49:10.447 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-22T15:49:10.454 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-22T15:49:10.454 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-22T15:49:10.518 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-22T15:49:10.519 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-22T15:49:10.572 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:56 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:10.676 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-22T15:49:10.698 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-mirror x86_64 2:19.0.0-3223.g5883d494.el9 ceph 3.1 M 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 3.1 M 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 13 M 2024-04-22T15:49:10.700 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:49:10.774 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:11.170 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:11.310 INFO:teuthology.orchestra.run.smithi046.stdout:rbd-mirror-19.0.0-3223.g5883d494.el9.x86_64.rpm 5.1 MB/s | 3.1 MB 00:00 2024-04-22T15:49:11.310 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:11.311 INFO:teuthology.orchestra.run.smithi046.stdout:Total 5.1 MB/s | 3.1 MB 00:00 2024-04-22T15:49:11.311 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:49:11.321 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:49:11.321 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:49:11.412 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:49:11.412 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:49:11.425 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:11.425 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:11.425 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-22T15:49:11.425 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:11.425 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:49:11.425 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-22T15:49:11.719 DEBUG:teuthology.parallel:result is None 2024-04-22T15:49:11.874 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:49:12.052 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:12.080 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:12.080 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T15:49:12.081 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T15:49:12.081 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T15:49:12.081 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T15:49:12.081 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:13.070 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:13.070 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:13.070 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:49:13.070 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-mirror-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:13.070 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:13.070 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:13.319 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install rbd-nbd 2024-04-22T15:49:13.855 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:59 ago on Mon 22 Apr 2024 03:47:14 PM UTC. 2024-04-22T15:49:13.986 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-04-22T15:49:13.987 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:13.987 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-04-22T15:49:13.987 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:13.987 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-nbd x86_64 2:19.0.0-3223.g5883d494.el9 ceph 171 k 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 171 k 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 494 k 2024-04-22T15:49:13.988 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-04-22T15:49:14.205 INFO:teuthology.orchestra.run.smithi046.stdout:rbd-nbd-19.0.0-3223.g5883d494.el9.x86_64.rpm 790 kB/s | 171 kB 00:00 2024-04-22T15:49:14.206 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:49:14.206 INFO:teuthology.orchestra.run.smithi046.stdout:Total 785 kB/s | 171 kB 00:00 2024-04-22T15:49:14.206 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-04-22T15:49:14.214 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-04-22T15:49:14.214 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-04-22T15:49:14.282 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-04-22T15:49:14.282 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-04-22T15:49:14.438 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-04-22T15:49:14.537 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:14.899 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:15.165 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 1/1 2024-04-22T15:49:15.165 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:15.165 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-04-22T15:49:15.165 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-nbd-2:19.0.0-3223.g5883d494.el9.x86_64 2024-04-22T15:49:15.165 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:49:15.165 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-04-22T15:49:15.418 DEBUG:teuthology.parallel:result is None 2024-04-22T15:49:15.419 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:49:15.564 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T15:49:15.587 INFO:teuthology.orchestra.run.smithi046.stdout:19.0.0-3223.g5883d494.el9 2024-04-22T15:49:15.587 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3223.g5883d494.el9 2024-04-22T15:49:15.588 INFO:teuthology.task.install:The correct ceph version 19.0.0-3223.g5883d494 is installed. 2024-04-22T15:49:15.589 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:49:15.730 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T15:49:15.755 INFO:teuthology.orchestra.run.smithi120.stdout:19.0.0-3223.g5883d494.el9 2024-04-22T15:49:15.755 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3223.g5883d494.el9 2024-04-22T15:49:15.755 INFO:teuthology.task.install:The correct ceph version 19.0.0-3223.g5883d494 is installed. 2024-04-22T15:49:15.757 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:49:15.897 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T15:49:15.920 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-3223.g5883d494.el9 2024-04-22T15:49:15.920 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3223.g5883d494.el9 2024-04-22T15:49:15.921 INFO:teuthology.task.install:The correct ceph version 19.0.0-3223.g5883d494 is installed. 2024-04-22T15:49:15.922 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T15:49:15.922 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:49:15.923 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T15:49:15.951 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:49:15.952 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T15:49:15.980 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:49:15.980 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T15:49:16.007 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T15:49:16.007 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:49:16.007 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T15:49:16.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T15:49:16.101 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:49:16.102 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T15:49:16.129 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T15:49:16.196 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:49:16.196 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T15:49:16.222 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T15:49:16.287 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T15:49:16.287 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:49:16.287 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T15:49:16.315 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T15:49:16.383 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:49:16.383 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T15:49:16.410 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T15:49:16.478 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:49:16.478 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T15:49:16.502 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T15:49:16.566 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T15:49:16.566 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:49:16.566 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T15:49:16.594 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T15:49:16.663 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:49:16.663 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T15:49:16.691 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T15:49:16.757 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:49:16.757 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T15:49:16.781 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T15:49:16.846 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T15:49:16.948 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa'} 2024-04-22T15:49:16.949 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:49:16.949 INFO:tasks.cephadm:Cluster fsid is e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:49:16.949 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T15:49:16.950 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.46', 'mon.b': '172.21.15.120', 'mon.c': '172.21.15.133'} 2024-04-22T15:49:16.950 INFO:tasks.cephadm:First mon is mon.a on smithi046 2024-04-22T15:49:16.950 INFO:tasks.cephadm:First mgr is a 2024-04-22T15:49:16.950 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T15:49:16.950 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-04-22T15:49:16.981 DEBUG:teuthology.orchestra.run.smithi120:> sudo hostname $(hostname -s) 2024-04-22T15:49:17.009 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-04-22T15:49:17.034 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T15:49:17.035 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:49:17.291 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5883d494d3973b30b3f03e4a3f0e1e06e3c131aa', '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/78798/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3223-g5883d494', 'node_name': '172.21.5.35+adami05', '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-3223.g5883d494'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-22 13:59:15.546489', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-0809', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-22T15:49:17.514 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-22-0809, sha1 5883d494d3973b30b3f03e4a3f0e1e06e3c131aa from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:49:17.515 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/x86_64/flavors/default/cephadm 2024-04-22T15:49:17.515 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:18.171 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-r--r--. 1 ubuntu ubuntu 782355 Apr 22 15:49 /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:18.172 DEBUG:teuthology.orchestra.run.smithi120:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:18.843 INFO:teuthology.orchestra.run.smithi120.stdout:-rw-r--r--. 1 ubuntu ubuntu 782355 Apr 22 15:49 /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:18.843 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-0809/5883d494d3973b30b3f03e4a3f0e1e06e3c131aa/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:19.325 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-r--r--. 1 ubuntu ubuntu 782355 Apr 22 15:49 /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:19.325 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:19.345 DEBUG:teuthology.orchestra.run.smithi120:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:19.363 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T15:49:19.392 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa on all hosts... 2024-04-22T15:49:19.393 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa pull 2024-04-22T15:49:19.395 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa pull 2024-04-22T15:49:19.406 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa pull 2024-04-22T15:49:20.923 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa... 2024-04-22T15:49:20.955 INFO:teuthology.orchestra.run.smithi120.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa... 2024-04-22T15:49:20.970 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa... 2024-04-22T15:50:04.059 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-04-22T15:50:04.060 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph_version": "ceph version 19.0.0-3223-g5883d494 (5883d494d3973b30b3f03e4a3f0e1e06e3c131aa) squid (dev)", 2024-04-22T15:50:04.060 INFO:teuthology.orchestra.run.smithi120.stdout: "image_id": "3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655", 2024-04-22T15:50:04.060 INFO:teuthology.orchestra.run.smithi120.stdout: "repo_digests": [ 2024-04-22T15:50:04.060 INFO:teuthology.orchestra.run.smithi120.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb" 2024-04-22T15:50:04.060 INFO:teuthology.orchestra.run.smithi120.stdout: ] 2024-04-22T15:50:04.060 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-04-22T15:50:08.414 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2024-04-22T15:50:08.414 INFO:teuthology.orchestra.run.smithi046.stdout: "ceph_version": "ceph version 19.0.0-3223-g5883d494 (5883d494d3973b30b3f03e4a3f0e1e06e3c131aa) squid (dev)", 2024-04-22T15:50:08.414 INFO:teuthology.orchestra.run.smithi046.stdout: "image_id": "3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655", 2024-04-22T15:50:08.414 INFO:teuthology.orchestra.run.smithi046.stdout: "repo_digests": [ 2024-04-22T15:50:08.414 INFO:teuthology.orchestra.run.smithi046.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb" 2024-04-22T15:50:08.414 INFO:teuthology.orchestra.run.smithi046.stdout: ] 2024-04-22T15:50:08.415 INFO:teuthology.orchestra.run.smithi046.stdout:} 2024-04-22T15:50:08.607 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-04-22T15:50:08.607 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-3223-g5883d494 (5883d494d3973b30b3f03e4a3f0e1e06e3c131aa) squid (dev)", 2024-04-22T15:50:08.607 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655", 2024-04-22T15:50:08.607 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-04-22T15:50:08.607 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb" 2024-04-22T15:50:08.607 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-04-22T15:50:08.607 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-04-22T15:50:08.632 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-04-22T15:50:08.659 DEBUG:teuthology.orchestra.run.smithi120:> sudo mkdir -p /etc/ceph 2024-04-22T15:50:08.695 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-04-22T15:50:08.722 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-04-22T15:50:08.747 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 777 /etc/ceph 2024-04-22T15:50:08.773 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-04-22T15:50:08.796 INFO:tasks.cephadm:Writing seed config... 2024-04-22T15:50:08.797 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-22T15:50:08.797 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T15:50:08.797 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T15:50:08.797 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-22T15:50:08.797 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T15:50:08.797 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T15:50:08.798 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T15:50:08.798 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T15:50:08.798 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T15:50:08.798 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:50:08.798 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T15:50:08.813 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 = e00d4de6-00bf-11ef-bc93-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-22T15:50:08.814 DEBUG:teuthology.orchestra.run.smithi046:mon.a> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T15:50:08.857 DEBUG:teuthology.orchestra.run.smithi046:mgr.a> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.a.service 2024-04-22T15:50:08.902 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T15:50:08.903 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa -v bootstrap --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.46 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T15:50:09.098 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-04-22T15:50:09.098 INFO:teuthology.orchestra.run.smithi046.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa', '-v', 'bootstrap', '--fsid', 'e00d4de6-00bf-11ef-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.46', '--skip-admin-label'] 2024-04-22T15:50:09.098 INFO:teuthology.orchestra.run.smithi046.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T15:50:09.099 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying podman|docker is present... 2024-04-22T15:50:09.125 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T15:50:09.126 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying lvm2 is present... 2024-04-22T15:50:09.126 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying time synchronization is in place... 2024-04-22T15:50:09.133 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T15:50:09.133 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T15:50:09.139 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T15:50:09.140 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T15:50:09.146 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout enabled 2024-04-22T15:50:09.152 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout active 2024-04-22T15:50:09.152 INFO:teuthology.orchestra.run.smithi046.stdout:Unit chronyd.service is enabled and running 2024-04-22T15:50:09.152 INFO:teuthology.orchestra.run.smithi046.stdout:Repeating the final host check... 2024-04-22T15:50:09.176 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T15:50:09.176 INFO:teuthology.orchestra.run.smithi046.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-22T15:50:09.176 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl is present 2024-04-22T15:50:09.176 INFO:teuthology.orchestra.run.smithi046.stdout:lvcreate is present 2024-04-22T15:50:09.182 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T15:50:09.182 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T15:50:09.188 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T15:50:09.188 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T15:50:09.194 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout enabled 2024-04-22T15:50:09.201 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout active 2024-04-22T15:50:09.201 INFO:teuthology.orchestra.run.smithi046.stdout:Unit chronyd.service is enabled and running 2024-04-22T15:50:09.201 INFO:teuthology.orchestra.run.smithi046.stdout:Host looks OK 2024-04-22T15:50:09.201 INFO:teuthology.orchestra.run.smithi046.stdout:Cluster fsid: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:09.201 INFO:teuthology.orchestra.run.smithi046.stdout:Acquiring lock 140257142464464 on /run/cephadm/e00d4de6-00bf-11ef-bc93-c7b262605968.lock 2024-04-22T15:50:09.201 INFO:teuthology.orchestra.run.smithi046.stdout:Lock 140257142464464 acquired on /run/cephadm/e00d4de6-00bf-11ef-bc93-c7b262605968.lock 2024-04-22T15:50:09.202 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying IP 172.21.15.46 port 3300 ... 2024-04-22T15:50:09.202 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying IP 172.21.15.46 port 6789 ... 2024-04-22T15:50:09.202 INFO:teuthology.orchestra.run.smithi046.stdout:Base mon IP(s) is [172.21.15.46:3300, 172.21.15.46:6789], mon addrv is [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-04-22T15:50:09.205 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.46 metric 100 2024-04-22T15:50:09.205 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 metric 100 2024-04-22T15:50:09.208 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T15:50:09.208 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-22T15:50:09.208 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-22T15:50:09.210 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T15:50:09.210 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T15:50:09.211 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T15:50:09.211 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-22T15:50:09.211 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15f8/64 scope link noprefixroute 2024-04-22T15:50:09.211 INFO:teuthology.orchestra.run.smithi046.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T15:50:09.212 INFO:teuthology.orchestra.run.smithi046.stdout:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-04-22T15:50:09.212 INFO:teuthology.orchestra.run.smithi046.stdout:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-04-22T15:50:09.212 INFO:teuthology.orchestra.run.smithi046.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T15:50:09.212 INFO:teuthology.orchestra.run.smithi046.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T15:50:09.212 INFO:teuthology.orchestra.run.smithi046.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa... 2024-04-22T15:50:09.691 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stdout 3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 2024-04-22T15:50:09.692 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa... 2024-04-22T15:50:09.692 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stderr Getting image source signatures 2024-04-22T15:50:09.692 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stderr Copying blob sha256:31c2980084ff72bedfed2f3096373045e4dda2d21af3bcec20650f222ff41f50 2024-04-22T15:50:09.692 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-22T15:50:09.692 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stderr Copying config sha256:3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 2024-04-22T15:50:09.692 INFO:teuthology.orchestra.run.smithi046.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-22T15:50:10.728 INFO:teuthology.orchestra.run.smithi046.stdout:ceph: stdout ceph version 19.0.0-3223-g5883d494 (5883d494d3973b30b3f03e4a3f0e1e06e3c131aa) squid (dev) 2024-04-22T15:50:10.729 INFO:teuthology.orchestra.run.smithi046.stdout:Ceph version: ceph version 19.0.0-3223-g5883d494 (5883d494d3973b30b3f03e4a3f0e1e06e3c131aa) squid (dev) 2024-04-22T15:50:10.729 INFO:teuthology.orchestra.run.smithi046.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T15:50:11.753 INFO:teuthology.orchestra.run.smithi046.stdout:stat: stdout 167 167 2024-04-22T15:50:11.753 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial keys... 2024-04-22T15:50:12.827 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQA0hyZmmSBXBxAAKHh2Epj2C/aA0Rlwcs3e/Q== 2024-04-22T15:50:13.767 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQA1hyZmUJ1oDRAAMAshiSiLik0Q1G7Hp+AZZQ== 2024-04-22T15:50:14.815 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph-authtool: stdout AQA2hyZmoP8lCBAAPMleZu9mQSDdL6z+9s1+ww== 2024-04-22T15:50:14.815 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial monmap... 2024-04-22T15:50:15.863 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T15:50:15.863 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T15:50:15.863 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:15.863 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T15:50:15.863 INFO:teuthology.orchestra.run.smithi046.stdout:monmaptool for a [v2:172.21.15.46:3300,v1:172.21.15.46:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T15:50:15.863 INFO:teuthology.orchestra.run.smithi046.stdout:setting min_mon_release = quincy 2024-04-22T15:50:15.863 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: set fsid to e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:15.864 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T15:50:15.864 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:50:15.864 INFO:teuthology.orchestra.run.smithi046.stdout:Creating mon... 2024-04-22T15:50:16.802 INFO:teuthology.orchestra.run.smithi046.stdout:create mon.a on 2024-04-22T15:50:17.006 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-22T15:50:17.147 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-22T15:50:17.339 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968.target. 2024-04-22T15:50:17.339 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968.target. 2024-04-22T15:50:17.567 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a 2024-04-22T15:50:17.567 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T15:50:17.734 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968.target.wants/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@.service. 2024-04-22T15:50:18.308 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T15:50:18.308 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout disabled 2024-04-22T15:50:18.317 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T15:50:18.318 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T15:50:18.318 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld.service is not enabled 2024-04-22T15:50:18.318 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T15:50:18.318 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mon to start... 2024-04-22T15:50:18.318 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mon... 2024-04-22T15:50:19.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout id: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout services: 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.638469s) 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout data: 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T15:50:19.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T15:50:19.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T15:50:19.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T15:50:19.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:19.415 INFO:teuthology.orchestra.run.smithi046.stdout:mon is available 2024-04-22T15:50:19.415 INFO:teuthology.orchestra.run.smithi046.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T15:50:20.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:20.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T15:50:20.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout fsid = e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:20.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T15:50:20.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-04-22T15:50:20.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T15:50:20.553 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T15:50:20.554 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T15:50:20.555 INFO:teuthology.orchestra.run.smithi046.stdout:Generating new minimal ceph.conf... 2024-04-22T15:50:21.649 INFO:teuthology.orchestra.run.smithi046.stdout:Restarting the monitor... 2024-04-22T15:50:21.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:21 smithi046 systemd[1]: Stopping Ceph mon.a for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T15:50:22.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:21 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a[27837]: 2024-04-22T15:50:21.948+0000 7f54027be700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T15:50:22.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:21 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a[27837]: 2024-04-22T15:50:21.948+0000 7f54027be700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T15:50:22.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:22 smithi046 podman[28190]: 2024-04-22 15:50:22.030955408 +0000 UTC m=+0.202035745 container died a542de4bfd4ebbb8c4c4dbdcb93e9d9e16e0a4563f12e778a9e09bb20697767c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.build-date=20240416, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-04-22T15:50:25.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:24 smithi046 podman[28190]: 2024-04-22 15:50:24.93385673 +0000 UTC m=+3.104937067 container cleanup a542de4bfd4ebbb8c4c4dbdcb93e9d9e16e0a4563f12e778a9e09bb20697767c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-04-22T15:50:25.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:24 smithi046 bash[28190]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a 2024-04-22T15:50:27.001 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:26 smithi046 podman[28209]: 2024-04-22 15:50:26.739266591 +0000 UTC m=+4.712436398 container remove a542de4bfd4ebbb8c4c4dbdcb93e9d9e16e0a4563f12e778a9e09bb20697767c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD) 2024-04-22T15:50:27.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:27 smithi046 systemd[1]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T15:50:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:27 smithi046 systemd[1]: Stopped Ceph mon.a for e00d4de6-00bf-11ef-bc93-c7b262605968. 2024-04-22T15:50:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:27 smithi046 systemd[1]: Starting Ceph mon.a for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T15:50:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:27 smithi046 podman[28307]: 2024-04-22 15:50:27.146970871 +0000 UTC m=+0.042933404 image pull 3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:50:28.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:28 smithi046 podman[28307]: 2024-04-22 15:50:28.256560682 +0000 UTC m=+1.152523216 container create 9bf1604bb1f6740138ceb098a450c48d3780efe039d1a1a4e34e5f0ce9e04274 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , 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, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 podman[28307]: 2024-04-22 15:50:30.265849459 +0000 UTC m=+3.161811993 container init 9bf1604bb1f6740138ceb098a450c48d3780efe039d1a1a4e34e5f0ce9e04274 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 podman[28307]: 2024-04-22 15:50:30.272956699 +0000 UTC m=+3.168919239 container start 9bf1604bb1f6740138ceb098a450c48d3780efe039d1a1a4e34e5f0ce9e04274 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: ceph version 19.0.0-3223-g5883d494 (5883d494d3973b30b3f03e4a3f0e1e06e3c131aa) squid (dev), process ceph-mon, pid 7 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: pidfile_write: ignore empty --pid-file 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: load: jerasure load: lrc 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: RocksDB version: 7.9.2 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Git sha 0 2024-04-22T15:50:30.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Compile date 2024-04-22 12:55:29 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: DB SUMMARY 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: DB Session ID: 970R5E7NVXH94UHC995B 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: CURRENT file: CURRENT 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88543 ; 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.error_if_exists: 0 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.create_if_missing: 0 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.paranoid_checks: 1 2024-04-22T15:50:30.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.env: 0x555a3c763cc0 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.info_log: 0x555a3e64bbe0 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.statistics: (nil) 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.use_fsync: 0 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_log_file_size: 0 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T15:50:30.659 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.allow_fallocate: 1 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.use_direct_reads: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.db_log_dir: 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.wal_dir: 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T15:50:30.660 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.write_buffer_manager: 0x555a3e5df0e0 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.unordered_write: 0 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T15:50:30.661 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T15:50:30.662 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T15:50:30.662 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T15:50:30.662 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.row_cache: None 2024-04-22T15:50:30.662 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.wal_filter: None 2024-04-22T15:50:30.663 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T15:50:30.663 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T15:50:30.663 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.two_write_queues: 0 2024-04-22T15:50:30.663 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T15:50:30.663 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.wal_compression: 0 2024-04-22T15:50:30.663 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.atomic_flush: 0 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.log_readahead_size: 0 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_background_jobs: 2 2024-04-22T15:50:30.664 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_background_compactions: -1 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_subcompactions: 1 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_open_files: -1 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T15:50:30.665 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_background_flushes: -1 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Compression algorithms supported: 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kZSTD supported: 0 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kXpressCompression supported: 0 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kZlibCompression supported: 1 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kSnappyCompression supported: 1 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kLZ4Compression supported: 1 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: kBZip2Compression supported: 0 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T15:50:30.666 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.merge_operator: 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_filter: None 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555a3e64bdc0) 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout: cache_index_and_filter_blocks: 1 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout: pin_top_level_index_and_filter: 1 2024-04-22T15:50:30.667 INFO:journalctl@ceph.mon.a.smithi046.stdout: index_type: 0 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: data_block_index_type: 0 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: index_shortening: 1 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: checksum: 4 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: no_block_cache: 0 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_cache: 0x555a3e6111f0 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_cache_name: BinnedLRUCache 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_cache_options: 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: capacity : 536870912 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: num_shard_bits : 4 2024-04-22T15:50:30.668 INFO:journalctl@ceph.mon.a.smithi046.stdout: strict_capacity_limit : 0 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: high_pri_pool_ratio: 0.000 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_cache_compressed: (nil) 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: persistent_cache: (nil) 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_size: 4096 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_size_deviation: 10 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_restart_interval: 16 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: index_block_restart_interval: 1 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: metadata_block_size: 4096 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: partition_filters: 0 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: use_delta_encoding: 1 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: filter_policy: bloomfilter 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: whole_key_filtering: 1 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: verify_compression: 0 2024-04-22T15:50:30.669 INFO:journalctl@ceph.mon.a.smithi046.stdout: read_amp_bytes_per_bit: 0 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout: format_version: 5 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout: enable_index_compression: 1 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout: block_align: 0 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout: max_auto_readahead_size: 262144 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout: prepopulate_block_cache: 0 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout: initial_auto_readahead_size: 8192 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression: NoCompression 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T15:50:30.670 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.num_levels: 7 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T15:50:30.671 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T15:50:30.672 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T15:50:30.673 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T15:50:30.674 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.inplace_update_support: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.bloom_locality: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.max_successive_merges: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.ttl: 2592000 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T15:50:30.675 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.enable_blob_files: false 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.min_blob_size: 0 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1f1cb4c6-7be3-4601-8bba-2e441640a8cb 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713801030307143, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T15:50:30.676 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713801030308135, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85282, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83429, "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": 77641, "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": 1713801030, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1f1cb4c6-7be3-4601-8bba-2e441640a8cb", "db_session_id": "970R5E7NVXH94UHC995B", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713801030308231, "job": 1, "event": "recovery_finished"} 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555a3e726000 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: DB pointer 0x555a3e710000 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout: ** DB Stats ** 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T15:50:30.677 INFO:journalctl@ceph.mon.a.smithi046.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: ** Compaction Stats [default] ** 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: L0 2/0 85.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: Sum 2/0 85.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.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 133.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: ** Compaction Stats [default] ** 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T15:50:30.678 INFO:journalctl@ceph.mon.a.smithi046.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 133.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: Cumulative compaction: 0.00 GB write, 24.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: Interval compaction: 0.00 GB write, 24.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: Block cache BinnedLRUCache@0x555a3e6111f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.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-04-22T15:50:30.679 INFO:journalctl@ceph.mon.a.smithi046.stdout: 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: starting mon.a rank 0 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???) e1 preinit fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???).mds e1 new map 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???).mds e1 print_map 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout: e1 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout: legacy client fscid: -1 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout: 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout: No filesystems configured 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T15:50:30.680 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T15:50:30.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T15:50:30.681 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:30 smithi046 ceph-mon[28345]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T15:50:31.095 INFO:teuthology.orchestra.run.smithi046.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 bash[28307]: 9bf1604bb1f6740138ceb098a450c48d3780efe039d1a1a4e34e5f0ce9e04274 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 systemd[1]: Started Ceph mon.a for e00d4de6-00bf-11ef-bc93-c7b262605968. 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: monmap epoch 1 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: last_changed 2024-04-22T15:50:15.155612+0000 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: min_mon_release 19 (squid) 2024-04-22T15:50:31.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: election_strategy: 1 2024-04-22T15:50:31.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:50:31.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: fsmap 2024-04-22T15:50:31.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T15:50:31.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:31 smithi046 ceph-mon[28345]: mgrmap e1: no daemons active 2024-04-22T15:50:32.457 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T15:50:32.479 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T15:50:32.479 INFO:teuthology.orchestra.run.smithi046.stdout:Creating mgr... 2024-04-22T15:50:32.480 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T15:50:32.480 INFO:teuthology.orchestra.run.smithi046.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T15:50:32.724 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.a 2024-04-22T15:50:32.724 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-22T15:50:32.873 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968.target.wants/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@.service. 2024-04-22T15:50:33.114 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:32 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3134258058' entity='client.admin' 2024-04-22T15:50:33.115 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:32 smithi046 systemd[1]: Starting Ceph mgr.a for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T15:50:33.400 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 podman[28587]: 2024-04-22 15:50:33.015227732 +0000 UTC m=+0.018275781 image pull 3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa 2024-04-22T15:50:33.400 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 podman[28587]: 2024-04-22 15:50:33.112398831 +0000 UTC m=+0.115446867 container create 14566c95e3421cd26b7d18225d840723116269a0adf32f05e147edd3be813863 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD) 2024-04-22T15:50:33.400 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 podman[28587]: 2024-04-22 15:50:33.314867187 +0000 UTC m=+0.317915227 container init 14566c95e3421cd26b7d18225d840723116269a0adf32f05e147edd3be813863 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a, org.label-schema.build-date=20240416, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-04-22T15:50:33.400 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 podman[28587]: 2024-04-22 15:50:33.320846791 +0000 UTC m=+0.323894838 container start 14566c95e3421cd26b7d18225d840723116269a0adf32f05e147edd3be813863 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T15:50:33.400 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 bash[28587]: 14566c95e3421cd26b7d18225d840723116269a0adf32f05e147edd3be813863 2024-04-22T15:50:33.415 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T15:50:33.415 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout disabled 2024-04-22T15:50:33.422 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T15:50:33.422 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T15:50:33.422 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld.service is not enabled 2024-04-22T15:50:33.423 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T15:50:33.431 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T15:50:33.431 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout disabled 2024-04-22T15:50:33.439 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T15:50:33.439 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T15:50:33.439 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld.service is not enabled 2024-04-22T15:50:33.439 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T15:50:33.439 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr to start... 2024-04-22T15:50:33.439 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr... 2024-04-22T15:50:33.655 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 systemd[1]: Started Ceph mgr.a for e00d4de6-00bf-11ef-bc93-c7b262605968. 2024-04-22T15:50:33.655 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:33.479+0000 7f1213b0f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T15:50:33.928 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:33.672+0000 7f1213b0f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:50:33.928 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:33 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:33.789+0000 7f1213b0f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T15:50:34.242 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:34 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3882417713' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T15:50:34.242 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:34 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:34.150+0000 7f1213b0f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T15:50:34.242 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:34 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:34.239+0000 7f1213b0f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T15:50:34.595 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "e00d4de6-00bf-11ef-bc93-c7b262605968", 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T15:50:34.596 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T15:50:34.597 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T15:50:34.601 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T15:50:34.602 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T15:50:18.243621+0000", 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T15:50:34.603 INFO:teuthology.orchestra.run.smithi046.stdout:mgr not available, waiting (1/15)... 2024-04-22T15:50:35.856 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:35 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:35.502+0000 7f1213b0f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T15:50:35.856 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:35 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:35.677+0000 7f1213b0f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T15:50:35.856 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:35 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:35.853+0000 7f1213b0f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T15:50:36.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:36 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:36.152+0000 7f1213b0f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T15:50:36.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:36 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:36.247+0000 7f1213b0f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T15:50:36.721 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:36 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:36.457+0000 7f1213b0f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T15:50:36.721 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:36 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:36.661+0000 7f1213b0f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:50:37.435 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:37 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:37.291+0000 7f1213b0f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T15:50:38.031 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:37 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:37.743+0000 7f1213b0f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T15:50:38.032 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:37 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:37.847+0000 7f1213b0f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T15:50:38.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:38.069+0000 7f1213b0f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T15:50:38.737 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:38 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1992734749' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T15:50:38.737 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:38.637+0000 7f1213b0f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T15:50:38.737 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:38.733+0000 7f1213b0f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "e00d4de6-00bf-11ef-bc93-c7b262605968", 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T15:50:39.043 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:39.044 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T15:50:39.045 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T15:50:39.045 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T15:50:39.045 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T15:50:39.045 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T15:50:39.045 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T15:50:39.050 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:39.050 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T15:50:39.050 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T15:50:39.050 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T15:50:39.050 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T15:50:39.050 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T15:50:39.051 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T15:50:39.051 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T15:50:39.051 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T15:50:39.051 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T15:50:39.051 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:39.051 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T15:50:39.052 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:39.052 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T15:50:39.052 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T15:50:39.052 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:39.052 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T15:50:39.052 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T15:50:39.052 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T15:50:39.053 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T15:50:39.053 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T15:50:39.053 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T15:50:39.053 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T15:50:39.053 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:39.053 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T15:50:39.054 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:39.054 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T15:50:39.054 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:39.054 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T15:50:18.243621+0000", 2024-04-22T15:50:39.054 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T15:50:39.054 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:39.054 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T15:50:39.055 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T15:50:39.055 INFO:teuthology.orchestra.run.smithi046.stdout:mgr not available, waiting (2/15)... 2024-04-22T15:50:39.350 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:38.989+0000 7f1213b0f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T15:50:39.351 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:39 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:39.130+0000 7f1213b0f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T15:50:39.351 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:39 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:39.228+0000 7f1213b0f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T15:50:39.351 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:39 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:39.347+0000 7f1213b0f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T15:50:40.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:39 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:39.660+0000 7f1213b0f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T15:50:40.565 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:40.287+0000 7f1213b0f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T15:50:40.566 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:40.510+0000 7f1213b0f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T15:50:40.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: Activating manager daemon a 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: mgrmap e2: a(active, starting, since 0.00309992s) 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: Manager daemon a is now available 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' 2024-04-22T15:50:40.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:40 smithi046 ceph-mon[28345]: from='mgr.14100 172.21.15.46:0/2678081305' entity='mgr.a' 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsid": "e00d4de6-00bf-11ef-bc93-c7b262605968", 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 0 2024-04-22T15:50:42.411 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T15:50:42.412 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:42.413 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ], 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T15:50:42.414 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T15:50:42.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T15:50:18.243621+0000", 2024-04-22T15:50:42.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T15:50:42.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout }, 2024-04-22T15:50:42.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T15:50:42.415 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T15:50:42.415 INFO:teuthology.orchestra.run.smithi046.stdout:mgr is available 2024-04-22T15:50:42.787 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:42 smithi046 ceph-mon[28345]: mgrmap e3: a(active, since 1.00769s) 2024-04-22T15:50:42.787 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:42 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1312653721' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T15:50:43.784 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:43 smithi046 ceph-mon[28345]: mgrmap e4: a(active, since 2s) 2024-04-22T15:50:43.784 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:43 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1996166727' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T15:50:43.784 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:43 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1996166727' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout fsid = e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T15:50:44.031 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T15:50:44.032 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling cephadm module... 2024-04-22T15:50:45.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:44 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1284820504' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T15:50:45.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:44 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ignoring --setuser ceph since I am not root 2024-04-22T15:50:45.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:44 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ignoring --setgroup ceph since I am not root 2024-04-22T15:50:45.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:45 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:45.010+0000 7fd007967200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T15:50:45.540 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:45 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:45.203+0000 7fd007967200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:50:45.540 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:45 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:45.309+0000 7fd007967200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T15:50:45.826 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:45 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:45.635+0000 7fd007967200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T15:50:45.826 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:45 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:45.727+0000 7fd007967200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T15:50:46.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:45 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1284820504' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T15:50:46.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:45 smithi046 ceph-mon[28345]: mgrmap e5: a(active, since 4s) 2024-04-22T15:50:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T15:50:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T15:50:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T15:50:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T15:50:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T15:50:46.783 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T15:50:46.784 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for the mgr to restart... 2024-04-22T15:50:46.784 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr epoch 5... 2024-04-22T15:50:47.124 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:46 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/2932202254' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T15:50:47.124 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:47 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:47.009+0000 7fd007967200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T15:50:47.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:47 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:47.188+0000 7fd007967200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T15:50:47.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:47 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:47.365+0000 7fd007967200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T15:50:47.988 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:47 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:47.664+0000 7fd007967200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T15:50:47.988 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:47 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:47.760+0000 7fd007967200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T15:50:47.988 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:47 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:47.985+0000 7fd007967200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T15:50:48.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:48 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:48.186+0000 7fd007967200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:50:49.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:48 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:48.817+0000 7fd007967200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T15:50:49.568 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:49 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:49.254+0000 7fd007967200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T15:50:49.568 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:49 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:49.354+0000 7fd007967200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T15:50:49.568 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:49 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:49.566+0000 7fd007967200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T15:50:50.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:50 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:50.110+0000 7fd007967200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T15:50:50.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:50 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:50.205+0000 7fd007967200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T15:50:50.814 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:50 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:50.456+0000 7fd007967200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T15:50:50.814 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:50 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:50.594+0000 7fd007967200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T15:50:50.814 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:50 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:50.692+0000 7fd007967200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T15:50:50.814 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:50 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:50.811+0000 7fd007967200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T15:50:51.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:51 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:51.122+0000 7fd007967200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T15:50:52.027 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:51 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:51.749+0000 7fd007967200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T15:50:52.028 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:51 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:50:51.973+0000 7fd007967200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T15:50:52.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: Active manager daemon a restarted 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: Activating manager daemon a 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: osdmap e2: 0 total, 0 up, 0 in 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: mgrmap e6: a(active, starting, since 0.00324156s) 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: Manager daemon a is now available 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:50:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:50:52.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:50:52.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:50:52.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:52 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T15:50:53.285 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:53 smithi046 ceph-mon[28345]: Found migration_current of "None". Setting to last migration. 2024-04-22T15:50:53.285 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:53 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T15:50:53.286 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:53 smithi046 ceph-mon[28345]: mgrmap e7: a(active, since 1.00515s) 2024-04-22T15:50:53.714 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T15:50:53.715 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T15:50:53.715 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T15:50:53.715 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T15:50:53.715 INFO:teuthology.orchestra.run.smithi046.stdout:mgr epoch 5 is available 2024-04-22T15:50:53.715 INFO:teuthology.orchestra.run.smithi046.stdout:Setting orchestrator backend to cephadm... 2024-04-22T15:50:54.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:54 smithi046 ceph-mon[28345]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T15:50:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:54 smithi046 ceph-mon[28345]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T15:50:55.128 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:55 smithi046 ceph-mon[28345]: mgrmap e8: a(active, since 2s) 2024-04-22T15:50:55.128 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:55 smithi046 ceph-mon[28345]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:50:55.128 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:55 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:50:55.128 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:55 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:50:55.128 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:55 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:50:55.128 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:55 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:50:56.135 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T15:50:56.136 INFO:teuthology.orchestra.run.smithi046.stdout:Generating ssh key... 2024-04-22T15:50:56.249 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-mon[28345]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:50:57.288 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: [22/Apr/2024:15:50:56] ENGINE Bus STARTING 2024-04-22T15:50:57.288 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: [22/Apr/2024:15:50:56] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T15:50:57.289 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: [22/Apr/2024:15:50:56] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T15:50:57.289 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: [22/Apr/2024:15:50:56] ENGINE Bus STARTED 2024-04-22T15:50:57.289 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:50:57.289 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:50:57.289 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: Generating ssh key... 2024-04-22T15:50:57.289 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:57 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: Generating public/private rsa key pair. 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: Your identification has been saved in /tmp/tmp0tinmz0s/key. 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: Your public key has been saved in /tmp/tmp0tinmz0s/key.pub. 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: The key fingerprint is: 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: SHA256:srfA+BcWKDXZNwBNQV89OALC7EYlQb3CS4lHxzOKEkQ ceph-e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: The key's randomart image is: 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: +---[RSA 3072]----+ 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | oE +*%B+ .o | 2024-04-22T15:50:57.290 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | . OoO.+.o o | 2024-04-22T15:50:57.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | . O * =.o . . | 2024-04-22T15:50:57.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | . + @ o | 2024-04-22T15:50:57.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | . =.oS. | 2024-04-22T15:50:57.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | o.oo | 2024-04-22T15:50:57.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | . +... | 2024-04-22T15:50:57.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | . o.. | 2024-04-22T15:50:57.292 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: | ... | 2024-04-22T15:50:57.292 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:50:56 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: +----[SHA256]-----+ 2024-04-22T15:50:58.798 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH4z/wl/+lcPMR/v41ZTPSqF/GVpZ7U9sFfxIaCwy35NQzdSlTRuGBrj45zkcbbfMuo6D1WfRJEFzaqHIYGmospzGa3K7EkJhsNm509+LzPnz5IShWxPscUxBRtZnZhiNh0e9leQdi+dX8RUIOu9BLGvoYthbuNU81HMWDzRPCf+QBDlQrriiCVbWtDEiouH9kcDBp9i65aSIX5Ms1bgZTWlX1LsCsfTWYSNLPuISaha75wAI0skycusjrdQkLqU2z5eFzTob8dwXjDfi/wKLaE5IzyZaVfW4NUnrwrOBmeK0v7+WCJ6bBAaB1y8XpKF4KM6NqEXqq/kWp2vYw1VwWZA870duRQsjvh6L0FMW2MZ2GkmKrX8y+ZC8lx9P5Em+JvsCsv59yYLBRTYYzFNGeJ7kRXxQEcJeDFxo0i8XMnqDmumf2JoMr/Aa1bayphvrKmWAza4eBDgLPBSnHsHxs486Epi6Ete/xh8+kCRyK/+NO6eXCL9y85RhKflrDDRc= ceph-e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:50:58.798 INFO:teuthology.orchestra.run.smithi046.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T15:50:58.798 INFO:teuthology.orchestra.run.smithi046.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T15:50:58.798 INFO:teuthology.orchestra.run.smithi046.stdout:Adding host smithi046... 2024-04-22T15:50:59.205 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:58 smithi046 ceph-mon[28345]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:00.041 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:50:59 smithi046 ceph-mon[28345]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "addr": "172.21.15.46", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:01.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:00 smithi046 ceph-mon[28345]: Deploying cephadm binary to smithi046 2024-04-22T15:51:04.214 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Added host 'smithi046' with addr '172.21.15.46' 2024-04-22T15:51:04.214 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying unmanaged mon service... 2024-04-22T15:51:04.894 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:04 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:51:04.894 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:04 smithi046 ceph-mon[28345]: Added host smithi046 2024-04-22T15:51:04.894 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:04 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:05.462 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T15:51:05.462 INFO:teuthology.orchestra.run.smithi046.stdout:Deploying unmanaged mgr service... 2024-04-22T15:51:05.803 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:05 smithi046 ceph-mon[28345]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:05.803 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:05 smithi046 ceph-mon[28345]: Saving service mon spec with placement count:5 2024-04-22T15:51:05.803 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:05 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:51:06.685 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T15:51:07.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:07 smithi046 ceph-mon[28345]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:07.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:07 smithi046 ceph-mon[28345]: Saving service mgr spec with placement count:2 2024-04-22T15:51:07.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:07 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:51:08.646 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:08 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/146013706' entity='client.admin' 2024-04-22T15:51:09.578 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling the dashboard module... 2024-04-22T15:51:10.348 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:10 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3986871493' entity='client.admin' 2024-04-22T15:51:11.343 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3504374142' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T15:51:11.343 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:51:11.344 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-mon[28345]: from='mgr.14118 172.21.15.46:0/941765576' entity='mgr.a' 2024-04-22T15:51:11.344 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ignoring --setuser ceph since I am not root 2024-04-22T15:51:11.344 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ignoring --setgroup ceph since I am not root 2024-04-22T15:51:11.344 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:11.208+0000 7f91ab6f0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T15:51:11.643 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:11.412+0000 7f91ab6f0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:51:11.643 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:11.519+0000 7f91ab6f0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T15:51:11.906 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:11.849+0000 7f91ab6f0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T15:51:12.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:12 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3504374142' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T15:51:12.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:12 smithi046 ceph-mon[28345]: mgrmap e9: a(active, since 19s) 2024-04-22T15:51:12.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:11 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:11.940+0000 7f91ab6f0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T15:51:13.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:13 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/749738979' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T15:51:13.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:13 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:13.241+0000 7f91ab6f0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for the mgr to restart... 2024-04-22T15:51:13.457 INFO:teuthology.orchestra.run.smithi046.stdout:Waiting for mgr epoch 9... 2024-04-22T15:51:13.721 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:13 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:13.418+0000 7f91ab6f0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T15:51:13.721 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:13 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:13.598+0000 7f91ab6f0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T15:51:13.983 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:13 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:13.906+0000 7f91ab6f0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T15:51:14.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:14 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:14.006+0000 7f91ab6f0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T15:51:14.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:14 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:14.217+0000 7f91ab6f0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T15:51:14.905 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:14 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:14.418+0000 7f91ab6f0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:51:15.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:15 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:15.043+0000 7f91ab6f0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T15:51:15.796 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:15 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:15.481+0000 7f91ab6f0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T15:51:15.796 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:15 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:15.581+0000 7f91ab6f0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T15:51:15.796 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:15 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:15.792+0000 7f91ab6f0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T15:51:16.655 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:16 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:16.351+0000 7f91ab6f0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T15:51:16.656 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:16 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:16.447+0000 7f91ab6f0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T15:51:17.061 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:16 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:16.701+0000 7f91ab6f0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T15:51:17.062 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:16 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:16.839+0000 7f91ab6f0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T15:51:17.062 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:16 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:16.937+0000 7f91ab6f0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T15:51:17.062 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:17 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:17.058+0000 7f91ab6f0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T15:51:17.655 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:17 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:17.383+0000 7f91ab6f0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T15:51:18.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:18.010+0000 7f91ab6f0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T15:51:18.291 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:51:18.235+0000 7f91ab6f0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T15:51:18.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: Active manager daemon a restarted 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: Activating manager daemon a 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: osdmap e3: 0 total, 0 up, 0 in 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: mgrmap e10: a(active, starting, since 0.00344998s) 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: Manager daemon a is now available 2024-04-22T15:51:18.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:19.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:19 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T15:51:19.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:19 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T15:51:19.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:19 smithi046 ceph-mon[28345]: [22/Apr/2024:15:51:18] ENGINE Bus STARTING 2024-04-22T15:51:19.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:19 smithi046 ceph-mon[28345]: [22/Apr/2024:15:51:18] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T15:51:19.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:19 smithi046 ceph-mon[28345]: [22/Apr/2024:15:51:19] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T15:51:19.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:19 smithi046 ceph-mon[28345]: [22/Apr/2024:15:51:19] ENGINE Bus STARTED 2024-04-22T15:51:19.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:19 smithi046 ceph-mon[28345]: mgrmap e11: a(active, since 1.006s) 2024-04-22T15:51:19.833 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout { 2024-04-22T15:51:19.833 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T15:51:19.833 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T15:51:19.833 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout } 2024-04-22T15:51:19.833 INFO:teuthology.orchestra.run.smithi046.stdout:mgr epoch 9 is available 2024-04-22T15:51:19.833 INFO:teuthology.orchestra.run.smithi046.stdout:Generating a dashboard self-signed certificate... 2024-04-22T15:51:20.577 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:20 smithi046 ceph-mon[28345]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T15:51:20.577 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:20 smithi046 ceph-mon[28345]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T15:51:21.546 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:21 smithi046 ceph-mon[28345]: mgrmap e12: a(active, since 2s) 2024-04-22T15:51:21.546 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:21 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:21.546 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:21 smithi046 ceph-mon[28345]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:21.546 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:21 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:21.546 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:21 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:21.549 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T15:51:21.549 INFO:teuthology.orchestra.run.smithi046.stdout:Creating initial admin user... 2024-04-22T15:51:22.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:22 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:22.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:22 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:23.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:23 smithi046 ceph-mon[28345]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:23.711 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$hdmk5y8O0xfaVP2SRNaNd.TikG7AErEyxz/fWXwrCUq7hp.Yc/Mv2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713801082, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T15:51:23.711 INFO:teuthology.orchestra.run.smithi046.stdout:Fetching dashboard port number... 2024-04-22T15:51:24.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:24 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1144416852' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T15:51:25.042 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T15:51:25.053 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T15:51:25.053 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout disabled 2024-04-22T15:51:25.060 INFO:teuthology.orchestra.run.smithi046.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T15:51:25.060 INFO:teuthology.orchestra.run.smithi046.stdout:systemctl: stdout inactive 2024-04-22T15:51:25.060 INFO:teuthology.orchestra.run.smithi046.stdout:firewalld.service is not enabled 2024-04-22T15:51:25.060 INFO:teuthology.orchestra.run.smithi046.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T15:51:25.062 INFO:teuthology.orchestra.run.smithi046.stdout:Ceph Dashboard is now available at: 2024-04-22T15:51:25.062 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:25.062 INFO:teuthology.orchestra.run.smithi046.stdout: URL: https://smithi046:8443/ 2024-04-22T15:51:25.062 INFO:teuthology.orchestra.run.smithi046.stdout: User: admin 2024-04-22T15:51:25.062 INFO:teuthology.orchestra.run.smithi046.stdout: Password: 5a7vxmw9s1 2024-04-22T15:51:25.062 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:25.063 INFO:teuthology.orchestra.run.smithi046.stdout:Saving cluster configuration to /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config directory 2024-04-22T15:51:25.063 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling autotune for osd_memory_target 2024-04-22T15:51:25.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:25 smithi046 ceph-mon[28345]: mgrmap e13: a(active, since 6s) 2024-04-22T15:51:27.679 INFO:teuthology.orchestra.run.smithi046.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T15:51:27.679 INFO:teuthology.orchestra.run.smithi046.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T15:51:27.679 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.679 INFO:teuthology.orchestra.run.smithi046.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T15:51:27.679 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: ceph telemetry on 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout:For more information see: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:27.680 INFO:teuthology.orchestra.run.smithi046.stdout:Bootstrap complete. 2024-04-22T15:51:27.720 INFO:tasks.cephadm:Fetching config... 2024-04-22T15:51:27.721 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:51:27.721 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T15:51:27.738 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T15:51:27.739 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:51:27.739 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T15:51:27.794 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T15:51:27.795 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:51:27.795 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T15:51:27.860 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T15:51:27.860 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:51:27.860 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T15:51:27.917 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T15:51:27.917 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH4z/wl/+lcPMR/v41ZTPSqF/GVpZ7U9sFfxIaCwy35NQzdSlTRuGBrj45zkcbbfMuo6D1WfRJEFzaqHIYGmospzGa3K7EkJhsNm509+LzPnz5IShWxPscUxBRtZnZhiNh0e9leQdi+dX8RUIOu9BLGvoYthbuNU81HMWDzRPCf+QBDlQrriiCVbWtDEiouH9kcDBp9i65aSIX5Ms1bgZTWlX1LsCsfTWYSNLPuISaha75wAI0skycusjrdQkLqU2z5eFzTob8dwXjDfi/wKLaE5IzyZaVfW4NUnrwrOBmeK0v7+WCJ6bBAaB1y8XpKF4KM6NqEXqq/kWp2vYw1VwWZA870duRQsjvh6L0FMW2MZ2GkmKrX8y+ZC8lx9P5Em+JvsCsv59yYLBRTYYzFNGeJ7kRXxQEcJeDFxo0i8XMnqDmumf2JoMr/Aa1bayphvrKmWAza4eBDgLPBSnHsHxs486Epi6Ete/xh8+kCRyK/+NO6eXCL9y85RhKflrDDRc= ceph-e00d4de6-00bf-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T15:51:28.016 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH4z/wl/+lcPMR/v41ZTPSqF/GVpZ7U9sFfxIaCwy35NQzdSlTRuGBrj45zkcbbfMuo6D1WfRJEFzaqHIYGmospzGa3K7EkJhsNm509+LzPnz5IShWxPscUxBRtZnZhiNh0e9leQdi+dX8RUIOu9BLGvoYthbuNU81HMWDzRPCf+QBDlQrriiCVbWtDEiouH9kcDBp9i65aSIX5Ms1bgZTWlX1LsCsfTWYSNLPuISaha75wAI0skycusjrdQkLqU2z5eFzTob8dwXjDfi/wKLaE5IzyZaVfW4NUnrwrOBmeK0v7+WCJ6bBAaB1y8XpKF4KM6NqEXqq/kWp2vYw1VwWZA870duRQsjvh6L0FMW2MZ2GkmKrX8y+ZC8lx9P5Em+JvsCsv59yYLBRTYYzFNGeJ7kRXxQEcJeDFxo0i8XMnqDmumf2JoMr/Aa1bayphvrKmWAza4eBDgLPBSnHsHxs486Epi6Ete/xh8+kCRyK/+NO6eXCL9y85RhKflrDDRc= ceph-e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:51:28.027 DEBUG:teuthology.orchestra.run.smithi120:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH4z/wl/+lcPMR/v41ZTPSqF/GVpZ7U9sFfxIaCwy35NQzdSlTRuGBrj45zkcbbfMuo6D1WfRJEFzaqHIYGmospzGa3K7EkJhsNm509+LzPnz5IShWxPscUxBRtZnZhiNh0e9leQdi+dX8RUIOu9BLGvoYthbuNU81HMWDzRPCf+QBDlQrriiCVbWtDEiouH9kcDBp9i65aSIX5Ms1bgZTWlX1LsCsfTWYSNLPuISaha75wAI0skycusjrdQkLqU2z5eFzTob8dwXjDfi/wKLaE5IzyZaVfW4NUnrwrOBmeK0v7+WCJ6bBAaB1y8XpKF4KM6NqEXqq/kWp2vYw1VwWZA870duRQsjvh6L0FMW2MZ2GkmKrX8y+ZC8lx9P5Em+JvsCsv59yYLBRTYYzFNGeJ7kRXxQEcJeDFxo0i8XMnqDmumf2JoMr/Aa1bayphvrKmWAza4eBDgLPBSnHsHxs486Epi6Ete/xh8+kCRyK/+NO6eXCL9y85RhKflrDDRc= ceph-e00d4de6-00bf-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T15:51:28.066 INFO:teuthology.orchestra.run.smithi120.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH4z/wl/+lcPMR/v41ZTPSqF/GVpZ7U9sFfxIaCwy35NQzdSlTRuGBrj45zkcbbfMuo6D1WfRJEFzaqHIYGmospzGa3K7EkJhsNm509+LzPnz5IShWxPscUxBRtZnZhiNh0e9leQdi+dX8RUIOu9BLGvoYthbuNU81HMWDzRPCf+QBDlQrriiCVbWtDEiouH9kcDBp9i65aSIX5Ms1bgZTWlX1LsCsfTWYSNLPuISaha75wAI0skycusjrdQkLqU2z5eFzTob8dwXjDfi/wKLaE5IzyZaVfW4NUnrwrOBmeK0v7+WCJ6bBAaB1y8XpKF4KM6NqEXqq/kWp2vYw1VwWZA870duRQsjvh6L0FMW2MZ2GkmKrX8y+ZC8lx9P5Em+JvsCsv59yYLBRTYYzFNGeJ7kRXxQEcJeDFxo0i8XMnqDmumf2JoMr/Aa1bayphvrKmWAza4eBDgLPBSnHsHxs486Epi6Ete/xh8+kCRyK/+NO6eXCL9y85RhKflrDDRc= ceph-e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:51:28.078 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH4z/wl/+lcPMR/v41ZTPSqF/GVpZ7U9sFfxIaCwy35NQzdSlTRuGBrj45zkcbbfMuo6D1WfRJEFzaqHIYGmospzGa3K7EkJhsNm509+LzPnz5IShWxPscUxBRtZnZhiNh0e9leQdi+dX8RUIOu9BLGvoYthbuNU81HMWDzRPCf+QBDlQrriiCVbWtDEiouH9kcDBp9i65aSIX5Ms1bgZTWlX1LsCsfTWYSNLPuISaha75wAI0skycusjrdQkLqU2z5eFzTob8dwXjDfi/wKLaE5IzyZaVfW4NUnrwrOBmeK0v7+WCJ6bBAaB1y8XpKF4KM6NqEXqq/kWp2vYw1VwWZA870duRQsjvh6L0FMW2MZ2GkmKrX8y+ZC8lx9P5Em+JvsCsv59yYLBRTYYzFNGeJ7kRXxQEcJeDFxo0i8XMnqDmumf2JoMr/Aa1bayphvrKmWAza4eBDgLPBSnHsHxs486Epi6Ete/xh8+kCRyK/+NO6eXCL9y85RhKflrDDRc= ceph-e00d4de6-00bf-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T15:51:28.118 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH4z/wl/+lcPMR/v41ZTPSqF/GVpZ7U9sFfxIaCwy35NQzdSlTRuGBrj45zkcbbfMuo6D1WfRJEFzaqHIYGmospzGa3K7EkJhsNm509+LzPnz5IShWxPscUxBRtZnZhiNh0e9leQdi+dX8RUIOu9BLGvoYthbuNU81HMWDzRPCf+QBDlQrriiCVbWtDEiouH9kcDBp9i65aSIX5Ms1bgZTWlX1LsCsfTWYSNLPuISaha75wAI0skycusjrdQkLqU2z5eFzTob8dwXjDfi/wKLaE5IzyZaVfW4NUnrwrOBmeK0v7+WCJ6bBAaB1y8XpKF4KM6NqEXqq/kWp2vYw1VwWZA870duRQsjvh6L0FMW2MZ2GkmKrX8y+ZC8lx9P5Em+JvsCsv59yYLBRTYYzFNGeJ7kRXxQEcJeDFxo0i8XMnqDmumf2JoMr/Aa1bayphvrKmWAza4eBDgLPBSnHsHxs486Epi6Ete/xh8+kCRyK/+NO6eXCL9y85RhKflrDDRc= ceph-e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:51:28.129 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T15:51:28.371 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:51:28.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:28 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/2756169345' entity='client.admin' 2024-04-22T15:51:30.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:30 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:30.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:30 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:30.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:30 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:51:30.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:30 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:30.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:30 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:30.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:30 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:31.256 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T15:51:31.256 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T15:51:31.498 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:51:31.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:31 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/197951998' entity='client.admin' 2024-04-22T15:51:31.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:31.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:33.980 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi120 2024-04-22T15:51:33.981 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:51:33.981 DEBUG:teuthology.orchestra.run.smithi120:> dd of=/etc/ceph/ceph.conf 2024-04-22T15:51:33.999 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:51:33.999 DEBUG:teuthology.orchestra.run.smithi120:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:51:34.056 INFO:tasks.cephadm:Adding host smithi120 to orchestrator... 2024-04-22T15:51:34.056 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch host add smithi120 2024-04-22T15:51:34.327 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:51:34.535 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:34.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:36.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:36 smithi046 ceph-mon[28345]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:37.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:37 smithi046 ceph-mon[28345]: Deploying cephadm binary to smithi120 2024-04-22T15:51:39.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:39 smithi046 ceph-mon[28345]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:40.269 INFO:teuthology.orchestra.run.smithi046.stdout:Added host 'smithi120' with addr '172.21.15.120' 2024-04-22T15:51:40.822 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T15:51:41.073 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:51:41.466 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:41 smithi046 ceph-mon[28345]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:41.466 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:41.466 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:41 smithi046 ceph-mon[28345]: Added host smithi120 2024-04-22T15:51:41.466 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:41.467 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:42.647 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:42 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:42.911 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:42.911 INFO:teuthology.orchestra.run.smithi046.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.120", "hostname": "smithi120", "labels": [], "status": ""}] 2024-04-22T15:51:43.504 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-04-22T15:51:43.504 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:51:43.504 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-04-22T15:51:43.523 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:51:43.523 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:51:43.581 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-04-22T15:51:43.581 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch host add smithi133 2024-04-22T15:51:43.826 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:51:44.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:43 smithi046 ceph-mon[28345]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:44.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:43 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:44.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:43 smithi046 ceph-mon[28345]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:51:46.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:45 smithi046 ceph-mon[28345]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:47.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:47.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:47.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:47.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:47.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:47.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:51:47.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:51:47.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:46 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:51:48.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:47 smithi046 ceph-mon[28345]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:51:48.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:47 smithi046 ceph-mon[28345]: Deploying cephadm binary to smithi133 2024-04-22T15:51:48.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:47 smithi046 ceph-mon[28345]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:48.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:47 smithi046 ceph-mon[28345]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:51:48.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:47 smithi046 ceph-mon[28345]: Updating smithi120:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:51:49.763 INFO:teuthology.orchestra.run.smithi046.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-04-22T15:51:50.053 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:49 smithi046 ceph-mon[28345]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:50.053 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:50.053 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:50.053 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:50.053 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:50.053 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:50.334 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T15:51:50.577 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:51:51.005 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:50 smithi046 ceph-mon[28345]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:51:51.005 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:50 smithi046 ceph-mon[28345]: Added host smithi133 2024-04-22T15:51:51.006 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:50 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:51.006 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:50 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:52.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:51 smithi046 ceph-mon[28345]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:52.347 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:51:52.347 INFO:teuthology.orchestra.run.smithi046.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.120", "hostname": "smithi120", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-04-22T15:51:52.921 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T15:51:52.921 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T15:51:53.165 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:51:53.601 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:53 smithi046 ceph-mon[28345]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:53.601 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:53 smithi046 ceph-mon[28345]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:51:53.601 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:53 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:55.355 INFO:teuthology.orchestra.run.smithi046.stderr:adjusted tunables profile to default 2024-04-22T15:51:55.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:55 smithi046 ceph-mon[28345]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:55.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:55 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3672544014' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T15:51:56.056 INFO:tasks.cephadm:Adding mon.a on smithi046 2024-04-22T15:51:56.056 INFO:tasks.cephadm:Adding mon.b on smithi120 2024-04-22T15:51:56.056 INFO:tasks.cephadm:Adding mon.c on smithi133 2024-04-22T15:51:56.056 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi046:172.21.15.46=a;smithi120:172.21.15.120=b;smithi133:172.21.15.133=c' 2024-04-22T15:51:56.291 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3672544014' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:51:56.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:51:56.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:51:56.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:51:56.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:51:56.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:56.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:56.657 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:57.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:57 smithi046 ceph-mon[28345]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:51:57.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:57 smithi046 ceph-mon[28345]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:51:58.013 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-04-22T15:51:58.582 DEBUG:teuthology.orchestra.run.smithi120:mon.b> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.b.service 2024-04-22T15:51:58.585 DEBUG:teuthology.orchestra.run.smithi133:mon.c> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.c.service 2024-04-22T15:51:58.587 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T15:51:58.587 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T15:51:59.294 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi046:172.21.15.46=a;smithi120:172.21.15.120=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: Saving service mon spec with placement smithi046:172.21.15.46=a;smithi120:172.21.15.120=b;smithi133:172.21.15.133=c;count:3 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:51:59.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:51:59 smithi046 ceph-mon[28345]: Deploying daemon mon.c on smithi133 2024-04-22T15:52:00.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:00 smithi046 ceph-mon[28345]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:02.362 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:52:02.362 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"e00d4de6-00bf-11ef-bc93-c7b262605968","modified":"2024-04-22T15:50:15.155612Z","created":"2024-04-22T15:50:15.155612Z","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.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T15:52:02.364 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-04-22T15:52:02.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:02 smithi046 ceph-mon[28345]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:03 smithi046 ceph-mon[28345]: from='client.? 172.21.15.133:0/1603285323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T15:52:03.476 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713801123474453, "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": 1713801123, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ebe76f99-f2f3-4856-ba26-54efc1480e64", "db_session_id": "L2WSZW4JNMALT4R45ZLP", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713801123474541, "job": 1, "event": "recovery_finished"} 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5562765ae000 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: DB pointer 0x556276598000 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** DB Stats ** 2024-04-22T15:52:03.914 INFO:journalctl@ceph.mon.c.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** Compaction Stats [default] ** 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T15:52:03.915 INFO:journalctl@ceph.mon.c.smithi133.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** Compaction Stats [default] ** 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T15:52:03.916 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: Cumulative compaction: 0.00 GB write, 0.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: Interval compaction: 0.00 GB write, 0.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: Block cache BinnedLRUCache@0x5562764991f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: using public_addr v2:172.21.15.133:0/0 -> [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: starting mon.c rank -1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(???) e0 preinit fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:03.917 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).mds e1 new map 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).mds e1 print_map 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout: e1 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout: legacy client fscid: -1 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout: 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout: No filesystems configured 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T15:52:03.918 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi120", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:03.919 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Deploying cephadm binary to smithi133 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi120:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Added host smithi133 2024-04-22T15:52:03.920 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/3672544014' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/3672544014' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.921 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.922 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi046:172.21.15.46=a;smithi120:172.21.15.120=b;smithi133:172.21.15.133=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Saving service mon spec with placement smithi046:172.21.15.46=a;smithi120:172.21.15.120=b;smithi133:172.21.15.133=c;count:3 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: Deploying daemon mon.c on smithi133 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: from='client.? 172.21.15.133:0/1603285323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T15:52:03.923 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 ceph-mon[31639]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-22T15:52:03.924 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 bash[31601]: 79d9127fb98e346692510d2c4aba89064d96fc32f453cd377263325bbc056378 2024-04-22T15:52:03.924 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:03 smithi133 systemd[1]: Started Ceph mon.c for e00d4de6-00bf-11ef-bc93-c7b262605968. 2024-04-22T15:52:04.031 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T15:52:04.031 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T15:52:04.265 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: mon.a calling monitor election 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: mon.c calling monitor election 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:08.827 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: monmap epoch 2 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: last_changed 2024-04-22T15:52:03.497541+0000 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: min_mon_release 19 (squid) 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: election_strategy: 1 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: fsmap 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T15:52:08.828 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: mgrmap e13: a(active, since 50s) 2024-04-22T15:52:08.829 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: overall HEALTH_OK 2024-04-22T15:52:08.829 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:08.829 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:08.829 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:08.829 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:08.829 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:08 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:08.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: mon.a calling monitor election 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: mon.c calling monitor election 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: monmap epoch 2 2024-04-22T15:52:08.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: last_changed 2024-04-22T15:52:03.497541+0000 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: min_mon_release 19 (squid) 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: election_strategy: 1 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: fsmap 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: mgrmap e13: a(active, since 50s) 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: overall HEALTH_OK 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:08.914 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:08.915 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:08 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:09.046 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:52:09.046 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"e00d4de6-00bf-11ef-bc93-c7b262605968","modified":"2024-04-22T15:52:03.497541Z","created":"2024-04-22T15:50:15.155612Z","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.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T15:52:09.048 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-04-22T15:52:09.624 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:09 smithi133 ceph-mon[31639]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:09.624 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:09 smithi133 ceph-mon[31639]: Deploying daemon mon.b on smithi120 2024-04-22T15:52:09.624 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:09 smithi133 ceph-mon[31639]: from='client.? 172.21.15.133:0/880832804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T15:52:09.624 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:09 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:09.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:09 smithi046 ceph-mon[28345]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:09.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:09 smithi046 ceph-mon[28345]: Deploying daemon mon.b on smithi120 2024-04-22T15:52:09.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:09 smithi046 ceph-mon[28345]: from='client.? 172.21.15.133:0/880832804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T15:52:09.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:09 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:10.652 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T15:52:10.653 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T15:52:10.896 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T15:52:11.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:11 smithi133 ceph-mon[31639]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:11.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:11 smithi046 ceph-mon[28345]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:12.547 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:12 smithi120 ceph-mon[31789]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-22T15:52:13.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:12 smithi120 bash[31750]: f1e2988e828142491465d2925039508e0ceecd68d91bf8f5c8c105a8493f7f66 2024-04-22T15:52:13.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:12 smithi120 systemd[1]: Started Ceph mon.b for e00d4de6-00bf-11ef-bc93-c7b262605968. 2024-04-22T15:52:17.533 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-22T15:52:17.533 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":3,"fsid":"e00d4de6-00bf-11ef-bc93-c7b262605968","modified":"2024-04-22T15:52:12.518589Z","created":"2024-04-22T15:50:15.155612Z","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.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:3300","nonce":0},{"type":"v1","addr":"172.21.15.120:6789","nonce":0}]},"addr":"172.21.15.120:6789/0","public_addr":"172.21.15.120:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-22T15:52:17.536 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 3 2024-04-22T15:52:17.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:17.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:52:17.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: mon.a calling monitor election 2024-04-22T15:52:17.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: mon.c calling monitor election 2024-04-22T15:52:17.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:17.868 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='client.? 172.21.15.133:0/1586060642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: mon.b calling monitor election 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: monmap epoch 3 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: last_changed 2024-04-22T15:52:12.518589+0000 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:52:17.869 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: min_mon_release 19 (squid) 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: election_strategy: 1 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: 2: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.b 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: fsmap 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: mgrmap e13: a(active, since 59s) 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: overall HEALTH_OK 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:17.870 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:52:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: mon.a calling monitor election 2024-04-22T15:52:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: mon.c calling monitor election 2024-04-22T15:52:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='client.? 172.21.15.133:0/1586060642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: mon.b calling monitor election 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: monmap epoch 3 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: last_changed 2024-04-22T15:52:12.518589+0000 2024-04-22T15:52:17.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: min_mon_release 19 (squid) 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: election_strategy: 1 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: 2: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.b 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: fsmap 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: mgrmap e13: a(active, since 59s) 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: overall HEALTH_OK 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:17.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:52:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: mon.a calling monitor election 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: mon.c calling monitor election 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='client.? 172.21.15.133:0/1586060642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: mon.b calling monitor election 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: monmap epoch 3 2024-04-22T15:52:18.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: last_changed 2024-04-22T15:52:12.518589+0000 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: min_mon_release 19 (squid) 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: election_strategy: 1 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: 2: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.b 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: fsmap 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: mgrmap e13: a(active, since 59s) 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: overall HEALTH_OK 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:18.034 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:18.035 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:18.035 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:18.129 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T15:52:18.129 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T15:52:18.388 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:52:18.778 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:18.779 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:18.779 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:18.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:18 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:18.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:18 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:18.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:18 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:19.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:18 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:19.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:18 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:19.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:18 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:52:20.078 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:20.078 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.079 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:20.080 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:20 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:20.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:20.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:20.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:20 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:20.419 INFO:teuthology.orchestra.run.smithi046.stdout:# minimal ceph.conf for e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:20.419 INFO:teuthology.orchestra.run.smithi046.stdout:[global] 2024-04-22T15:52:20.419 INFO:teuthology.orchestra.run.smithi046.stdout: fsid = e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:52:20.419 INFO:teuthology.orchestra.run.smithi046.stdout: mon_host = [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-04-22T15:52:20.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:20.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:20.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:20.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:20.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:20 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:21.044 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T15:52:21.045 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:52:21.045 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T15:52:21.072 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:52:21.072 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:52:21.138 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:52:21.138 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T15:52:21.170 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:52:21.170 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:52:21.236 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:52:21.236 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T15:52:21.267 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:52:21.267 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:52:21.317 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:21 smithi046 ceph-mon[28345]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.317 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:21 smithi046 ceph-mon[28345]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.317 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:21 smithi046 ceph-mon[28345]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.317 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:21 smithi046 ceph-mon[28345]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T15:52:21.317 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:21 smithi046 ceph-mon[28345]: Reconfiguring daemon mon.a on smithi046 2024-04-22T15:52:21.317 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:21 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3603213507' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:21.330 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:21 smithi133 ceph-mon[31639]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.331 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:21 smithi133 ceph-mon[31639]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.331 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:21 smithi133 ceph-mon[31639]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.331 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:21 smithi133 ceph-mon[31639]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T15:52:21.331 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:21 smithi133 ceph-mon[31639]: Reconfiguring daemon mon.a on smithi046 2024-04-22T15:52:21.331 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:21 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/3603213507' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:21.335 INFO:tasks.cephadm:Adding mgr.a on smithi046 2024-04-22T15:52:21.335 INFO:tasks.cephadm:Adding mgr.b on smithi120 2024-04-22T15:52:21.335 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi046=a;smithi120=b' 2024-04-22T15:52:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:21 smithi120 ceph-mon[31789]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:21 smithi120 ceph-mon[31789]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:21 smithi120 ceph-mon[31789]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:52:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:21 smithi120 ceph-mon[31789]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T15:52:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:21 smithi120 ceph-mon[31789]: Reconfiguring daemon mon.a on smithi046 2024-04-22T15:52:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:21 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/3603213507' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:21.610 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T15:52:22.326 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:22 smithi133 ceph-mon[31639]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:22.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:22 smithi046 ceph-mon[28345]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:22.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:22 smithi120 ceph-mon[31789]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:23.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:23 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:23.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:23 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:23.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:23 smithi133 ceph-mon[31639]: Reconfiguring mon.b (monmap changed)... 2024-04-22T15:52:23.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:23 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:23.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:23 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:23.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:23 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:23.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:23 smithi133 ceph-mon[31639]: Reconfiguring daemon mon.b on smithi120 2024-04-22T15:52:23.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:23 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:23.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:23 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:23.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:23 smithi120 ceph-mon[31789]: Reconfiguring mon.b (monmap changed)... 2024-04-22T15:52:23.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:23 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:23.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:23 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:23.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:23 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:23.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:23 smithi120 ceph-mon[31789]: Reconfiguring daemon mon.b on smithi120 2024-04-22T15:52:23.350 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mgr update... 2024-04-22T15:52:23.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:23 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:23.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:23 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:23.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:23 smithi046 ceph-mon[28345]: Reconfiguring mon.b (monmap changed)... 2024-04-22T15:52:23.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:23 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:23.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:23 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:23.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:23 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:23.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:23 smithi046 ceph-mon[28345]: Reconfiguring daemon mon.b on smithi120 2024-04-22T15:52:23.952 DEBUG:teuthology.orchestra.run.smithi120:mgr.b> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.b.service 2024-04-22T15:52:23.954 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T15:52:23.955 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-22T15:52:23.955 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T15:52:23.975 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T15:52:23.975 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-04-22T15:52:24.033 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T15:52:24.033 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:24.034 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-04-22T15:52:24.034 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:24.034 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:24.034 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 15:51:28.662859897 +0000 2024-04-22T15:52:24.034 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 15:46:33.073990172 +0000 2024-04-22T15:52:24.034 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 15:46:33.073990172 +0000 2024-04-22T15:52:24.034 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: 2024-04-22 15:46:33.073990172 +0000 2024-04-22T15:52:24.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T15:52:24.102 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T15:52:24.102 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T15:52:24.102 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000132038 s, 3.9 MB/s 2024-04-22T15:52:24.103 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T15:52:24.163 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-04-22T15:52:24.221 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T15:52:24.221 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:24.221 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-22T15:52:24.221 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:24.221 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:24.221 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 15:51:28.696859548 +0000 2024-04-22T15:52:24.221 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 15:46:33.411987291 +0000 2024-04-22T15:52:24.222 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 15:46:33.411987291 +0000 2024-04-22T15:52:24.222 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: 2024-04-22 15:46:33.411987291 +0000 2024-04-22T15:52:24.222 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T15:52:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:24 smithi120 ceph-mon[31789]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:24 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:24 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:24 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:24 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:24 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:24.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:24 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:24.288 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T15:52:24.288 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T15:52:24.288 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000125023 s, 4.1 MB/s 2024-04-22T15:52:24.290 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T15:52:24.305 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:24 smithi133 ceph-mon[31639]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:24.305 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:24 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.305 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:24 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.305 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:24 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.306 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:24 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:24.306 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:24 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:24.306 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:24 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:24.347 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-04-22T15:52:24.404 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 15:51:28.728859219 +0000 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 15:46:33.751984391 +0000 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 15:46:33.751984391 +0000 2024-04-22T15:52:24.405 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: 2024-04-22 15:46:33.751984391 +0000 2024-04-22T15:52:24.405 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T15:52:24.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:24 smithi046 ceph-mon[28345]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:24.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:24 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:24 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:24 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:24.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:24 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T15:52:24.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:24 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T15:52:24.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:24 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:24.430 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T15:52:24.430 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T15:52:24.430 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000117283 s, 4.4 MB/s 2024-04-22T15:52:24.432 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T15:52:24.489 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-04-22T15:52:24.545 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T15:52:24.545 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:24.545 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-04-22T15:52:24.545 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:24.545 INFO:teuthology.orchestra.run.smithi046.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:24.545 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-22 15:51:28.760858891 +0000 2024-04-22T15:52:24.546 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-22 15:46:34.102981399 +0000 2024-04-22T15:52:24.546 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-22 15:46:34.102981399 +0000 2024-04-22T15:52:24.546 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: 2024-04-22 15:46:34.102981399 +0000 2024-04-22T15:52:24.546 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T15:52:24.609 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-22T15:52:24.609 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-22T15:52:24.609 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000115867 s, 4.4 MB/s 2024-04-22T15:52:24.611 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T15:52:24.667 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-22T15:52:24.668 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T15:52:24.686 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T15:52:24.686 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_1 2024-04-22T15:52:24.744 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T15:52:24.744 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:24.744 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-22T15:52:24.744 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:24.744 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:24.745 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 15:52:12.013117928 +0000 2024-04-22T15:52:24.745 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 15:46:30.208361380 +0000 2024-04-22T15:52:24.745 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 15:46:30.208361380 +0000 2024-04-22T15:52:24.745 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: 2024-04-22 15:46:30.208361380 +0000 2024-04-22T15:52:24.745 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T15:52:24.810 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T15:52:24.810 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T15:52:24.810 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000229998 s, 2.2 MB/s 2024-04-22T15:52:24.811 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T15:52:24.869 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_2 2024-04-22T15:52:24.925 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T15:52:24.925 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:24.925 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-22T15:52:24.925 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:24.925 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:24.925 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 15:52:12.013117928 +0000 2024-04-22T15:52:24.925 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 15:46:30.546353977 +0000 2024-04-22T15:52:24.926 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 15:46:30.546353977 +0000 2024-04-22T15:52:24.926 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: 2024-04-22 15:46:30.546353977 +0000 2024-04-22T15:52:24.926 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T15:52:24.990 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T15:52:24.990 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T15:52:24.990 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000192473 s, 2.7 MB/s 2024-04-22T15:52:24.991 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T15:52:25.048 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_3 2024-04-22T15:52:25.104 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 15:52:12.014117907 +0000 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 15:46:30.871346858 +0000 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 15:46:30.871346858 +0000 2024-04-22T15:52:25.105 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: 2024-04-22 15:46:30.871346858 +0000 2024-04-22T15:52:25.105 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T15:52:25.168 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T15:52:25.168 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T15:52:25.168 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000225404 s, 2.3 MB/s 2024-04-22T15:52:25.170 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T15:52:25.225 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_4 2024-04-22T15:52:25.262 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:25 smithi133 ceph-mon[31639]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi046=a;smithi120=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:25.262 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:25 smithi133 ceph-mon[31639]: Saving service mgr spec with placement smithi046=a;smithi120=b;count:2 2024-04-22T15:52:25.262 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:25 smithi133 ceph-mon[31639]: Reconfiguring mon.c (monmap changed)... 2024-04-22T15:52:25.263 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:25 smithi133 ceph-mon[31639]: Reconfiguring daemon mon.c on smithi133 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 5h/5d Inode: 721 Links: 1 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-04-22 15:52:12.014117907 +0000 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-04-22 15:46:31.201339631 +0000 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-04-22 15:46:31.201339631 +0000 2024-04-22T15:52:25.281 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: 2024-04-22 15:46:31.201339631 +0000 2024-04-22T15:52:25.282 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T15:52:25.342 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:25 smithi120 ceph-mon[31789]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi046=a;smithi120=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:25.342 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:25 smithi120 ceph-mon[31789]: Saving service mgr spec with placement smithi046=a;smithi120=b;count:2 2024-04-22T15:52:25.342 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:25 smithi120 ceph-mon[31789]: Reconfiguring mon.c (monmap changed)... 2024-04-22T15:52:25.342 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:25 smithi120 ceph-mon[31789]: Reconfiguring daemon mon.c on smithi133 2024-04-22T15:52:25.344 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-04-22T15:52:25.344 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-04-22T15:52:25.344 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000222807 s, 2.3 MB/s 2024-04-22T15:52:25.345 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T15:52:25.401 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-22T15:52:25.401 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T15:52:25.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:25 smithi046 ceph-mon[28345]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi046=a;smithi120=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:25.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:25 smithi046 ceph-mon[28345]: Saving service mgr spec with placement smithi046=a;smithi120=b;count:2 2024-04-22T15:52:25.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:25 smithi046 ceph-mon[28345]: Reconfiguring mon.c (monmap changed)... 2024-04-22T15:52:25.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:25 smithi046 ceph-mon[28345]: Reconfiguring daemon mon.c on smithi133 2024-04-22T15:52:25.416 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T15:52:25.417 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-04-22T15:52:25.471 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T15:52:25.471 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:25.471 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-22T15:52:25.471 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:25.471 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:25.471 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-22 15:52:02.799969116 +0000 2024-04-22T15:52:25.472 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-22 15:46:30.081530780 +0000 2024-04-22T15:52:25.472 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-22 15:46:30.081530780 +0000 2024-04-22T15:52:25.472 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-22 15:46:30.081530780 +0000 2024-04-22T15:52:25.472 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T15:52:25.535 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-22T15:52:25.535 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-22T15:52:25.535 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000282388 s, 1.8 MB/s 2024-04-22T15:52:25.536 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T15:52:25.592 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-04-22T15:52:25.646 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T15:52:25.646 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:25.646 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-04-22T15:52:25.646 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:25.646 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:25.646 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-22 15:52:02.799969116 +0000 2024-04-22T15:52:25.646 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-22 15:46:30.426524331 +0000 2024-04-22T15:52:25.647 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-22 15:46:30.426524331 +0000 2024-04-22T15:52:25.647 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-22 15:46:30.426524331 +0000 2024-04-22T15:52:25.647 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T15:52:25.710 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-22T15:52:25.710 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-22T15:52:25.710 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000223845 s, 2.3 MB/s 2024-04-22T15:52:25.711 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T15:52:25.767 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-04-22T15:52:25.822 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T15:52:25.822 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:25.822 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-22T15:52:25.822 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:25.823 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:25.823 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-22 15:52:02.800969099 +0000 2024-04-22T15:52:25.823 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-22 15:46:30.767517957 +0000 2024-04-22T15:52:25.823 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-22 15:46:30.767517957 +0000 2024-04-22T15:52:25.823 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-22 15:46:30.767517957 +0000 2024-04-22T15:52:25.823 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T15:52:25.884 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-22T15:52:25.884 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-22T15:52:25.884 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000194996 s, 2.6 MB/s 2024-04-22T15:52:25.885 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T15:52:25.941 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-22 15:52:02.800969099 +0000 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-22 15:46:31.097511788 +0000 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-22 15:46:31.097511788 +0000 2024-04-22T15:52:25.996 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: 2024-04-22 15:46:31.097511788 +0000 2024-04-22T15:52:25.996 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T15:52:26.058 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-22T15:52:26.058 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-22T15:52:26.058 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.00018432 s, 2.8 MB/s 2024-04-22T15:52:26.060 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T15:52:26.115 INFO:tasks.cephadm:Deploying osd.0 on smithi046 with /dev/vg_nvme/lv_4... 2024-04-22T15:52:26.115 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T15:52:26.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:26.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:26.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:26.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:26.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T15:52:26.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T15:52:26.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T15:52:26.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:26 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:26.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:26.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:26.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:26.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:26.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T15:52:26.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T15:52:26.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T15:52:26.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:26 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:26.353 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T15:52:26.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T15:52:26.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T15:52:26.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:26 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:27.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:27 smithi046 ceph-mon[28345]: Deploying daemon mgr.b on smithi120 2024-04-22T15:52:27.239 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:27 smithi120 ceph-mon[31789]: Deploying daemon mgr.b on smithi120 2024-04-22T15:52:27.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:27 smithi133 ceph-mon[31639]: Deploying daemon mgr.b on smithi120 2024-04-22T15:52:28.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:28 smithi046 ceph-mon[28345]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:28.217 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:28 smithi120 ceph-mon[31789]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:28.217 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 podman[33229]: 2024-04-22 15:52:28.022451917 +0000 UTC m=+0.018415478 image pull 3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb 2024-04-22T15:52:28.366 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-22T15:52:28.366 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-22T15:52:28.366 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-04-22T15:52:28.366 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-04-22T15:52:28.366 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00836296 s, 1.3 GB/s 2024-04-22T15:52:28.366 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-04-22T15:52:28.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:28 smithi133 ceph-mon[31639]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:28.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 podman[33229]: 2024-04-22 15:52:28.300302502 +0000 UTC m=+0.296266039 container init b1ff2bc9a50d82c86be11806bcff5820f39c686c7dd7c15a8ff976ccc907cf21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-04-22T15:52:28.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 podman[33229]: 2024-04-22 15:52:28.305780911 +0000 UTC m=+0.301744448 container start b1ff2bc9a50d82c86be11806bcff5820f39c686c7dd7c15a8ff976ccc907cf21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5) 2024-04-22T15:52:28.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 ceph-mgr[33267]: -- 172.21.15.120:0/2395397859 <== mon.2 v2:172.21.15.120:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563b5ec2a5a0 con 0x563b5ebfec00 2024-04-22T15:52:28.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 bash[33229]: b1ff2bc9a50d82c86be11806bcff5820f39c686c7dd7c15a8ff976ccc907cf21 2024-04-22T15:52:28.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 systemd[1]: Started Ceph mgr.b for e00d4de6-00bf-11ef-bc93-c7b262605968. 2024-04-22T15:52:28.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:28.455+0000 7f4af61fa200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T15:52:29.011 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi046:vg_nvme/lv_4 2024-04-22T15:52:29.032 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:28.644+0000 7f4af61fa200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:52:29.032 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:28 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:28.749+0000 7f4af61fa200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T15:52:29.257 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:52:29.462 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:29.072+0000 7f4af61fa200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T15:52:29.462 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:29.165+0000 7f4af61fa200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T15:52:29.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:29 smithi046 ceph-mon[28345]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:29.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:29.721 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-mon[31789]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:29.721 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.721 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.722 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.722 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.722 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:29.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:29 smithi133 ceph-mon[31639]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:29.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.797 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.798 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:29.798 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:30.752 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:30 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:30.402+0000 7f4af61fa200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T15:52:30.753 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:30 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:30.579+0000 7f4af61fa200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T15:52:30.753 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:30 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:30.749+0000 7f4af61fa200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T15:52:31.252 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:31.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:31.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T15:52:31.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T15:52:31.253 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:31 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:31.324 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:31.038+0000 7f4af61fa200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T15:52:31.324 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:31.131+0000 7f4af61fa200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T15:52:31.325 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:31.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:31.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:31.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T15:52:31.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T15:52:31.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:31 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:31.782 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:31.334+0000 7f4af61fa200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T15:52:31.782 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:31 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:31.526+0000 7f4af61fa200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: Reconfiguring daemon mgr.a on smithi046 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:32.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:32.157 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:32.157 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:32 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: Reconfiguring daemon mgr.a on smithi046 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:32.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:32 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:32.121+0000 7f4af61fa200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T15:52:32.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: Reconfiguring mgr.a (unknown last config time)... 2024-04-22T15:52:32.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: Reconfiguring daemon mgr.a on smithi046 2024-04-22T15:52:32.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:32.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:52:32.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:52:32.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:32.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:32.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:32.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:32.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:32.839 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:32.541+0000 7f4af61fa200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T15:52:32.839 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:32.636+0000 7f4af61fa200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T15:52:32.839 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:32 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:32.836+0000 7f4af61fa200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T15:52:33.198 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:33 smithi046 ceph-mon[28345]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:33.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:33 smithi120 ceph-mon[31789]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:33.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:33 smithi133 ceph-mon[31639]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:33.684 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:33 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:33.351+0000 7f4af61fa200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T15:52:33.684 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:33 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:33.443+0000 7f4af61fa200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T15:52:34.024 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:33 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:33.681+0000 7f4af61fa200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T15:52:34.024 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:33 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:33.812+0000 7f4af61fa200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T15:52:34.024 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:33 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:33.906+0000 7f4af61fa200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T15:52:34.024 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:34 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:34.021+0000 7f4af61fa200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T15:52:34.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:34 smithi120 ceph-mon[31789]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:34.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:34 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:34.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:34 smithi046 ceph-mon[28345]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:34.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:34 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:34.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:34 smithi133 ceph-mon[31639]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:34.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:34 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:34.782 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:34 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:34.318+0000 7f4af61fa200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T15:52:35.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:35 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/1203586201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6a914b2-c6e7-4e14-ab42-9d43c45047f3"}]: dispatch 2024-04-22T15:52:35.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:35 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/1203586201' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6a914b2-c6e7-4e14-ab42-9d43c45047f3"}]': finished 2024-04-22T15:52:35.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:35 smithi120 ceph-mon[31789]: osdmap e5: 1 total, 0 up, 1 in 2024-04-22T15:52:35.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:35 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:35.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:35 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/3180849176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:52:35.283 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:34 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:34.912+0000 7f4af61fa200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T15:52:35.283 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:52:35 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:52:35.127+0000 7f4af61fa200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T15:52:35.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:35 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1203586201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6a914b2-c6e7-4e14-ab42-9d43c45047f3"}]: dispatch 2024-04-22T15:52:35.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:35 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1203586201' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6a914b2-c6e7-4e14-ab42-9d43c45047f3"}]': finished 2024-04-22T15:52:35.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:35 smithi046 ceph-mon[28345]: osdmap e5: 1 total, 0 up, 1 in 2024-04-22T15:52:35.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:35 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:35.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:35 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3180849176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:52:35.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:35 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/1203586201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6a914b2-c6e7-4e14-ab42-9d43c45047f3"}]: dispatch 2024-04-22T15:52:35.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:35 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/1203586201' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6a914b2-c6e7-4e14-ab42-9d43c45047f3"}]': finished 2024-04-22T15:52:35.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:35 smithi133 ceph-mon[31639]: osdmap e5: 1 total, 0 up, 1 in 2024-04-22T15:52:35.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:35 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:35.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:35 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/3180849176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:52:36.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:36 smithi046 ceph-mon[28345]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:36.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:36 smithi046 ceph-mon[28345]: Standby manager daemon b started 2024-04-22T15:52:36.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:36 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-22T15:52:36.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:36 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T15:52:36.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:36 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-22T15:52:36.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:36 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T15:52:36.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:36 smithi133 ceph-mon[31639]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:36.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:36 smithi133 ceph-mon[31639]: Standby manager daemon b started 2024-04-22T15:52:36.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:36 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-22T15:52:36.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:36 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T15:52:36.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:36 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-22T15:52:36.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:36 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T15:52:36.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:36 smithi120 ceph-mon[31789]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:36.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:36 smithi120 ceph-mon[31789]: Standby manager daemon b started 2024-04-22T15:52:36.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:36 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-22T15:52:36.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:36 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T15:52:36.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:36 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-22T15:52:36.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:36 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/1601487055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T15:52:37.290 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:37 smithi046 ceph-mon[28345]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-22T15:52:37.290 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:37 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-22T15:52:37.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:37 smithi133 ceph-mon[31639]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-22T15:52:37.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:37 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-22T15:52:37.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:37 smithi120 ceph-mon[31789]: mgrmap e14: a(active, since 77s), standbys: b 2024-04-22T15:52:37.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:37 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-22T15:52:38.374 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:38 smithi046 ceph-mon[28345]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:38.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:38 smithi133 ceph-mon[31639]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:38.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:38 smithi120 ceph-mon[31789]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:39.316 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:39 smithi046 ceph-mon[28345]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:39.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:39 smithi133 ceph-mon[31639]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:39 smithi120 ceph-mon[31789]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:41.584 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:41 smithi046 ceph-mon[28345]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:41.584 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-22T15:52:41.585 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:41.585 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:41 smithi046 ceph-mon[28345]: Deploying daemon osd.0 on smithi046 2024-04-22T15:52:41.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:41 smithi133 ceph-mon[31639]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-22T15:52:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:41 smithi133 ceph-mon[31639]: Deploying daemon osd.0 on smithi046 2024-04-22T15:52:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:41 smithi120 ceph-mon[31789]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-22T15:52:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:41 smithi120 ceph-mon[31789]: Deploying daemon osd.0 on smithi046 2024-04-22T15:52:43.593 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:43 smithi046 ceph-mon[28345]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:43.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:43 smithi133 ceph-mon[31639]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:43.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:43 smithi120 ceph-mon[31789]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:45.494 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:45 smithi046 ceph-mon[28345]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:45.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:45 smithi133 ceph-mon[31639]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:45.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:45 smithi120 ceph-mon[31789]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:47.073 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:47 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:47.073 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:47 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:47.073 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:47 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:47.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:47 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:47.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:47 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:47.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:47 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:47.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:47 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:47.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:47 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:47.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:47 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:48.304 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:48 smithi046 ceph-mon[28345]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:48.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:48 smithi133 ceph-mon[31639]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:48.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:48 smithi120 ceph-mon[31789]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:49.869 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:49 smithi046 ceph-mon[28345]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:49.870 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:49.870 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:49.870 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:49.870 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:49.870 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:49 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:49.870 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:49 smithi046 ceph-mon[28345]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-22T15:52:49.928 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 0 on host 'smithi046' 2024-04-22T15:52:50.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:49 smithi133 ceph-mon[31639]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:50.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:49 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:49 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:49 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:49 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:49 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:50.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:49 smithi133 ceph-mon[31639]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-22T15:52:50.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:49 smithi120 ceph-mon[31789]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:50.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:49 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:50.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:49 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:50.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:49 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:50.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:49 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:50.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:49 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:50.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:49 smithi120 ceph-mon[31789]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-22T15:52:50.519 DEBUG:teuthology.orchestra.run.smithi046:osd.0> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.0.service 2024-04-22T15:52:50.521 INFO:tasks.cephadm:Deploying osd.1 on smithi120 with /dev/vg_nvme/lv_4... 2024-04-22T15:52:50.521 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T15:52:50.775 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.b/config 2024-04-22T15:52:51.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:50 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:51.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:50 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:51.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:50 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:51.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:50 smithi046 ceph-mon[28345]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-22T15:52:51.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:50 smithi046 ceph-mon[28345]: osdmap e6: 1 total, 0 up, 1 in 2024-04-22T15:52:51.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:50 smithi046 ceph-mon[28345]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-22T15:52:51.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:50 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:51.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:50 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:51.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:50 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:51.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:50 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:51.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:50 smithi133 ceph-mon[31639]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-22T15:52:51.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:50 smithi133 ceph-mon[31639]: osdmap e6: 1 total, 0 up, 1 in 2024-04-22T15:52:51.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:50 smithi133 ceph-mon[31639]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-22T15:52:51.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:50 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:51.166 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:50 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:51.166 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:50 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:51.166 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:50 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:52:51.166 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:50 smithi120 ceph-mon[31789]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-22T15:52:51.166 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:50 smithi120 ceph-mon[31789]: osdmap e6: 1 total, 0 up, 1 in 2024-04-22T15:52:51.166 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:50 smithi120 ceph-mon[31789]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-22T15:52:51.166 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:50 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:51.612 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:52:51 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0[41642]: 2024-04-22T15:52:51.318+0000 7fba45f3f700 -1 osd.0 0 waiting for initial osdmap 2024-04-22T15:52:51.613 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:52:51 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0[41642]: 2024-04-22T15:52:51.321+0000 7fba3dd2a700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-22T15:52:52.142 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:52 smithi120 ceph-mon[31789]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:52.142 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:52 smithi120 ceph-mon[31789]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-22T15:52:52.142 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:52 smithi120 ceph-mon[31789]: osdmap e7: 1 total, 0 up, 1 in 2024-04-22T15:52:52.142 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:52 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:52.143 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:52 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:52.143 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:52 smithi120 ceph-mon[31789]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' 2024-04-22T15:52:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:52 smithi046 ceph-mon[28345]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:52 smithi046 ceph-mon[28345]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-22T15:52:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:52 smithi046 ceph-mon[28345]: osdmap e7: 1 total, 0 up, 1 in 2024-04-22T15:52:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:52 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:52 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:52.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:52 smithi046 ceph-mon[28345]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' 2024-04-22T15:52:52.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:52 smithi133 ceph-mon[31639]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:52.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:52 smithi133 ceph-mon[31639]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-22T15:52:52.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:52 smithi133 ceph-mon[31639]: osdmap e7: 1 total, 0 up, 1 in 2024-04-22T15:52:52.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:52 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:52.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:52 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:52.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:52 smithi133 ceph-mon[31639]: from='osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459]' entity='osd.0' 2024-04-22T15:52:52.696 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-22T15:52:52.696 INFO:teuthology.orchestra.run.smithi120.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-22T15:52:52.696 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10+0 records in 2024-04-22T15:52:52.697 INFO:teuthology.orchestra.run.smithi120.stderr:10+0 records out 2024-04-22T15:52:52.697 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111208 s, 943 MB/s 2024-04-22T15:52:52.697 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping successful for: 2024-04-22T15:52:53.251 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:53 smithi120 ceph-mon[31789]: purged_snaps scrub starts 2024-04-22T15:52:53.251 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:53 smithi120 ceph-mon[31789]: purged_snaps scrub ok 2024-04-22T15:52:53.251 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:53 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:53.251 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:53 smithi120 ceph-mon[31789]: osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459] boot 2024-04-22T15:52:53.251 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:53 smithi120 ceph-mon[31789]: osdmap e8: 1 total, 1 up, 1 in 2024-04-22T15:52:53.252 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:53 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:53.277 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi120:vg_nvme/lv_4 2024-04-22T15:52:53.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:53 smithi046 ceph-mon[28345]: purged_snaps scrub starts 2024-04-22T15:52:53.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:53 smithi046 ceph-mon[28345]: purged_snaps scrub ok 2024-04-22T15:52:53.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:53 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:53.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:53 smithi046 ceph-mon[28345]: osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459] boot 2024-04-22T15:52:53.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:53 smithi046 ceph-mon[28345]: osdmap e8: 1 total, 1 up, 1 in 2024-04-22T15:52:53.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:53 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:53.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:53 smithi133 ceph-mon[31639]: purged_snaps scrub starts 2024-04-22T15:52:53.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:53 smithi133 ceph-mon[31639]: purged_snaps scrub ok 2024-04-22T15:52:53.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:53 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:53.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:53 smithi133 ceph-mon[31639]: osd.0 [v2:172.21.15.46:6802/3026116459,v1:172.21.15.46:6803/3026116459] boot 2024-04-22T15:52:53.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:53 smithi133 ceph-mon[31639]: osdmap e8: 1 total, 1 up, 1 in 2024-04-22T15:52:53.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:53 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:52:53.520 INFO:teuthology.orchestra.run.smithi120.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.b/config 2024-04-22T15:52:54.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:54.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:52:54.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:54.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:54.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:52:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:54.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T15:52:54.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:52:54.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:54.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:54.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:52:54.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:52:55.236 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:55 smithi120 ceph-mon[31789]: Detected new or changed devices on smithi046 2024-04-22T15:52:55.236 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:55 smithi120 ceph-mon[31789]: Adjusting osd_memory_target on smithi046 to 17093M 2024-04-22T15:52:55.236 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:55 smithi120 ceph-mon[31789]: osdmap e9: 1 total, 1 up, 1 in 2024-04-22T15:52:55.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:55 smithi046 ceph-mon[28345]: Detected new or changed devices on smithi046 2024-04-22T15:52:55.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:55 smithi046 ceph-mon[28345]: Adjusting osd_memory_target on smithi046 to 17093M 2024-04-22T15:52:55.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:55 smithi046 ceph-mon[28345]: osdmap e9: 1 total, 1 up, 1 in 2024-04-22T15:52:55.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:55 smithi133 ceph-mon[31639]: Detected new or changed devices on smithi046 2024-04-22T15:52:55.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:55 smithi133 ceph-mon[31639]: Adjusting osd_memory_target on smithi046 to 17093M 2024-04-22T15:52:55.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:55 smithi133 ceph-mon[31639]: osdmap e9: 1 total, 1 up, 1 in 2024-04-22T15:52:56.355 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:56 smithi120 ceph-mon[31789]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:52:56.356 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:56 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:52:56.356 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:56 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:52:56.356 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:56 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:56.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:56 smithi046 ceph-mon[28345]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:52:56.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:52:56.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:52:56.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:56 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:56.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:56 smithi133 ceph-mon[31639]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:52:56.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:56 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:52:56.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:56 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:52:56.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:56 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:52:57.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:57 smithi120 ceph-mon[31789]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:57.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:57 smithi046 ceph-mon[28345]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:57.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:57 smithi133 ceph-mon[31639]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:52:58.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:58 smithi046 ceph-mon[28345]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:52:58.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:58 smithi046 ceph-mon[28345]: from='client.? 172.21.15.120:0/3408066495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]: dispatch 2024-04-22T15:52:58.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:58 smithi046 ceph-mon[28345]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]: dispatch 2024-04-22T15:52:58.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:58 smithi046 ceph-mon[28345]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]': finished 2024-04-22T15:52:58.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:58 smithi046 ceph-mon[28345]: osdmap e10: 2 total, 1 up, 2 in 2024-04-22T15:52:58.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:58 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:52:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:58 smithi133 ceph-mon[31639]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:52:58.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:58 smithi133 ceph-mon[31639]: from='client.? 172.21.15.120:0/3408066495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]: dispatch 2024-04-22T15:52:58.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:58 smithi133 ceph-mon[31639]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]: dispatch 2024-04-22T15:52:58.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:58 smithi133 ceph-mon[31639]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]': finished 2024-04-22T15:52:58.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:58 smithi133 ceph-mon[31639]: osdmap e10: 2 total, 1 up, 2 in 2024-04-22T15:52:58.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:58 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:52:58.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:58 smithi120 ceph-mon[31789]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:52:58.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:58 smithi120 ceph-mon[31789]: from='client.? 172.21.15.120:0/3408066495' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]: dispatch 2024-04-22T15:52:58.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:58 smithi120 ceph-mon[31789]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]: dispatch 2024-04-22T15:52:58.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:58 smithi120 ceph-mon[31789]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c9ad481-0586-43ae-852c-75201e209af0"}]': finished 2024-04-22T15:52:58.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:58 smithi120 ceph-mon[31789]: osdmap e10: 2 total, 1 up, 2 in 2024-04-22T15:52:58.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:58 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:52:59.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:52:59 smithi046 ceph-mon[28345]: from='client.? 172.21.15.120:0/3601270052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:52:59.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:52:59 smithi133 ceph-mon[31639]: from='client.? 172.21.15.120:0/3601270052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:52:59.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:52:59 smithi120 ceph-mon[31789]: from='client.? 172.21.15.120:0/3601270052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:53:00.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:00 smithi120 ceph-mon[31789]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:00.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:00 smithi046 ceph-mon[28345]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:00.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:00 smithi133 ceph-mon[31639]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:02.254 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:02 smithi120 ceph-mon[31789]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:02.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:02 smithi046 ceph-mon[28345]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:02.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:02 smithi133 ceph-mon[31639]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:04.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:04 smithi120 ceph-mon[31789]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:04.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:04 smithi046 ceph-mon[28345]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:04.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:04 smithi133 ceph-mon[31639]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:05.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:05 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-22T15:53:05.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:05 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:05.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:05 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-22T15:53:05.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:05 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:05.462 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:05 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-22T15:53:05.462 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:05 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:06.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:06 smithi120 ceph-mon[31789]: Deploying daemon osd.1 on smithi120 2024-04-22T15:53:06.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:06 smithi120 ceph-mon[31789]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:06.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:06 smithi046 ceph-mon[28345]: Deploying daemon osd.1 on smithi120 2024-04-22T15:53:06.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:06 smithi046 ceph-mon[28345]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:06.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:06 smithi133 ceph-mon[31639]: Deploying daemon osd.1 on smithi120 2024-04-22T15:53:06.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:06 smithi133 ceph-mon[31639]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:08.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:08 smithi120 ceph-mon[31789]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:08.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:08 smithi046 ceph-mon[28345]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:08.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:08 smithi133 ceph-mon[31639]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:10.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:10 smithi046 ceph-mon[28345]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:10.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:10 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:10.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:10 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:10.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:10 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:10.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:10 smithi133 ceph-mon[31639]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:10.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:10 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:10.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:10 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:10.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:10 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:10.418 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:10 smithi120 ceph-mon[31789]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:10.418 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:10 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:10.418 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:10 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:10.418 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:10 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:11.291 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:11 smithi120 ceph-mon[31789]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:11.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:11 smithi046 ceph-mon[28345]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:11.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:11 smithi133 ceph-mon[31639]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:12.453 INFO:teuthology.orchestra.run.smithi120.stdout:Created osd(s) 1 on host 'smithi120' 2024-04-22T15:53:13.356 DEBUG:teuthology.orchestra.run.smithi120:osd.1> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.1.service 2024-04-22T15:53:13.358 INFO:tasks.cephadm:Deploying osd.2 on smithi133 with /dev/vg_nvme/lv_4... 2024-04-22T15:53:13.358 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T15:53:13.602 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T15:53:13.653 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:13 smithi120 ceph-mon[31789]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:13.653 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:13 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.653 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:13 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.653 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:13 smithi120 ceph-mon[31789]: from='osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-22T15:53:13.653 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:13 smithi120 ceph-mon[31789]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-22T15:53:13.653 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:13 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.653 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:13 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:13 smithi133 ceph-mon[31639]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:13 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:13 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:13 smithi133 ceph-mon[31639]: from='osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-22T15:53:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:13 smithi133 ceph-mon[31639]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-22T15:53:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:13 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:13 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:13 smithi046 ceph-mon[28345]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:13 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:13 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:13 smithi046 ceph-mon[28345]: from='osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-22T15:53:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:13 smithi046 ceph-mon[28345]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-22T15:53:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:13 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:13 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:14.669 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:14 smithi120 ceph-mon[31789]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-22T15:53:14.669 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:14 smithi120 ceph-mon[31789]: osdmap e11: 2 total, 1 up, 2 in 2024-04-22T15:53:14.669 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:14 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:14.669 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:14 smithi120 ceph-mon[31789]: from='osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-04-22T15:53:14.669 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:14 smithi120 ceph-mon[31789]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-04-22T15:53:14.670 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:14 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1[36403]: 2024-04-22T15:53:14.452+0000 7f4765188700 -1 osd.1 0 waiting for initial osdmap 2024-04-22T15:53:14.670 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:14 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1[36403]: 2024-04-22T15:53:14.455+0000 7f4760f7b700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-22T15:53:14.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:14 smithi133 ceph-mon[31639]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-22T15:53:14.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:14 smithi133 ceph-mon[31639]: osdmap e11: 2 total, 1 up, 2 in 2024-04-22T15:53:14.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:14 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:14.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:14 smithi133 ceph-mon[31639]: from='osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-04-22T15:53:14.779 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:14 smithi133 ceph-mon[31639]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-04-22T15:53:14.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:14 smithi046 ceph-mon[28345]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-22T15:53:14.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:14 smithi046 ceph-mon[28345]: osdmap e11: 2 total, 1 up, 2 in 2024-04-22T15:53:14.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:14 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:14.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:14 smithi046 ceph-mon[28345]: from='osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-04-22T15:53:14.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:14 smithi046 ceph-mon[28345]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-04-22T15:53:15.601 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-22T15:53:15.601 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-22T15:53:15.601 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-04-22T15:53:15.601 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-04-22T15:53:15.601 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132272 s, 793 MB/s 2024-04-22T15:53:15.601 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-04-22T15:53:15.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:15 smithi120 ceph-mon[31789]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:15.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:15 smithi120 ceph-mon[31789]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-04-22T15:53:15.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:15 smithi120 ceph-mon[31789]: osdmap e12: 2 total, 1 up, 2 in 2024-04-22T15:53:15.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:15 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:15.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:15 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:15.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:15 smithi046 ceph-mon[28345]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:15.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:15 smithi046 ceph-mon[28345]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-04-22T15:53:15.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:15 smithi046 ceph-mon[28345]: osdmap e12: 2 total, 1 up, 2 in 2024-04-22T15:53:15.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:15 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:15.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:15 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:15.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:15 smithi133 ceph-mon[31639]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:15.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:15 smithi133 ceph-mon[31639]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-04-22T15:53:15.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:15 smithi133 ceph-mon[31639]: osdmap e12: 2 total, 1 up, 2 in 2024-04-22T15:53:15.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:15 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:15.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:15 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:16.204 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-04-22T15:53:16.439 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: purged_snaps scrub starts 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: purged_snaps scrub ok 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588] boot 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: osdmap e13: 2 total, 2 up, 2 in 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:16.562 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:16.563 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: purged_snaps scrub starts 2024-04-22T15:53:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: purged_snaps scrub ok 2024-04-22T15:53:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588] boot 2024-04-22T15:53:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: osdmap e13: 2 total, 2 up, 2 in 2024-04-22T15:53:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: purged_snaps scrub starts 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: purged_snaps scrub ok 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: osd.1 [v2:172.21.15.120:6800/4190631588,v1:172.21.15.120:6801/4190631588] boot 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: osdmap e13: 2 total, 2 up, 2 in 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:53:16.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:16.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:16.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:16.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:16.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:16.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:16.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:17.624 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:17 smithi133 ceph-mon[31639]: Detected new or changed devices on smithi120 2024-04-22T15:53:17.625 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:17 smithi133 ceph-mon[31639]: Adjusting osd_memory_target on smithi120 to 17088M 2024-04-22T15:53:17.625 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:17 smithi133 ceph-mon[31639]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:17.625 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:17 smithi133 ceph-mon[31639]: osdmap e14: 2 total, 2 up, 2 in 2024-04-22T15:53:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:17 smithi120 ceph-mon[31789]: Detected new or changed devices on smithi120 2024-04-22T15:53:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:17 smithi120 ceph-mon[31789]: Adjusting osd_memory_target on smithi120 to 17088M 2024-04-22T15:53:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:17 smithi120 ceph-mon[31789]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:17 smithi120 ceph-mon[31789]: osdmap e14: 2 total, 2 up, 2 in 2024-04-22T15:53:17.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:17 smithi046 ceph-mon[28345]: Detected new or changed devices on smithi120 2024-04-22T15:53:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:17 smithi046 ceph-mon[28345]: Adjusting osd_memory_target on smithi120 to 17088M 2024-04-22T15:53:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:17 smithi046 ceph-mon[28345]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-22T15:53:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:17 smithi046 ceph-mon[28345]: osdmap e14: 2 total, 2 up, 2 in 2024-04-22T15:53:18.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:18 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:53:18.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:18 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:53:18.781 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:18 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:18.781 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:18 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:53:18.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:18 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:53:18.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:18 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:18.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-22T15:53:18.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-22T15:53:18.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:18 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:19.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:19 smithi120 ceph-mon[31789]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:53:19.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:19 smithi120 ceph-mon[31789]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:19.866 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:19 smithi133 ceph-mon[31639]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:53:19.867 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:19 smithi133 ceph-mon[31639]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:19.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:19 smithi046 ceph-mon[28345]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:53:19.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:19 smithi046 ceph-mon[28345]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:21 smithi120 ceph-mon[31789]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:21.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:21 smithi120 ceph-mon[31789]: from='client.? 172.21.15.133:0/2459234858' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]: dispatch 2024-04-22T15:53:21.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:21 smithi120 ceph-mon[31789]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]: dispatch 2024-04-22T15:53:21.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:21 smithi120 ceph-mon[31789]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]': finished 2024-04-22T15:53:21.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:21 smithi120 ceph-mon[31789]: osdmap e15: 3 total, 2 up, 3 in 2024-04-22T15:53:21.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:21 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:21.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:21 smithi120 ceph-mon[31789]: from='client.? 172.21.15.133:0/3770116253' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:53:21.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:21 smithi046 ceph-mon[28345]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:21.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:21 smithi046 ceph-mon[28345]: from='client.? 172.21.15.133:0/2459234858' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]: dispatch 2024-04-22T15:53:21.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:21 smithi046 ceph-mon[28345]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]: dispatch 2024-04-22T15:53:21.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:21 smithi046 ceph-mon[28345]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]': finished 2024-04-22T15:53:21.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:21 smithi046 ceph-mon[28345]: osdmap e15: 3 total, 2 up, 3 in 2024-04-22T15:53:21.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:21 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:21.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:21 smithi046 ceph-mon[28345]: from='client.? 172.21.15.133:0/3770116253' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:53:21.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:21 smithi133 ceph-mon[31639]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:21.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:21 smithi133 ceph-mon[31639]: from='client.? 172.21.15.133:0/2459234858' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]: dispatch 2024-04-22T15:53:21.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:21 smithi133 ceph-mon[31639]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]: dispatch 2024-04-22T15:53:21.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:21 smithi133 ceph-mon[31639]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9880e3d-7271-4ecb-8f20-bcdde33bcbfe"}]': finished 2024-04-22T15:53:21.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:21 smithi133 ceph-mon[31639]: osdmap e15: 3 total, 2 up, 3 in 2024-04-22T15:53:21.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:21 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:21.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:21 smithi133 ceph-mon[31639]: from='client.? 172.21.15.133:0/3770116253' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-22T15:53:23.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:23 smithi120 ceph-mon[31789]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:23.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:23 smithi046 ceph-mon[28345]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:23.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:23 smithi133 ceph-mon[31639]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:25.761 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:25 smithi133 ceph-mon[31639]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:25.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:25 smithi120 ceph-mon[31789]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:25.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:25 smithi046 ceph-mon[28345]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:27.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:27 smithi133 ceph-mon[31639]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:27.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:27 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-22T15:53:27.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:27 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:27.775 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:27 smithi133 ceph-mon[31639]: Deploying daemon osd.2 on smithi133 2024-04-22T15:53:27.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:27 smithi120 ceph-mon[31789]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:27.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:27 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-22T15:53:27.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:27 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:27.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:27 smithi120 ceph-mon[31789]: Deploying daemon osd.2 on smithi133 2024-04-22T15:53:27.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:27 smithi046 ceph-mon[28345]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:27.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:27 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-22T15:53:27.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:27 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:27.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:27 smithi046 ceph-mon[28345]: Deploying daemon osd.2 on smithi133 2024-04-22T15:53:29.579 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:29 smithi133 ceph-mon[31639]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:29.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:29 smithi120 ceph-mon[31789]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:29.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:29 smithi046 ceph-mon[28345]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:31.628 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:31 smithi133 ceph-mon[31639]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:31.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:31 smithi120 ceph-mon[31789]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:31.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:31 smithi046 ceph-mon[28345]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:33.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:33 smithi120 ceph-mon[31789]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:33.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:33 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:33.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:33 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:33.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:33 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:33.886 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:33 smithi133 ceph-mon[31639]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:33.886 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:33 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:33.886 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:33 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:33.886 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:33 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:33.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:33 smithi046 ceph-mon[28345]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:33.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:33 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:33.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:33 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:33.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:33 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:36.070 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:36.070 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.070 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.070 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:36.070 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:36.070 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.071 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: from='osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-22T15:53:36.071 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:35 smithi133 ceph-mon[31639]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-22T15:53:36.138 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 2 on host 'smithi133' 2024-04-22T15:53:36.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:36.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:36.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:36.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: from='osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-22T15:53:36.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:35 smithi046 ceph-mon[28345]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-22T15:53:36.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:36.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:36.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:36.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:36.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: from='osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-22T15:53:36.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:35 smithi120 ceph-mon[31789]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-22T15:53:36.716 DEBUG:teuthology.orchestra.run.smithi133:osd.2> sudo journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.2.service 2024-04-22T15:53:36.718 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-22T15:53:36.718 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-22T15:53:36.977 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: osdmap e16: 3 total, 2 up, 3 in 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: from='osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:37.018 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:36 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:37.099 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-22T15:53:37.099 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: osdmap e16: 3 total, 2 up, 3 in 2024-04-22T15:53:37.100 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:37.100 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: from='osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-22T15:53:37.100 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-22T15:53:37.100 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:37.100 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:37.100 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:36 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:37.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-22T15:53:37.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: osdmap e16: 3 total, 2 up, 3 in 2024-04-22T15:53:37.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:37.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: from='osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-22T15:53:37.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-22T15:53:37.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:37.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:37.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:36 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:53:37.412 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2[36264]: 2024-04-22T15:53:37.214+0000 7efce2897700 -1 osd.2 0 waiting for initial osdmap 2024-04-22T15:53:37.413 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2[36264]: 2024-04-22T15:53:37.217+0000 7efcda682700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-22T15:53:37.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-mon[31639]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:37.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-mon[31639]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-22T15:53:37.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-mon[31639]: osdmap e17: 3 total, 2 up, 3 in 2024-04-22T15:53:37.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:37.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:37.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-mon[31639]: from='osd.2 ' entity='osd.2' 2024-04-22T15:53:37.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:37 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:38.091 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:37 smithi046 ceph-mon[28345]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:38.091 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:37 smithi046 ceph-mon[28345]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-22T15:53:38.091 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:37 smithi046 ceph-mon[28345]: osdmap e17: 3 total, 2 up, 3 in 2024-04-22T15:53:38.091 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:37 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:38.091 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:37 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:38.091 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:37 smithi046 ceph-mon[28345]: from='osd.2 ' entity='osd.2' 2024-04-22T15:53:38.091 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:37 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:38.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:37 smithi120 ceph-mon[31789]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:38.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:37 smithi120 ceph-mon[31789]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-22T15:53:38.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:37 smithi120 ceph-mon[31789]: osdmap e17: 3 total, 2 up, 3 in 2024-04-22T15:53:38.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:37 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:38.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:37 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:38.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:37 smithi120 ceph-mon[31789]: from='osd.2 ' entity='osd.2' 2024-04-22T15:53:38.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:37 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:38.854 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: purged_snaps scrub starts 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: purged_snaps scrub ok 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226] boot 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: osdmap e18: 3 total, 3 up, 3 in 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-22T15:53:39.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:39 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3019759754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: purged_snaps scrub starts 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: purged_snaps scrub ok 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226] boot 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: osdmap e18: 3 total, 3 up, 3 in 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-22T15:53:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:39 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/3019759754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T15:53:39.570 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1713801218,"num_in_osds":3,"osd_in_since":1713801200,"num_remapped_pgs":0} 2024-04-22T15:53:39.570 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-22T15:53:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: purged_snaps scrub starts 2024-04-22T15:53:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: purged_snaps scrub ok 2024-04-22T15:53:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: osd.2 [v2:172.21.15.133:6800/1917016226,v1:172.21.15.133:6801/1917016226] boot 2024-04-22T15:53:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: osdmap e18: 3 total, 3 up, 3 in 2024-04-22T15:53:39.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:53:39.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-22T15:53:39.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-22T15:53:39.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:39 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/3019759754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-22T15:53:39.817 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: osdmap e19: 3 total, 3 up, 3 in 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: Detected new or changed devices on smithi133 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: Adjusting osd_memory_target on smithi133 to 21184M 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:40.324 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:40.325 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-22T15:53:40.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: osdmap e19: 3 total, 3 up, 3 in 2024-04-22T15:53:40.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-22T15:53:40.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: Detected new or changed devices on smithi133 2024-04-22T15:53:40.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:53:40.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: Adjusting osd_memory_target on smithi133 to 21184M 2024-04-22T15:53:40.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:40.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:40.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39850]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39850]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39850]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39850]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39853]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39853]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39853]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39853]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: osdmap e19: 3 total, 3 up, 3 in 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: Detected new or changed devices on smithi133 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: Adjusting osd_memory_target on smithi133 to 21184M 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:53:40.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:40.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45928]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-22T15:53:40.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45928]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45928]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45928]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45931]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-22T15:53:40.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45931]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45931]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45931]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45922]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-22T15:53:40.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45922]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45922]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45922]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45925]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-22T15:53:40.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45925]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.657 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45925]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.657 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 15:53:40 smithi046 sudo[45925]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.835 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39856]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-22T15:53:40.835 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39856]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.836 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39856]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.836 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39856]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.836 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39859]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-22T15:53:40.836 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39859]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.836 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39859]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.836 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:40 smithi120 sudo[39859]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39920]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39920]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39920]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39920]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39923]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39923]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39923]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39923]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.913 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39914]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-22T15:53:40.914 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39914]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.914 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39914]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.914 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39914]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:40.914 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39917]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-22T15:53:40.914 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39917]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-22T15:53:40.914 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39917]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-22T15:53:40.914 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 15:53:40 smithi133 sudo[39917]: pam_unix(sudo:session): session closed for user root 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: osdmap e20: 3 total, 3 up, 3 in 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.329 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.330 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:41 smithi046 ceph-mon[28345]: osdmap e21: 3 total, 3 up, 3 in 2024-04-22T15:53:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-22T15:53:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: osdmap e20: 3 total, 3 up, 3 in 2024-04-22T15:53:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:41 smithi120 ceph-mon[31789]: osdmap e21: 3 total, 3 up, 3 in 2024-04-22T15:53:41.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-22T15:53:41.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: osdmap e20: 3 total, 3 up, 3 in 2024-04-22T15:53:41.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-22T15:53:41.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:53:41.664 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:53:41.664 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:53:41.664 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-22T15:53:41.664 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:41 smithi133 ceph-mon[31639]: osdmap e21: 3 total, 3 up, 3 in 2024-04-22T15:53:41.778 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:53:41.778 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":21,"fsid":"e00d4de6-00bf-11ef-bc93-c7b262605968","created":"2024-04-22T15:50:18.243117+0000","modified":"2024-04-22T15:53:41.225272+0000","last_up_change":"2024-04-22T15:53:38.217503+0000","last_in_change":"2024-04-22T15:53:20.811198+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-22T15:53:38.323538+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":"b6a914b2-c6e7-4e14-ab42-9d43c45047f3","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.46:6802","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6803","nonce":3026116459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6805","nonce":3026116459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6809","nonce":3026116459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6807","nonce":3026116459}]},"public_addr":"172.21.15.46:6803/3026116459","cluster_addr":"172.21.15.46:6805/3026116459","heartbeat_back_addr":"172.21.15.46:6809/3026116459","heartbeat_front_addr":"172.21.15.46:6807/3026116459","state":["exists","up"]},{"osd":1,"uuid":"2c9ad481-0586-43ae-852c-75201e209af0","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.120:6800","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6801","nonce":4190631588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6802","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6803","nonce":4190631588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6806","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6807","nonce":4190631588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6804","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6805","nonce":4190631588}]},"public_addr":"172.21.15.120:6801/4190631588","cluster_addr":"172.21.15.120:6803/4190631588","heartbeat_back_addr":"172.21.15.120:6807/4190631588","heartbeat_front_addr":"172.21.15.120:6805/4190631588","state":["exists","up"]},{"osd":2,"uuid":"c9880e3d-7271-4ecb-8f20-bcdde33bcbfe","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.133:6800","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6801","nonce":1917016226}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6803","nonce":1917016226}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6807","nonce":1917016226}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6805","nonce":1917016226}]},"public_addr":"172.21.15.133:6801/1917016226","cluster_addr":"172.21.15.133:6803/1917016226","heartbeat_back_addr":"172.21.15.133:6807/1917016226","heartbeat_front_addr":"172.21.15.133:6805/1917016226","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:52:50.238101+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:53:13.617991+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:53:36.544731+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:6801/3417244475":"2024-04-23T15:51:18.237928+0000","172.21.15.46:6800/3417244475":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/730508327":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/2319937652":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/3632348803":"2024-04-23T15:50:51.974758+0000","172.21.15.46:6800/1026410175":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/2838138517":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/1177662462":"2024-04-23T15:50:51.974758+0000","172.21.15.46:6801/1026410175":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/2810548758":"2024-04-23T15:51:18.237928+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-22T15:53:42.377 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:42 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/4247523449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:42.406 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-22T15:53:38.323538+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}}] 2024-04-22T15:53:42.407 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-22T15:53:42.531 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:42 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/4247523449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:42.650 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:42.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:42 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/4247523449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:43.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:43 smithi046 ceph-mon[28345]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:43.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:43 smithi120 ceph-mon[31789]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:43.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:43 smithi133 ceph-mon[31639]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:44.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:44 smithi046 ceph-mon[28345]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-22T15:53:44.494 INFO:teuthology.orchestra.run.smithi046.stdout:pg_num: 1 2024-04-22T15:53:44.531 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:44 smithi120 ceph-mon[31789]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-22T15:53:44.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:44 smithi133 ceph-mon[31639]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-22T15:53:45.086 INFO:tasks.cephadm:Setting up client nodes... 2024-04-22T15:53:45.086 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-22T15:53:45.087 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-22T15:53:45.087 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-22T15:53:45.332 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:45.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:45 smithi046 ceph-mon[28345]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:45.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:45 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/2736051438' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-22T15:53:45.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:45 smithi120 ceph-mon[31789]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:45.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:45 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/2736051438' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-22T15:53:45.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:45 smithi133 ceph-mon[31639]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:45.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:45 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/2736051438' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-22T15:53:47.153 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:53:47.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:47 smithi046 ceph-mon[28345]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:47.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:47 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/2276570594' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-22T15:53:47.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:47 smithi133 ceph-mon[31639]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:47.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:47 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/2276570594' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-22T15:53:47.728 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":781812688},{"type":"v1","addr":"172.21.15.46:6801","nonce":781812688}]},"active_addr":"172.21.15.46:6801/781812688","active_change":"2024-04-22T15:51:18.238040+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":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.46: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.46:0","nonce":2415683596}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":1528368519}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":4125654207}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":4263329162}]}]} 2024-04-22T15:53:47.734 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-22T15:53:47.734 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-22T15:53:47.735 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-22T15:53:47.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:47 smithi120 ceph-mon[31789]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:47.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:47 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/2276570594' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-22T15:53:47.977 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:49.518 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:49 smithi046 ceph-mon[28345]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:49.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:49 smithi133 ceph-mon[31639]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:49.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:49 smithi120 ceph-mon[31789]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:49.852 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:53:49.852 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":21,"fsid":"e00d4de6-00bf-11ef-bc93-c7b262605968","created":"2024-04-22T15:50:18.243117+0000","modified":"2024-04-22T15:53:41.225272+0000","last_up_change":"2024-04-22T15:53:38.217503+0000","last_in_change":"2024-04-22T15:53:20.811198+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-22T15:53:38.323538+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":"b6a914b2-c6e7-4e14-ab42-9d43c45047f3","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.46:6802","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6803","nonce":3026116459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6805","nonce":3026116459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6809","nonce":3026116459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6807","nonce":3026116459}]},"public_addr":"172.21.15.46:6803/3026116459","cluster_addr":"172.21.15.46:6805/3026116459","heartbeat_back_addr":"172.21.15.46:6809/3026116459","heartbeat_front_addr":"172.21.15.46:6807/3026116459","state":["exists","up"]},{"osd":1,"uuid":"2c9ad481-0586-43ae-852c-75201e209af0","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.120:6800","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6801","nonce":4190631588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6802","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6803","nonce":4190631588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6806","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6807","nonce":4190631588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6804","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6805","nonce":4190631588}]},"public_addr":"172.21.15.120:6801/4190631588","cluster_addr":"172.21.15.120:6803/4190631588","heartbeat_back_addr":"172.21.15.120:6807/4190631588","heartbeat_front_addr":"172.21.15.120:6805/4190631588","state":["exists","up"]},{"osd":2,"uuid":"c9880e3d-7271-4ecb-8f20-bcdde33bcbfe","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.133:6800","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6801","nonce":1917016226}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6803","nonce":1917016226}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6807","nonce":1917016226}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6805","nonce":1917016226}]},"public_addr":"172.21.15.133:6801/1917016226","cluster_addr":"172.21.15.133:6803/1917016226","heartbeat_back_addr":"172.21.15.133:6807/1917016226","heartbeat_front_addr":"172.21.15.133:6805/1917016226","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:52:50.238101+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:53:13.617991+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:53:36.544731+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:6801/3417244475":"2024-04-23T15:51:18.237928+0000","172.21.15.46:6800/3417244475":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/730508327":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/2319937652":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/3632348803":"2024-04-23T15:50:51.974758+0000","172.21.15.46:6800/1026410175":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/2838138517":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/1177662462":"2024-04-23T15:50:51.974758+0000","172.21.15.46:6801/1026410175":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/2810548758":"2024-04-23T15:51:18.237928+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-22T15:53:50.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:50 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/2323976210' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:50.459 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-22T15:53:50.459 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-22T15:53:50.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:50 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/2323976210' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:50.705 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:50.781 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:50 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/2323976210' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:51.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:51 smithi046 ceph-mon[28345]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:51 smithi133 ceph-mon[31639]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:51.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:51 smithi120 ceph-mon[31789]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:52.496 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:53:52.497 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":21,"fsid":"e00d4de6-00bf-11ef-bc93-c7b262605968","created":"2024-04-22T15:50:18.243117+0000","modified":"2024-04-22T15:53:41.225272+0000","last_up_change":"2024-04-22T15:53:38.217503+0000","last_in_change":"2024-04-22T15:53:20.811198+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-22T15:53:38.323538+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":"b6a914b2-c6e7-4e14-ab42-9d43c45047f3","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.46:6802","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6803","nonce":3026116459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6805","nonce":3026116459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6809","nonce":3026116459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3026116459},{"type":"v1","addr":"172.21.15.46:6807","nonce":3026116459}]},"public_addr":"172.21.15.46:6803/3026116459","cluster_addr":"172.21.15.46:6805/3026116459","heartbeat_back_addr":"172.21.15.46:6809/3026116459","heartbeat_front_addr":"172.21.15.46:6807/3026116459","state":["exists","up"]},{"osd":1,"uuid":"2c9ad481-0586-43ae-852c-75201e209af0","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.120:6800","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6801","nonce":4190631588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6802","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6803","nonce":4190631588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6806","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6807","nonce":4190631588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6804","nonce":4190631588},{"type":"v1","addr":"172.21.15.120:6805","nonce":4190631588}]},"public_addr":"172.21.15.120:6801/4190631588","cluster_addr":"172.21.15.120:6803/4190631588","heartbeat_back_addr":"172.21.15.120:6807/4190631588","heartbeat_front_addr":"172.21.15.120:6805/4190631588","state":["exists","up"]},{"osd":2,"uuid":"c9880e3d-7271-4ecb-8f20-bcdde33bcbfe","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.133:6800","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6801","nonce":1917016226}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6803","nonce":1917016226}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6807","nonce":1917016226}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1917016226},{"type":"v1","addr":"172.21.15.133:6805","nonce":1917016226}]},"public_addr":"172.21.15.133:6801/1917016226","cluster_addr":"172.21.15.133:6803/1917016226","heartbeat_back_addr":"172.21.15.133:6807/1917016226","heartbeat_front_addr":"172.21.15.133:6805/1917016226","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:52:50.238101+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:53:13.617991+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-22T15:53:36.544731+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:6801/3417244475":"2024-04-23T15:51:18.237928+0000","172.21.15.46:6800/3417244475":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/730508327":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/2319937652":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/3632348803":"2024-04-23T15:50:51.974758+0000","172.21.15.46:6800/1026410175":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/2838138517":"2024-04-23T15:51:18.237928+0000","172.21.15.46:0/1177662462":"2024-04-23T15:50:51.974758+0000","172.21.15.46:6801/1026410175":"2024-04-23T15:50:51.974758+0000","172.21.15.46:0/2810548758":"2024-04-23T15:51:18.237928+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-22T15:53:53.037 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-22T15:53:53.038 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-22T15:53:53.038 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-22T15:53:53.308 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:53.308 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:53.312 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:53.596 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:53 smithi046 ceph-mon[28345]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:53.596 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:53 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1727448655' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:53.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:53 smithi133 ceph-mon[31639]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:53.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:53 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/1727448655' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:53.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:53 smithi120 ceph-mon[31789]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:53.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:53 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/1727448655' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-22T15:53:55.639 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:55 smithi046 ceph-mon[28345]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:55.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:55 smithi133 ceph-mon[31639]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:55.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:55 smithi120 ceph-mon[31789]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:57.503 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:57 smithi046 ceph-mon[28345]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:57.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:57 smithi133 ceph-mon[31639]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:57.763 INFO:teuthology.orchestra.run.smithi046.stdout:77309411335 2024-04-22T15:53:57.763 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-22T15:53:57.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:57 smithi120 ceph-mon[31789]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:58.383 INFO:teuthology.orchestra.run.smithi046.stdout:55834574859 2024-04-22T15:53:58.383 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-22T15:53:58.790 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:53:59.536 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:53:59 smithi046 ceph-mon[28345]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:59.565 INFO:teuthology.orchestra.run.smithi046.stdout:34359738385 2024-04-22T15:53:59.565 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-22T15:53:59.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:53:59 smithi133 ceph-mon[31639]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:59.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:53:59 smithi120 ceph-mon[31789]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:53:59.951 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:54:00.631 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:54:01.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:01 smithi046 ceph-mon[28345]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:01.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:01 smithi133 ceph-mon[31639]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:01.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:01 smithi120 ceph-mon[31789]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:02.322 INFO:teuthology.orchestra.run.smithi046.stdout:55834574859 2024-04-22T15:54:02.389 INFO:teuthology.orchestra.run.smithi046.stdout:77309411336 2024-04-22T15:54:02.507 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:02 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/622182041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-22T15:54:02.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:02 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/622182041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-22T15:54:02.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:02 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/622182041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-22T15:54:03.627 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:03 smithi046 ceph-mon[28345]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:03.627 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:03 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/3611678774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-22T15:54:03.659 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411336 for osd.2 2024-04-22T15:54:03.660 DEBUG:teuthology.parallel:result is None 2024-04-22T15:54:03.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:03 smithi133 ceph-mon[31639]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:03.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:03 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/3611678774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-22T15:54:03.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:03 smithi120 ceph-mon[31789]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:03.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:03 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/3611678774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-22T15:54:04.038 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2024-04-22T15:54:04.039 DEBUG:teuthology.parallel:result is None 2024-04-22T15:54:05.074 INFO:teuthology.orchestra.run.smithi046.stdout:34359738386 2024-04-22T15:54:05.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:05 smithi046 ceph-mon[28345]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:05.614 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:05 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/2262456854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-22T15:54:05.643 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-04-22T15:54:05.644 DEBUG:teuthology.parallel:result is None 2024-04-22T15:54:05.644 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-22T15:54:05.644 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-22T15:54:05.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:05 smithi133 ceph-mon[31639]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:05.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:05 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/2262456854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-22T15:54:05.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:05 smithi120 ceph-mon[31789]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:05.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:05 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/2262456854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-22T15:54:05.889 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:54:07.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:07 smithi046 ceph-mon[28345]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:07.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:07 smithi133 ceph-mon[31639]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:07.690 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:54:07.692 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-04-22T15:54:07.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:07 smithi120 ceph-mon[31789]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:08.384 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2024-04-22T15:54:06.267390+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88736,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146720,"statfs":{"total":287985106944,"available":287894241280,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":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.001808"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-22T15:53:41.228418+0000","last_change":"2024-04-22T15:53:40.229146+0000","last_active":"2024-04-22T15:53:41.228418+0000","last_peered":"2024-04-22T15:53:41.228418+0000","last_clean":"2024-04-22T15:53:41.228418+0000","last_became_active":"2024-04-22T15:53:40.228668+0000","last_became_peered":"2024-04-22T15:53:40.228668+0000","last_unstale":"2024-04-22T15:53:41.228418+0000","last_undegraded":"2024-04-22T15:53:41.228418+0000","last_fullsized":"2024-04-22T15:53:41.228418+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-04-22T15:53:39.219365+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-22T15:53:39.219365+0000","last_clean_scrub_stamp":"2024-04-22T15:53:39.219365+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-23T23:56:43.046518+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27776,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717376,"statfs":{"total":95995035648,"available":95966593024,"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":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"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-04-22T15:54:08.385 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-22T15:54:08.629 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:54:08.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:08 smithi046 ceph-mon[28345]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:54:08.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:08 smithi133 ceph-mon[31639]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:54:08.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:08 smithi120 ceph-mon[31789]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:54:09.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:09 smithi046 ceph-mon[28345]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:09.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:09 smithi133 ceph-mon[31639]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:09 smithi120 ceph-mon[31789]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:10.397 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:54:10.398 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-04-22T15:54:10.980 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2024-04-22T15:54:10.267896+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88736,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146720,"statfs":{"total":287985106944,"available":287894241280,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":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.001770"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-22T15:53:41.228418+0000","last_change":"2024-04-22T15:53:40.229146+0000","last_active":"2024-04-22T15:53:41.228418+0000","last_peered":"2024-04-22T15:53:41.228418+0000","last_clean":"2024-04-22T15:53:41.228418+0000","last_became_active":"2024-04-22T15:53:40.228668+0000","last_became_peered":"2024-04-22T15:53:40.228668+0000","last_unstale":"2024-04-22T15:53:41.228418+0000","last_undegraded":"2024-04-22T15:53:41.228418+0000","last_fullsized":"2024-04-22T15:53:41.228418+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-04-22T15:53:39.219365+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-22T15:53:39.219365+0000","last_clean_scrub_stamp":"2024-04-22T15:53:39.219365+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-23T23:56:43.046518+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27776,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717376,"statfs":{"total":95995035648,"available":95966593024,"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":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"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-04-22T15:54:10.980 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-22T15:54:10.981 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-22T15:54:10.981 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-22T15:54:10.981 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-22T15:54:11.230 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:54:11.491 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:11 smithi046 ceph-mon[28345]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:11.491 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:11 smithi046 ceph-mon[28345]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:54:11.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:11 smithi133 ceph-mon[31639]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:11.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:11 smithi133 ceph-mon[31639]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:54:11.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:11 smithi120 ceph-mon[31789]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:11.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:11 smithi120 ceph-mon[31789]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:54:13.132 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:54:13.132 INFO:teuthology.orchestra.run.smithi046.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-22T15:54:13.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:13 smithi046 ceph-mon[28345]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:13.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:13 smithi046 ceph-mon[28345]: from='client.? 172.21.15.46:0/1790307192' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-22T15:54:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:13 smithi133 ceph-mon[31639]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:13 smithi133 ceph-mon[31639]: from='client.? 172.21.15.46:0/1790307192' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-22T15:54:13.718 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-22T15:54:13.718 INFO:tasks.cephadm:Setup complete, yielding 2024-04-22T15:54:13.719 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-22T15:54:13.729 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-04-22T15:54:13.729 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 -- bash -c 'set -e 2024-04-22T15:54:13.729 DEBUG:teuthology.orchestra.run.smithi046:> set -x 2024-04-22T15:54:13.729 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch apply node-exporter 2024-04-22T15:54:13.729 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch apply grafana 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch apply alertmanager 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch apply prometheus 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> sleep 240 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch ls 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch ps 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch host ls 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-22T15:54:13.730 DEBUG:teuthology.orchestra.run.smithi046:> # check each host node-exporter metrics endpoint is responsive 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> for ip in $ALL_HOST_IPS; do 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${ip}:9100/metric 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> done 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> # check grafana endpoints are responsive and database health is okay 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> # stop mon daemon in order to trigger an alert 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> ceph orch daemon stop $MON_DAEMON 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> sleep 120 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-22T15:54:13.731 DEBUG:teuthology.orchestra.run.smithi046:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-22T15:54:13.732 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-22T15:54:13.732 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-22T15:54:13.732 DEBUG:teuthology.orchestra.run.smithi046:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-22T15:54:13.732 DEBUG:teuthology.orchestra.run.smithi046:> ' 2024-04-22T15:54:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:13 smithi120 ceph-mon[31789]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:13 smithi120 ceph-mon[31789]: from='client.? 172.21.15.46:0/1790307192' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-22T15:54:13.975 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T15:54:15.355 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch apply node-exporter 2024-04-22T15:54:15.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:15 smithi046 ceph-mon[28345]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:15.594 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled node-exporter update... 2024-04-22T15:54:15.606 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch apply grafana 2024-04-22T15:54:15.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:15 smithi133 ceph-mon[31639]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:15.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:15 smithi120 ceph-mon[31789]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:15.942 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled grafana update... 2024-04-22T15:54:15.954 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch apply alertmanager 2024-04-22T15:54:16.292 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled alertmanager update... 2024-04-22T15:54:16.306 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch apply prometheus 2024-04-22T15:54:16.652 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled prometheus update... 2024-04-22T15:54:16.665 INFO:teuthology.orchestra.run.smithi046.stderr:+ sleep 240 2024-04-22T15:54:16.853 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: Saving service node-exporter spec with placement * 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: Saving service grafana spec with placement count:1 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:16.854 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:16 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:16.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:16.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: Saving service node-exporter spec with placement * 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: Saving service grafana spec with placement count:1 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:16.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:16 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:17.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:17.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: Saving service node-exporter spec with placement * 2024-04-22T15:54:17.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:17.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:54:17.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:17.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: Saving service grafana spec with placement count:1 2024-04-22T15:54:17.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:17.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:54:17.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:54:17.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:17.033 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:16 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:17 smithi046 ceph-mon[28345]: Deploying daemon node-exporter.smithi046 on smithi046 2024-04-22T15:54:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:17 smithi046 ceph-mon[28345]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:17 smithi046 ceph-mon[28345]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:17 smithi046 ceph-mon[28345]: Saving service alertmanager spec with placement count:1 2024-04-22T15:54:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:17 smithi046 ceph-mon[28345]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:17 smithi046 ceph-mon[28345]: Saving service prometheus spec with placement count:1 2024-04-22T15:54:17.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:17 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:17.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:17 smithi133 ceph-mon[31639]: Deploying daemon node-exporter.smithi046 on smithi046 2024-04-22T15:54:17.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:17 smithi133 ceph-mon[31639]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:17.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:17 smithi133 ceph-mon[31639]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:17.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:17 smithi133 ceph-mon[31639]: Saving service alertmanager spec with placement count:1 2024-04-22T15:54:17.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:17 smithi133 ceph-mon[31639]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:17.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:17 smithi133 ceph-mon[31639]: Saving service prometheus spec with placement count:1 2024-04-22T15:54:17.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:17 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:17 smithi120 ceph-mon[31789]: Deploying daemon node-exporter.smithi046 on smithi046 2024-04-22T15:54:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:17 smithi120 ceph-mon[31789]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:17 smithi120 ceph-mon[31789]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:17 smithi120 ceph-mon[31789]: Saving service alertmanager spec with placement count:1 2024-04-22T15:54:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:17 smithi120 ceph-mon[31789]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:54:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:17 smithi120 ceph-mon[31789]: Saving service prometheus spec with placement count:1 2024-04-22T15:54:18.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:17 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:19.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:19 smithi046 ceph-mon[28345]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:19.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:19 smithi133 ceph-mon[31639]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:20.032 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:19 smithi120 ceph-mon[31789]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:21.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:21 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:21 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:21 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:21 smithi046 ceph-mon[28345]: Deploying daemon node-exporter.smithi120 on smithi120 2024-04-22T15:54:21.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:21 smithi046 ceph-mon[28345]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:21.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:21 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:21 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:21 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:21 smithi133 ceph-mon[31639]: Deploying daemon node-exporter.smithi120 on smithi120 2024-04-22T15:54:21.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:21 smithi133 ceph-mon[31639]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:21 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:21 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:21 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:21 smithi120 ceph-mon[31789]: Deploying daemon node-exporter.smithi120 on smithi120 2024-04-22T15:54:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:21 smithi120 ceph-mon[31789]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:23.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:23 smithi046 ceph-mon[28345]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:23.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:23 smithi133 ceph-mon[31639]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:23.767 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:23 smithi120 ceph-mon[31789]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:25 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:25 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:25 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:25 smithi120 ceph-mon[31789]: Deploying daemon node-exporter.smithi133 on smithi133 2024-04-22T15:54:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:25 smithi120 ceph-mon[31789]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:25.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:25 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:25 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:25 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:25 smithi046 ceph-mon[28345]: Deploying daemon node-exporter.smithi133 on smithi133 2024-04-22T15:54:25.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:25 smithi046 ceph-mon[28345]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:25.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:25 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:25 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:25 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:25.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:25 smithi133 ceph-mon[31639]: Deploying daemon node-exporter.smithi133 on smithi133 2024-04-22T15:54:25.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:25 smithi133 ceph-mon[31639]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:27.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:27 smithi046 ceph-mon[28345]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:27.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:27 smithi133 ceph-mon[31639]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:27.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:27 smithi120 ceph-mon[31789]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.314 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:29 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T15:54:29.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T15:54:29.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:29 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-22T15:54:29.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T15:54:29.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:29.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:29 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:30.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:30 smithi120 ceph-mon[31789]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T15:54:30.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:30 smithi120 ceph-mon[31789]: Deploying daemon grafana.smithi046 on smithi046 2024-04-22T15:54:30.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:30 smithi120 ceph-mon[31789]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:30.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:30 smithi046 ceph-mon[28345]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T15:54:30.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:30 smithi046 ceph-mon[28345]: Deploying daemon grafana.smithi046 on smithi046 2024-04-22T15:54:30.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:30 smithi046 ceph-mon[28345]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:30.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:30 smithi133 ceph-mon[31639]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-22T15:54:30.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:30 smithi133 ceph-mon[31639]: Deploying daemon grafana.smithi046 on smithi046 2024-04-22T15:54:30.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:30 smithi133 ceph-mon[31639]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:32.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:32 smithi046 ceph-mon[28345]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:32.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:32 smithi133 ceph-mon[31639]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:32.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:32 smithi120 ceph-mon[31789]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:34.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:34 smithi046 ceph-mon[28345]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:34.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:34 smithi133 ceph-mon[31639]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:34.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:34 smithi120 ceph-mon[31789]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:36.320 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:36 smithi046 ceph-mon[28345]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:36.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:36 smithi133 ceph-mon[31639]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:36.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:36 smithi120 ceph-mon[31789]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:38.296 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:38 smithi046 ceph-mon[28345]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:38.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:38 smithi133 ceph-mon[31639]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:38.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:38 smithi120 ceph-mon[31789]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:39.526 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.527 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.527 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:39 smithi046 ceph-mon[28345]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:39.527 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.527 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.527 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.527 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:39 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:54:39.528 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.528 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.528 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:39 smithi120 ceph-mon[31789]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:39.528 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.528 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.528 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.528 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:39 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:54:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:39 smithi133 ceph-mon[31639]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:39 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:54:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:41 smithi120 ceph-mon[31789]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:41 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:41 smithi046 ceph-mon[28345]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:41.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:41 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:41 smithi133 ceph-mon[31639]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:41.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:41.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:41 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:42.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:42 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:54:42.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:42 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:54:42.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:42 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:42.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:42 smithi120 ceph-mon[31789]: Deploying daemon alertmanager.smithi133 on smithi133 2024-04-22T15:54:42.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:42 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:54:42.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:42 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:54:42.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:42 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:42.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:42 smithi046 ceph-mon[28345]: Deploying daemon alertmanager.smithi133 on smithi133 2024-04-22T15:54:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:42 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:54:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:42 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:54:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:42 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:42.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:42 smithi133 ceph-mon[31639]: Deploying daemon alertmanager.smithi133 on smithi133 2024-04-22T15:54:44.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:44 smithi046 ceph-mon[28345]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:44.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:44 smithi133 ceph-mon[31639]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:44.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:44 smithi120 ceph-mon[31789]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:46.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:46 smithi046 ceph-mon[28345]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:46.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:46 smithi133 ceph-mon[31639]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:46.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:46 smithi120 ceph-mon[31789]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:48.180 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:48 smithi133 ceph-mon[31639]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:48.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:48 smithi046 ceph-mon[28345]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:48.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:48 smithi120 ceph-mon[31789]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:50.294 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:50 smithi046 ceph-mon[28345]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:50.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:50 smithi133 ceph-mon[31639]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:50.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:50 smithi120 ceph-mon[31789]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:51 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:51 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:51 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:51 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:51 smithi120 ceph-mon[31789]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:51 smithi120 ceph-mon[31789]: Deploying daemon prometheus.smithi120 on smithi120 2024-04-22T15:54:51.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:51 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:51 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:51 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:51 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:51 smithi046 ceph-mon[28345]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:51.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:51 smithi046 ceph-mon[28345]: Deploying daemon prometheus.smithi120 on smithi120 2024-04-22T15:54:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:51 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:51 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:51 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:51 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:51 smithi133 ceph-mon[31639]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:51 smithi133 ceph-mon[31639]: Deploying daemon prometheus.smithi120 on smithi120 2024-04-22T15:54:53.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:53 smithi046 ceph-mon[28345]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:53.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:53 smithi133 ceph-mon[31639]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:53.781 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:53 smithi120 ceph-mon[31789]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:54.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:54 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:54.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:54 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:54.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:54 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:54:55.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:55 smithi046 ceph-mon[28345]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:55.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:55 smithi133 ceph-mon[31639]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:55.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:55 smithi120 ceph-mon[31789]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:57.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:57 smithi046 ceph-mon[28345]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:57.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:57 smithi133 ceph-mon[31639]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:57.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:57 smithi120 ceph-mon[31789]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:59.518 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:54:59 smithi120 ceph-mon[31789]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:59.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:54:59 smithi046 ceph-mon[28345]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:54:59.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:54:59 smithi133 ceph-mon[31639]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:01.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:01 smithi046 ceph-mon[28345]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:01.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:01 smithi133 ceph-mon[31639]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:01.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:01 smithi120 ceph-mon[31789]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:02.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:02 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:02.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:02 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:02.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:02 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:02.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:02 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T15:55:02.906 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:02 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ignoring --setuser ceph since I am not root 2024-04-22T15:55:02.906 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:02 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ignoring --setgroup ceph since I am not root 2024-04-22T15:55:02.906 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:02 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:02.828+0000 7f9f743bf200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T15:55:02.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:02 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:02.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:02 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:02.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:02 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:02.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:02 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: ignoring --setuser ceph since I am not root 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: ignoring --setgroup ceph since I am not root 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-mgr[33267]: -- 172.21.15.120:0/1649995971 <== mon.2 v2:172.21.15.120:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563613c3a5a0 con 0x563613c0ec00 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:02 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:02.817+0000 7ff973457200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T15:55:03.002 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:03 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:02.999+0000 7ff973457200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:55:03.282 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:03 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:03.101+0000 7ff973457200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T15:55:03.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:03 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:03.020+0000 7f9f743bf200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:55:03.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:03 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:03.127+0000 7f9f743bf200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T15:55:03.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:03 smithi120 ceph-mon[31789]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T15:55:03.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:03 smithi120 ceph-mon[31789]: mgrmap e16: a(active, since 3m), standbys: b 2024-04-22T15:55:03.782 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:03 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:03.404+0000 7ff973457200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T15:55:03.782 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:03 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:03.489+0000 7ff973457200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T15:55:03.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:03 smithi046 ceph-mon[28345]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T15:55:03.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:03 smithi046 ceph-mon[28345]: mgrmap e16: a(active, since 3m), standbys: b 2024-04-22T15:55:03.906 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:03 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:03.452+0000 7f9f743bf200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T15:55:03.906 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:03 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:03.540+0000 7f9f743bf200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T15:55:03.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:03 smithi133 ceph-mon[31639]: from='mgr.14150 172.21.15.46:0/4004758028' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-22T15:55:03.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:03 smithi133 ceph-mon[31639]: mgrmap e16: a(active, since 3m), standbys: b 2024-04-22T15:55:04.993 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:04 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:04.653+0000 7ff973457200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T15:55:04.993 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:04 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:04.823+0000 7ff973457200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T15:55:04.993 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:04 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:04.990+0000 7ff973457200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T15:55:05.149 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:04 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:04.790+0000 7f9f743bf200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T15:55:05.149 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:04 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:04.968+0000 7f9f743bf200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T15:55:05.149 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:05 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:05.145+0000 7f9f743bf200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T15:55:05.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:05 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:05.275+0000 7ff973457200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T15:55:05.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:05 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:05.367+0000 7ff973457200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T15:55:05.760 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:05 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:05.448+0000 7f9f743bf200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T15:55:05.761 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:05 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:05.545+0000 7f9f743bf200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T15:55:05.761 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:05 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:05.756+0000 7f9f743bf200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T15:55:06.032 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:05 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:05.569+0000 7ff973457200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T15:55:06.032 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:05 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:05.761+0000 7ff973457200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:55:06.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:05 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:05.960+0000 7f9f743bf200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T15:55:06.779 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:06 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:06.354+0000 7ff973457200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T15:55:06.905 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:06 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:06.600+0000 7f9f743bf200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T15:55:07.032 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:06 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:06.776+0000 7ff973457200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T15:55:07.032 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:06 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:06.872+0000 7ff973457200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T15:55:07.364 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:07 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:07.045+0000 7f9f743bf200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T15:55:07.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:07 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:07.147+0000 7f9f743bf200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T15:55:07.365 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:07 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:07.361+0000 7f9f743bf200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T15:55:07.532 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:07 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:07.074+0000 7ff973457200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T15:55:07.928 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:07 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:07.591+0000 7ff973457200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T15:55:07.929 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:07 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:07.683+0000 7ff973457200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T15:55:08.267 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:07 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:07.909+0000 7f9f743bf200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T15:55:08.267 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:08.006+0000 7f9f743bf200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T15:55:08.270 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:07 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:07.925+0000 7ff973457200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T15:55:08.270 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:08 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:08.058+0000 7ff973457200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T15:55:08.270 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:08 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:08.154+0000 7ff973457200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T15:55:08.270 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:08 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:08.267+0000 7ff973457200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T15:55:08.518 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:08.264+0000 7f9f743bf200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T15:55:08.518 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:08.411+0000 7f9f743bf200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T15:55:08.518 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:08.515+0000 7f9f743bf200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T15:55:08.906 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:08.643+0000 7f9f743bf200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T15:55:09.032 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:08 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:08.576+0000 7ff973457200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T15:55:09.405 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:08.961+0000 7f9f743bf200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T15:55:09.450 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:09.172+0000 7ff973457200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T15:55:09.450 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:09.388+0000 7ff973457200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T15:55:09.450 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: [22/Apr/2024:15:55:09] ENGINE Bus STARTING 2024-04-22T15:55:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-mon[31789]: Standby manager daemon b restarted 2024-04-22T15:55:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-mon[31789]: Standby manager daemon b started 2024-04-22T15:55:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-22T15:55:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T15:55:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-22T15:55:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-mon[31789]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T15:55:09.783 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: CherryPy Checker: 2024-04-22T15:55:09.783 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: The Application mounted at '' has an empty config. 2024-04-22T15:55:09.783 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: 2024-04-22T15:55:09.783 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: [22/Apr/2024:15:55:09] ENGINE Serving on http://:::9283 2024-04-22T15:55:09.783 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 15:55:09 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b[33244]: [22/Apr/2024:15:55:09] ENGINE Bus STARTED 2024-04-22T15:55:09.845 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:09.612+0000 7f9f743bf200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T15:55:09.846 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:09.842+0000 7f9f743bf200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T15:55:09.846 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-mon[28345]: Standby manager daemon b restarted 2024-04-22T15:55:09.846 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-mon[28345]: Standby manager daemon b started 2024-04-22T15:55:09.846 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-22T15:55:09.846 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T15:55:09.846 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-22T15:55:09.846 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-mon[28345]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T15:55:09.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:09 smithi133 ceph-mon[31639]: Standby manager daemon b restarted 2024-04-22T15:55:09.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:09 smithi133 ceph-mon[31639]: Standby manager daemon b started 2024-04-22T15:55:09.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:09 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-22T15:55:09.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:09 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-22T15:55:09.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:09 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-22T15:55:09.913 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:09 smithi133 ceph-mon[31639]: from='mgr.? 172.21.15.120:0/3637091279' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-22T15:55:10.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:09 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:09] ENGINE Bus STARTING 2024-04-22T15:55:10.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: CherryPy Checker: 2024-04-22T15:55:10.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: The Application mounted at '' has an empty config. 2024-04-22T15:55:10.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T15:55:10.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:10] ENGINE Serving on http://:::9283 2024-04-22T15:55:10.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:10] ENGINE Bus STARTED 2024-04-22T15:55:10.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: mgrmap e17: a(active, since 3m), standbys: b 2024-04-22T15:55:10.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: Active manager daemon a restarted 2024-04-22T15:55:10.720 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: Activating manager daemon a 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: osdmap e22: 3 total, 3 up, 3 in 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: mgrmap e18: a(active, starting, since 0.00628722s), standbys: b 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T15:55:10.721 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T15:55:10.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T15:55:10.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: Manager daemon a is now available 2024-04-22T15:55:10.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:55:10.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:10.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:10.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T15:55:10.722 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T15:55:10.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: mgrmap e17: a(active, since 3m), standbys: b 2024-04-22T15:55:10.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: Active manager daemon a restarted 2024-04-22T15:55:10.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: Activating manager daemon a 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: osdmap e22: 3 total, 3 up, 3 in 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: mgrmap e18: a(active, starting, since 0.00628722s), standbys: b 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T15:55:10.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: Manager daemon a is now available 2024-04-22T15:55:10.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:55:10.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:10.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:10.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T15:55:10.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: mgrmap e17: a(active, since 3m), standbys: b 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: Active manager daemon a restarted 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: Activating manager daemon a 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: osdmap e22: 3 total, 3 up, 3 in 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: mgrmap e18: a(active, starting, since 0.00628722s), standbys: b 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T15:55:10.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: Manager daemon a is now available 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T15:55:10.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T15:55:11.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:11 smithi120 ceph-mon[31789]: [22/Apr/2024:15:55:10] ENGINE Bus STARTING 2024-04-22T15:55:11.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:11 smithi120 ceph-mon[31789]: [22/Apr/2024:15:55:10] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T15:55:11.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:11 smithi120 ceph-mon[31789]: [22/Apr/2024:15:55:10] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T15:55:11.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:11 smithi120 ceph-mon[31789]: [22/Apr/2024:15:55:10] ENGINE Bus STARTED 2024-04-22T15:55:11.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:11 smithi120 ceph-mon[31789]: mgrmap e19: a(active, since 1.01306s), standbys: b 2024-04-22T15:55:11.883 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:11 smithi133 ceph-mon[31639]: [22/Apr/2024:15:55:10] ENGINE Bus STARTING 2024-04-22T15:55:11.883 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:11 smithi133 ceph-mon[31639]: [22/Apr/2024:15:55:10] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T15:55:11.883 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:11 smithi133 ceph-mon[31639]: [22/Apr/2024:15:55:10] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T15:55:11.883 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:11 smithi133 ceph-mon[31639]: [22/Apr/2024:15:55:10] ENGINE Bus STARTED 2024-04-22T15:55:11.883 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:11 smithi133 ceph-mon[31639]: mgrmap e19: a(active, since 1.01306s), standbys: b 2024-04-22T15:55:11.901 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:11 smithi046 ceph-mon[28345]: [22/Apr/2024:15:55:10] ENGINE Bus STARTING 2024-04-22T15:55:11.901 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:11 smithi046 ceph-mon[28345]: [22/Apr/2024:15:55:10] ENGINE Serving on http://172.21.15.46:8765 2024-04-22T15:55:11.901 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:11 smithi046 ceph-mon[28345]: [22/Apr/2024:15:55:10] ENGINE Serving on https://172.21.15.46:7150 2024-04-22T15:55:11.901 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:11 smithi046 ceph-mon[28345]: [22/Apr/2024:15:55:10] ENGINE Bus STARTED 2024-04-22T15:55:11.901 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:11 smithi046 ceph-mon[28345]: mgrmap e19: a(active, since 1.01306s), standbys: b 2024-04-22T15:55:12.719 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:12 smithi133 ceph-mon[31639]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:12.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:12 smithi120 ceph-mon[31789]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:12.796 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:12 smithi046 ceph-mon[28345]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:13 smithi120 ceph-mon[31789]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:13 smithi120 ceph-mon[31789]: mgrmap e20: a(active, since 2s), standbys: b 2024-04-22T15:55:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:13 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:13 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:13 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:13 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:13 smithi046 ceph-mon[28345]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:13 smithi046 ceph-mon[28345]: mgrmap e20: a(active, since 2s), standbys: b 2024-04-22T15:55:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:13 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:13 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:13 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:13 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:13 smithi133 ceph-mon[31639]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:13.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:13 smithi133 ceph-mon[31639]: mgrmap e20: a(active, since 2s), standbys: b 2024-04-22T15:55:13.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:13 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:13 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:13 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:13.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:13 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: Adjusting osd_memory_target on smithi133 to 19136M 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:15.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: Adjusting osd_memory_target on smithi046 to 15045M 2024-04-22T15:55:15.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:15 smithi120 ceph-mon[31789]: mgrmap e21: a(active, since 4s), standbys: b 2024-04-22T15:55:15.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: Adjusting osd_memory_target on smithi133 to 19136M 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: Adjusting osd_memory_target on smithi046 to 15045M 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:15 smithi046 ceph-mon[28345]: mgrmap e21: a(active, since 4s), standbys: b 2024-04-22T15:55:15.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:15.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:15.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: Adjusting osd_memory_target on smithi133 to 19136M 2024-04-22T15:55:15.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: Adjusting osd_memory_target on smithi046 to 15045M 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:15.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:15 smithi133 ceph-mon[31639]: mgrmap e21: a(active, since 4s), standbys: b 2024-04-22T15:55:16.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: Adjusting osd_memory_target on smithi120 to 15040M 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:16 smithi046 ceph-mon[28345]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: Adjusting osd_memory_target on smithi120 to 15040M 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:16 smithi133 ceph-mon[31639]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: Adjusting osd_memory_target on smithi120 to 15040M 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:55:16.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: Updating smithi046:/etc/ceph/ceph.conf 2024-04-22T15:55:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: Updating smithi120:/etc/ceph/ceph.conf 2024-04-22T15:55:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: Updating smithi133:/etc/ceph/ceph.conf 2024-04-22T15:55:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:16.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:16 smithi120 ceph-mon[31789]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Updating smithi120:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.509 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.510 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.510 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.510 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.510 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Reconfiguring grafana.smithi046 (dependencies changed)... 2024-04-22T15:55:17.510 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:17 smithi046 ceph-mon[28345]: Reconfiguring daemon grafana.smithi046 on smithi046 2024-04-22T15:55:17.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:17.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Updating smithi120:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Reconfiguring grafana.smithi046 (dependencies changed)... 2024-04-22T15:55:17.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:17 smithi133 ceph-mon[31639]: Reconfiguring daemon grafana.smithi046 on smithi046 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Updating smithi120:/etc/ceph/ceph.client.admin.keyring 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Updating smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Updating smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Updating smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T15:55:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Reconfiguring grafana.smithi046 (dependencies changed)... 2024-04-22T15:55:17.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:17 smithi120 ceph-mon[31789]: Reconfiguring daemon grafana.smithi046 on smithi046 2024-04-22T15:55:18.986 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:55:18] "GET /metrics HTTP/1.1" 200 20186 "" "Prometheus/2.43.0" 2024-04-22T15:55:19.604 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:19 smithi046 ceph-mon[28345]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-22T15:55:19.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:19 smithi133 ceph-mon[31639]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-22T15:55:19.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:19 smithi120 ceph-mon[31789]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-22T15:55:21.697 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:21 smithi133 ceph-mon[31639]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-22T15:55:21.697 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:21.697 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:21.719 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:21 smithi046 ceph-mon[28345]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-22T15:55:21.719 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:21.719 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:21 smithi120 ceph-mon[31789]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-22T15:55:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:22.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:22 smithi120 ceph-mon[31789]: Reconfiguring alertmanager.smithi133 (dependencies changed)... 2024-04-22T15:55:22.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:22 smithi120 ceph-mon[31789]: Reconfiguring daemon alertmanager.smithi133 on smithi133 2024-04-22T15:55:22.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:22 smithi133 ceph-mon[31639]: Reconfiguring alertmanager.smithi133 (dependencies changed)... 2024-04-22T15:55:22.786 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:22 smithi133 ceph-mon[31639]: Reconfiguring daemon alertmanager.smithi133 on smithi133 2024-04-22T15:55:22.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:22 smithi046 ceph-mon[28345]: Reconfiguring alertmanager.smithi133 (dependencies changed)... 2024-04-22T15:55:22.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:22 smithi046 ceph-mon[28345]: Reconfiguring daemon alertmanager.smithi133 on smithi133 2024-04-22T15:55:23.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:23 smithi133 ceph-mon[31639]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-22T15:55:23.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:23 smithi120 ceph-mon[31789]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-22T15:55:23.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:23 smithi046 ceph-mon[28345]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-22T15:55:25.624 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:25 smithi133 ceph-mon[31639]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:25.624 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:25 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:25.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:25 smithi120 ceph-mon[31789]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:25.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:25 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:25.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:25 smithi046 ceph-mon[28345]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:25.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:25 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STOPPING 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STOPPED 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STARTING 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Serving on http://:::9283 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STARTED 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STOPPING 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STOPPED 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STARTING 2024-04-22T15:55:26.406 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Serving on http://:::9283 2024-04-22T15:55:26.407 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:26 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:15:55:26] ENGINE Bus STARTED 2024-04-22T15:55:27.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:27.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:27 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T15:55:27.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T15:55:27.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T15:55:27.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T15:55:27.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.407 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:27 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:55:27.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:27.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046:3000"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi133.front.sepia.ceph.com:9093"}]: dispatch 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:27.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:27 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:55:29.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:28 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:55:28] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:55:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.335 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:29.336 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.336 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.336 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.336 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.336 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:55:29.336 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:55:29.336 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-22T15:55:29.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:29.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:55:29.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:55:29.413 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:55:31.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:31 smithi046 ceph-mon[28345]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:31 smithi133 ceph-mon[31639]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:31.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:31 smithi120 ceph-mon[31789]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:33.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:33 smithi046 ceph-mon[28345]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:33.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:33 smithi133 ceph-mon[31639]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:33.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:33 smithi120 ceph-mon[31789]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:35.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:35 smithi046 ceph-mon[28345]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:35.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:35 smithi133 ceph-mon[31639]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:35.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:35 smithi120 ceph-mon[31789]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:37.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:37 smithi046 ceph-mon[28345]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:37.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:37 smithi133 ceph-mon[31639]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:37.534 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:37 smithi120 ceph-mon[31789]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:39.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:39 smithi046 ceph-mon[28345]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:39.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:55:38] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.43.0" 2024-04-22T15:55:39.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:39 smithi133 ceph-mon[31639]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:39 smithi120 ceph-mon[31789]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:40.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:40.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:40 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:40.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:41.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:41 smithi046 ceph-mon[28345]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:41.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:41 smithi133 ceph-mon[31639]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:41 smithi120 ceph-mon[31789]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:43.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:43 smithi046 ceph-mon[28345]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:43.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:43 smithi133 ceph-mon[31639]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:43.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:43 smithi120 ceph-mon[31789]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:45.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:45 smithi046 ceph-mon[28345]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:45.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:45 smithi133 ceph-mon[31639]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:45.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:45 smithi120 ceph-mon[31789]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:47.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:47 smithi046 ceph-mon[28345]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:47.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:47 smithi133 ceph-mon[31639]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:47.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:47 smithi120 ceph-mon[31789]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:49.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:49 smithi046 ceph-mon[28345]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:49.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:48 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:55:48] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-22T15:55:49.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:49 smithi133 ceph-mon[31639]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:49.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:49 smithi120 ceph-mon[31789]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:51.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:51 smithi046 ceph-mon[28345]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:51.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:51 smithi133 ceph-mon[31639]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:51 smithi120 ceph-mon[31789]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:53.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:53 smithi046 ceph-mon[28345]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:53.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:53 smithi133 ceph-mon[31639]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:53.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:53 smithi120 ceph-mon[31789]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:55.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:55 smithi046 ceph-mon[28345]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:55.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:55 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:55.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:55 smithi133 ceph-mon[31639]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:55.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:55 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:55.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:55 smithi120 ceph-mon[31789]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:55.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:55 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:55:57.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:57 smithi046 ceph-mon[28345]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:57.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:57 smithi133 ceph-mon[31639]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:57.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:57 smithi120 ceph-mon[31789]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:59.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:55:59 smithi046 ceph-mon[28345]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:59.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:55:58 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:55:58] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-22T15:55:59.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:55:59 smithi133 ceph-mon[31639]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:55:59.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:55:59 smithi120 ceph-mon[31789]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:01.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:01 smithi046 ceph-mon[28345]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:01.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:01 smithi133 ceph-mon[31639]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:01.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:01 smithi120 ceph-mon[31789]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:03.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:03 smithi046 ceph-mon[28345]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:03.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:03 smithi133 ceph-mon[31639]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:03.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:03 smithi120 ceph-mon[31789]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:05.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:05 smithi046 ceph-mon[28345]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:05.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:05 smithi133 ceph-mon[31639]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:05.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:05 smithi120 ceph-mon[31789]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:07.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:07 smithi046 ceph-mon[28345]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:07.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:07 smithi133 ceph-mon[31639]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:07.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:07 smithi120 ceph-mon[31789]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:09.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:09 smithi046 ceph-mon[28345]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:09.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:56:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:56:08] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-22T15:56:09.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:09 smithi133 ceph-mon[31639]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:09.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:09 smithi120 ceph-mon[31789]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:10.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:10.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:10.531 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:11.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:11 smithi046 ceph-mon[28345]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:11.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:11 smithi133 ceph-mon[31639]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:11.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:11 smithi120 ceph-mon[31789]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:13.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:13 smithi046 ceph-mon[28345]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:13.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:13 smithi133 ceph-mon[31639]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:13.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:13 smithi120 ceph-mon[31789]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:15.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:15 smithi046 ceph-mon[28345]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:15.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:15 smithi133 ceph-mon[31639]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:15.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:15 smithi120 ceph-mon[31789]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:17.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:17 smithi046 ceph-mon[28345]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:17.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:17 smithi133 ceph-mon[31639]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:17.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:17 smithi120 ceph-mon[31789]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:19.136 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:56:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:56:18] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-04-22T15:56:19.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:19 smithi046 ceph-mon[28345]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:19.414 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:19 smithi133 ceph-mon[31639]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:19.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:19 smithi120 ceph-mon[31789]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:21.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:21 smithi046 ceph-mon[28345]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:21.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:21 smithi133 ceph-mon[31639]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:21 smithi120 ceph-mon[31789]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:23.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:23 smithi046 ceph-mon[28345]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:23.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:23 smithi133 ceph-mon[31639]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:23.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:23 smithi120 ceph-mon[31789]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:25.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:25 smithi046 ceph-mon[28345]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:25.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:25 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:25.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:25 smithi133 ceph-mon[31639]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:25.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:25 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:25 smithi120 ceph-mon[31789]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:25 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:27.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:27 smithi046 ceph-mon[28345]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:27.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:27 smithi133 ceph-mon[31639]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:27.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:27 smithi120 ceph-mon[31789]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:29.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:56:28 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:56:28] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-22T15:56:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:29 smithi046 ceph-mon[28345]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:29 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:56:29.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:29 smithi133 ceph-mon[31639]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:29.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:29 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:56:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:29 smithi120 ceph-mon[31789]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:29 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:56:30.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:30 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:56:30.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:30 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:56:30.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:30 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:56:30.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:30 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:56:30.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:30 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:56:30.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:30 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:56:30.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:30 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:56:30.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:30 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:56:30.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:30 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:56:31.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:31 smithi046 ceph-mon[28345]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:31.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:31 smithi133 ceph-mon[31639]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:31.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:31 smithi120 ceph-mon[31789]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:33.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:33 smithi046 ceph-mon[28345]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:33.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:33 smithi133 ceph-mon[31639]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:33.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:33 smithi120 ceph-mon[31789]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:35.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:35 smithi133 ceph-mon[31639]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:35.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:35 smithi120 ceph-mon[31789]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:35.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:35 smithi046 ceph-mon[28345]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:37.412 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:37 smithi133 ceph-mon[31639]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:37.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:37 smithi120 ceph-mon[31789]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:37.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:37 smithi046 ceph-mon[28345]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:39.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:56:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:56:38] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-22T15:56:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:39 smithi120 ceph-mon[31789]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:39.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:39 smithi046 ceph-mon[28345]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:39 smithi133 ceph-mon[31639]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:40.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:40.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:40.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:40 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:41 smithi120 ceph-mon[31789]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:41.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:41 smithi046 ceph-mon[28345]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:41.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:41 smithi133 ceph-mon[31639]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:43.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:43 smithi120 ceph-mon[31789]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:43.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:43 smithi046 ceph-mon[28345]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:43.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:43 smithi133 ceph-mon[31639]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:45.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:45 smithi120 ceph-mon[31789]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:45.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:45 smithi046 ceph-mon[28345]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:45.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:45 smithi133 ceph-mon[31639]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:47.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:47 smithi120 ceph-mon[31789]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:47.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:47 smithi046 ceph-mon[28345]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:47.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:47 smithi133 ceph-mon[31639]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:49.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:56:48 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:56:48] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-04-22T15:56:49.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:49 smithi120 ceph-mon[31789]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:49.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:49 smithi046 ceph-mon[28345]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:49.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:49 smithi133 ceph-mon[31639]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:51 smithi120 ceph-mon[31789]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:51.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:51 smithi046 ceph-mon[28345]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:51 smithi133 ceph-mon[31639]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:53.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:53 smithi120 ceph-mon[31789]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:53.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:53 smithi046 ceph-mon[28345]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:53.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:53 smithi133 ceph-mon[31639]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:55.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:55 smithi120 ceph-mon[31789]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:55.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:55 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:55.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:55 smithi046 ceph-mon[28345]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:55.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:55 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:55.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:55 smithi133 ceph-mon[31639]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:55.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:55 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:56:57.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:57 smithi120 ceph-mon[31789]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:57.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:57 smithi046 ceph-mon[28345]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:57.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:57 smithi133 ceph-mon[31639]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:59.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:56:58 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:56:58] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-22T15:56:59.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:56:59 smithi120 ceph-mon[31789]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:59.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:56:59 smithi046 ceph-mon[28345]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:56:59.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:56:59 smithi133 ceph-mon[31639]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:01.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:01 smithi120 ceph-mon[31789]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:01.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:01 smithi046 ceph-mon[28345]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:01.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:01 smithi133 ceph-mon[31639]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:03.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:03 smithi120 ceph-mon[31789]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:03.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:03 smithi046 ceph-mon[28345]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:03.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:03 smithi133 ceph-mon[31639]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:05.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:05 smithi120 ceph-mon[31789]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:05.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:05 smithi046 ceph-mon[28345]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:05.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:05 smithi133 ceph-mon[31639]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:07.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:07 smithi120 ceph-mon[31789]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:07.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:07 smithi046 ceph-mon[28345]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:07.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:07 smithi133 ceph-mon[31639]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:09.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:57:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:57:08] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-22T15:57:09.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:09 smithi120 ceph-mon[31789]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:09.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:09 smithi046 ceph-mon[28345]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:09.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:09 smithi133 ceph-mon[31639]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:10.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:10.658 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:10.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:11.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:11 smithi120 ceph-mon[31789]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:11.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:11 smithi046 ceph-mon[28345]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:11.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:11 smithi133 ceph-mon[31639]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:13.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:13 smithi120 ceph-mon[31789]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:13.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:13 smithi046 ceph-mon[28345]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:13 smithi133 ceph-mon[31639]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:15.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:15 smithi120 ceph-mon[31789]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:15.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:15 smithi046 ceph-mon[28345]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:15.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:15 smithi133 ceph-mon[31639]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:17.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:17 smithi120 ceph-mon[31789]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:17.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:17 smithi046 ceph-mon[28345]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:17.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:17 smithi133 ceph-mon[31639]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:19.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:57:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:57:18] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-04-22T15:57:19.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:19 smithi120 ceph-mon[31789]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:19.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:19 smithi046 ceph-mon[28345]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:19.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:19 smithi133 ceph-mon[31639]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:21 smithi120 ceph-mon[31789]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:21.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:21 smithi046 ceph-mon[28345]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:21.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:21 smithi133 ceph-mon[31639]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:23.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:23 smithi120 ceph-mon[31789]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:23.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:23 smithi046 ceph-mon[28345]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:23.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:23 smithi133 ceph-mon[31639]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:25 smithi120 ceph-mon[31789]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:25.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:25 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:25.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:25 smithi046 ceph-mon[28345]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:25.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:25 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:25.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:25 smithi133 ceph-mon[31639]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:25.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:25 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:27.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:27 smithi120 ceph-mon[31789]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:27.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:27 smithi046 ceph-mon[28345]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:27.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:27 smithi133 ceph-mon[31639]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:29.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:57:28 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:57:28] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-22T15:57:29.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:29 smithi120 ceph-mon[31789]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:29.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:29 smithi046 ceph-mon[28345]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:29.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:29 smithi133 ceph-mon[31639]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:30.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:30 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:57:30.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:30 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:57:30.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:30 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:57:31.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:31 smithi120 ceph-mon[31789]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:31.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:31 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:57:31.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:31 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:57:31.533 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:31 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:57:31.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:31 smithi046 ceph-mon[28345]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:31.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:31 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:57:31.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:31 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:57:31.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:31 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:57:31.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:31 smithi133 ceph-mon[31639]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:31.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:31 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:57:31.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:31 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:57:31.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:31 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:57:33.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:33 smithi120 ceph-mon[31789]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:33.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:33 smithi046 ceph-mon[28345]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:33.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:33 smithi133 ceph-mon[31639]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:35.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:35 smithi120 ceph-mon[31789]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:35.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:35 smithi046 ceph-mon[28345]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:35.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:35 smithi133 ceph-mon[31639]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:37.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:37 smithi120 ceph-mon[31789]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:37.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:37 smithi046 ceph-mon[28345]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:37.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:37 smithi133 ceph-mon[31639]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:39.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:57:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:57:38] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-22T15:57:39.443 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:39 smithi046 ceph-mon[28345]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:39.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:39 smithi120 ceph-mon[31789]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:39.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:39 smithi133 ceph-mon[31639]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:40.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:40.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:40.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:40 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:41.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:41 smithi120 ceph-mon[31789]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:41.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:41 smithi046 ceph-mon[28345]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:41.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:41 smithi133 ceph-mon[31639]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:43.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:43 smithi120 ceph-mon[31789]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:43.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:43 smithi046 ceph-mon[28345]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:43.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:43 smithi133 ceph-mon[31639]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:45.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:45 smithi120 ceph-mon[31789]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:45.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:45 smithi046 ceph-mon[28345]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:45.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:45 smithi133 ceph-mon[31639]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:47.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:47 smithi120 ceph-mon[31789]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:47.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:47 smithi046 ceph-mon[28345]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:47.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:47 smithi133 ceph-mon[31639]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:49.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:57:48 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:57:48] "GET /metrics HTTP/1.1" 200 21463 "" "Prometheus/2.43.0" 2024-04-22T15:57:49.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:49 smithi120 ceph-mon[31789]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:49.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:49 smithi046 ceph-mon[28345]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:49.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:49 smithi133 ceph-mon[31639]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:51.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:51 smithi120 ceph-mon[31789]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:51.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:51 smithi046 ceph-mon[28345]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:51.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:51 smithi133 ceph-mon[31639]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:53.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:53 smithi120 ceph-mon[31789]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:53.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:53 smithi046 ceph-mon[28345]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:53.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:53 smithi133 ceph-mon[31639]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:55.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:55 smithi046 ceph-mon[28345]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:55.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:55 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:55.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:55 smithi133 ceph-mon[31639]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:55.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:55 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:55.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:55 smithi120 ceph-mon[31789]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:55.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:55 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:57:57.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:57 smithi046 ceph-mon[28345]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:57.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:57 smithi133 ceph-mon[31639]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:57.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:57 smithi120 ceph-mon[31789]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:59.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:57:58 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:57:58] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-04-22T15:57:59.583 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:57:59 smithi120 ceph-mon[31789]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:59.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:57:59 smithi046 ceph-mon[28345]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:57:59.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:57:59 smithi133 ceph-mon[31639]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:01.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:01 smithi046 ceph-mon[28345]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:01.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:01 smithi133 ceph-mon[31639]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:01.781 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:01 smithi120 ceph-mon[31789]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:03.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:03 smithi046 ceph-mon[28345]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:03.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:03 smithi133 ceph-mon[31639]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:03.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:03 smithi120 ceph-mon[31789]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:05.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:05 smithi046 ceph-mon[28345]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:05.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:05 smithi133 ceph-mon[31639]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:05.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:05 smithi120 ceph-mon[31789]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:07.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:07 smithi046 ceph-mon[28345]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:07.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:07 smithi133 ceph-mon[31639]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:07.781 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:07 smithi120 ceph-mon[31789]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:09.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:58:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:58:08] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-04-22T15:58:09.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:09 smithi046 ceph-mon[28345]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:09.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:09 smithi133 ceph-mon[31639]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:09.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:09 smithi120 ceph-mon[31789]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:10.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:10.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:10 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:10.781 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:11.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:11 smithi046 ceph-mon[28345]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:11.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:11 smithi133 ceph-mon[31639]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:11.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:11 smithi120 ceph-mon[31789]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:13.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:13 smithi046 ceph-mon[28345]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:13.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:13 smithi133 ceph-mon[31639]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:13.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:13 smithi120 ceph-mon[31789]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:15.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:15 smithi046 ceph-mon[28345]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:15.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:15 smithi133 ceph-mon[31639]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:15.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:15 smithi120 ceph-mon[31789]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:16.668 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch ls 2024-04-22T15:58:17.016 INFO:teuthology.orchestra.run.smithi046.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-22T15:58:17.017 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-04-22T15:58:17.017 INFO:teuthology.orchestra.run.smithi046.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-04-22T15:58:17.017 INFO:teuthology.orchestra.run.smithi046.stdout:mgr 2/2 3m ago 5m smithi046=a;smithi120=b;count:2 2024-04-22T15:58:17.017 INFO:teuthology.orchestra.run.smithi046.stdout:mon 3/3 3m ago 6m smithi046:172.21.15.46=a;smithi120:172.21.15.120=b;smithi133:172.21.15.133=c;count:3 2024-04-22T15:58:17.017 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter ?:9100 3/3 3m ago 4m * 2024-04-22T15:58:17.017 INFO:teuthology.orchestra.run.smithi046.stdout:osd 3 3m ago - 2024-04-22T15:58:17.017 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus ?:9095 1/1 3m ago 4m count:1 2024-04-22T15:58:17.029 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch ps 2024-04-22T15:58:17.357 INFO:teuthology.orchestra.run.smithi046.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager.smithi133 smithi133 *:9093,9094 running (2m) 2m ago 3m 15.9M - 0.25.0 c8568f914cd2 b477fd758550 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:grafana.smithi046 smithi046 *:3000 running (2m) 2m ago 3m 69.9M - 9.4.12 2bacad6d85d8 86e84ea5ad66 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.a smithi046 *:9283,8765 running (7m) 2m ago 7m 495M - 19.0.0-3223-g5883d494 3d983c26e278 14566c95e342 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.b smithi120 *:8443,8765 running (5m) 3m ago 5m 447M - 19.0.0-3223-g5883d494 3d983c26e278 b1ff2bc9a50d 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:mon.a smithi046 running (7m) 2m ago 7m 48.7M 2048M 19.0.0-3223-g5883d494 3d983c26e278 9bf1604bb1f6 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:mon.b smithi120 running (6m) 3m ago 6m 39.1M 2048M 19.0.0-3223-g5883d494 3d983c26e278 f1e2988e8281 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:mon.c smithi133 running (6m) 2m ago 6m 39.8M 2048M 19.0.0-3223-g5883d494 3d983c26e278 79d9127fb98e 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi046 smithi046 *:9100 running (3m) 2m ago 3m 7558k - 1.5.0 0da6a335fe13 615fe02542b7 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi120 smithi120 *:9100 running (3m) 3m ago 3m 11.4M - 1.5.0 0da6a335fe13 a65ed3182ddc 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi133 smithi133 *:9100 running (3m) 2m ago 3m 8586k - 1.5.0 0da6a335fe13 031c4dccdf93 2024-04-22T15:58:17.358 INFO:teuthology.orchestra.run.smithi046.stdout:osd.0 smithi046 running (5m) 2m ago 5m 47.9M 14.6G 19.0.0-3223-g5883d494 3d983c26e278 7524053a98ea 2024-04-22T15:58:17.359 INFO:teuthology.orchestra.run.smithi046.stdout:osd.1 smithi120 running (5m) 3m ago 5m 36.1M 14.6G 19.0.0-3223-g5883d494 3d983c26e278 8936463aeac2 2024-04-22T15:58:17.359 INFO:teuthology.orchestra.run.smithi046.stdout:osd.2 smithi133 running (4m) 2m ago 4m 48.5M 18.6G 19.0.0-3223-g5883d494 3d983c26e278 869c76e3a59c 2024-04-22T15:58:17.359 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus.smithi120 smithi120 *:9095 running (3m) 3m ago 3m 28.7M - 2.43.0 a07b618ecd1d 170b86a071f7 2024-04-22T15:58:17.370 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch host ls 2024-04-22T15:58:17.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:17 smithi046 ceph-mon[28345]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:17.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:17 smithi133 ceph-mon[31639]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:17.692 INFO:teuthology.orchestra.run.smithi046.stdout:HOST ADDR LABELS STATUS 2024-04-22T15:58:17.692 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 172.21.15.46 2024-04-22T15:58:17.692 INFO:teuthology.orchestra.run.smithi046.stdout:smithi120 172.21.15.120 2024-04-22T15:58:17.692 INFO:teuthology.orchestra.run.smithi046.stdout:smithi133 172.21.15.133 2024-04-22T15:58:17.692 INFO:teuthology.orchestra.run.smithi046.stdout:3 hosts in cluster 2024-04-22T15:58:17.705 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-22T15:58:17.705 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r 'last | .daemon_name' 2024-04-22T15:58:17.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:17 smithi120 ceph-mon[31789]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:18.050 INFO:teuthology.orchestra.run.smithi046.stderr:+ MON_DAEMON=mon.c 2024-04-22T15:58:18.050 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-22T15:58:18.051 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -e '.[]' 2024-04-22T15:58:18.051 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r .hostname 2024-04-22T15:58:18.390 INFO:teuthology.orchestra.run.smithi046.stderr:+ GRAFANA_HOST=smithi046 2024-04-22T15:58:18.391 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-22T15:58:18.391 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -e '.[]' 2024-04-22T15:58:18.391 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r .hostname 2024-04-22T15:58:18.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:18 smithi046 ceph-mon[28345]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:18 smithi046 ceph-mon[28345]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:18 smithi046 ceph-mon[28345]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:18 smithi133 ceph-mon[31639]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:18 smithi133 ceph-mon[31639]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:18 smithi133 ceph-mon[31639]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.732 INFO:teuthology.orchestra.run.smithi046.stderr:+ PROM_HOST=smithi120 2024-04-22T15:58:18.732 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-22T15:58:18.732 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -e '.[]' 2024-04-22T15:58:18.732 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r .hostname 2024-04-22T15:58:18.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:18 smithi120 ceph-mon[31789]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:18 smithi120 ceph-mon[31789]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:18.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:18 smithi120 ceph-mon[31789]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T15:58:19.080 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:58:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:58:18] "GET /metrics HTTP/1.1" 200 21463 "" "Prometheus/2.43.0" 2024-04-22T15:58:19.081 INFO:teuthology.orchestra.run.smithi046.stderr:+ ALERTM_HOST=smithi133 2024-04-22T15:58:19.081 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch host ls -f json 2024-04-22T15:58:19.081 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r --arg GRAFANA_HOST smithi046 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-22T15:58:19.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:19 smithi046 ceph-mon[28345]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:19.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:19 smithi046 ceph-mon[28345]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:19 smithi046 ceph-mon[28345]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:19 smithi046 ceph-mon[28345]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.416 INFO:teuthology.orchestra.run.smithi046.stderr:+ GRAFANA_IP=172.21.15.46 2024-04-22T15:58:19.417 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch host ls -f json 2024-04-22T15:58:19.417 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r --arg PROM_HOST smithi120 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-22T15:58:19.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:19 smithi133 ceph-mon[31639]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:19.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:19 smithi133 ceph-mon[31639]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:19 smithi133 ceph-mon[31639]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:19 smithi133 ceph-mon[31639]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.753 INFO:teuthology.orchestra.run.smithi046.stderr:+ PROM_IP=172.21.15.120 2024-04-22T15:58:19.753 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch host ls -f json 2024-04-22T15:58:19.753 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r --arg ALERTM_HOST smithi133 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-22T15:58:19.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:19 smithi120 ceph-mon[31789]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:19.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:19 smithi120 ceph-mon[31789]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:19 smithi120 ceph-mon[31789]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:19.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:19 smithi120 ceph-mon[31789]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:20.087 INFO:teuthology.orchestra.run.smithi046.stderr:+ ALERTM_IP=172.21.15.133 2024-04-22T15:58:20.088 INFO:teuthology.orchestra.run.smithi046.stderr:++ ceph orch host ls -f json 2024-04-22T15:58:20.088 INFO:teuthology.orchestra.run.smithi046.stderr:++ jq -r '.[] | .addr' 2024-04-22T15:58:20.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:20 smithi046 ceph-mon[28345]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:20.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:20 smithi046 ceph-mon[28345]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:20.422 INFO:teuthology.orchestra.run.smithi046.stderr:+ ALL_HOST_IPS='172.21.15.46 2024-04-22T15:58:20.422 INFO:teuthology.orchestra.run.smithi046.stderr:172.21.15.120 2024-04-22T15:58:20.422 INFO:teuthology.orchestra.run.smithi046.stderr:172.21.15.133' 2024-04-22T15:58:20.422 INFO:teuthology.orchestra.run.smithi046.stderr:+ for ip in $ALL_HOST_IPS 2024-04-22T15:58:20.422 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.46:9100/metric 2024-04-22T15:58:20.425 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.425 INFO:teuthology.orchestra.run.smithi046.stdout: Node Exporter 2024-04-22T15:58:20.425 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.425 INFO:teuthology.orchestra.run.smithi046.stdout:

Node Exporter

2024-04-22T15:58:20.426 INFO:teuthology.orchestra.run.smithi046.stdout:

Metrics

2024-04-22T15:58:20.426 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.426 INFO:teuthology.orchestra.run.smithi046.stderr:+ for ip in $ALL_HOST_IPS 2024-04-22T15:58:20.426 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.120:9100/metric 2024-04-22T15:58:20.428 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.429 INFO:teuthology.orchestra.run.smithi046.stdout: Node Exporter 2024-04-22T15:58:20.429 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.429 INFO:teuthology.orchestra.run.smithi046.stdout:

Node Exporter

2024-04-22T15:58:20.429 INFO:teuthology.orchestra.run.smithi046.stdout:

Metrics

2024-04-22T15:58:20.429 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.429 INFO:teuthology.orchestra.run.smithi046.stderr:+ for ip in $ALL_HOST_IPS 2024-04-22T15:58:20.429 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.133:9100/metric 2024-04-22T15:58:20.432 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.432 INFO:teuthology.orchestra.run.smithi046.stdout: Node Exporter 2024-04-22T15:58:20.432 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.432 INFO:teuthology.orchestra.run.smithi046.stdout:

Node Exporter

2024-04-22T15:58:20.432 INFO:teuthology.orchestra.run.smithi046.stdout:

Metrics

2024-04-22T15:58:20.432 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-04-22T15:58:20.432 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -k -s https://172.21.15.46:3000/api/health 2024-04-22T15:58:20.443 INFO:teuthology.orchestra.run.smithi046.stdout: { 2024-04-22T15:58:20.444 INFO:teuthology.orchestra.run.smithi046.stdout: "commit": "37ee25ba46", 2024-04-22T15:58:20.444 INFO:teuthology.orchestra.run.smithi046.stdout: "database": "ok", 2024-04-22T15:58:20.444 INFO:teuthology.orchestra.run.smithi046.stdout: "version": "9.4.12" 2024-04-22T15:58:20.444 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -k -s https://172.21.15.46:3000/api/health 2024-04-22T15:58:20.444 INFO:teuthology.orchestra.run.smithi046.stderr:+ jq -e '.database == "ok"' 2024-04-22T15:58:20.456 INFO:teuthology.orchestra.run.smithi046.stdout:}true 2024-04-22T15:58:20.457 INFO:teuthology.orchestra.run.smithi046.stderr:+ ceph orch daemon stop mon.c 2024-04-22T15:58:20.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:20 smithi133 ceph-mon[31639]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:20.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:20 smithi133 ceph-mon[31639]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:20.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:20 smithi120 ceph-mon[31789]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:20.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:20 smithi120 ceph-mon[31789]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:20.791 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled to stop mon.c on host 'smithi133' 2024-04-22T15:58:20.805 INFO:teuthology.orchestra.run.smithi046.stderr:+ sleep 120 2024-04-22T15:58:21.655 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:58:21.656 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:21 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:21.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.662 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:58:21.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:58:21.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:58:21.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-mon[31639]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.663 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 systemd[1]: Stopping Ceph mon.c for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:58:21.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:21 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:22.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-c[31616]: 2024-04-22T15:58:21.743+0000 7fa80300d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T15:58:22.162 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-c[31616]: 2024-04-22T15:58:21.743+0000 7fa80300d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-22T15:58:22.163 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:21 smithi133 podman[43856]: 2024-04-22 15:58:21.938607051 +0000 UTC m=+0.292883953 container died 79d9127fb98e346692510d2c4aba89064d96fc32f453cd377263325bbc056378 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-c, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux ) 2024-04-22T15:58:22.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:22 smithi133 podman[43856]: 2024-04-22 15:58:22.357582675 +0000 UTC m=+0.711859628 container cleanup 79d9127fb98e346692510d2c4aba89064d96fc32f453cd377263325bbc056378 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-c, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-04-22T15:58:22.561 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:22 smithi133 bash[43856]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-c 2024-04-22T15:58:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:22 smithi133 podman[43875]: 2024-04-22 15:58:22.559073612 +0000 UTC m=+0.625087471 container remove 79d9127fb98e346692510d2c4aba89064d96fc32f453cd377263325bbc056378 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.schema-version=1.0) 2024-04-22T15:58:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:22 smithi133 systemd[1]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-22T15:58:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:22 smithi133 systemd[1]: Stopped Ceph mon.c for e00d4de6-00bf-11ef-bc93-c7b262605968. 2024-04-22T15:58:22.912 INFO:journalctl@ceph.mon.c.smithi133.stdout:Apr 22 15:58:22 smithi133 systemd[1]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.c.service: Consumed 3.518s CPU time. 2024-04-22T15:58:29.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:58:28 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:58:28] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-04-22T15:58:37.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:37.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: mon.b calling monitor election 2024-04-22T15:58:37.783 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: mon.a calling monitor election 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: monmap epoch 3 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: last_changed 2024-04-22T15:52:12.518589+0000 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: min_mon_release 19 (squid) 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: election_strategy: 1 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-22T15:58:37.784 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: 2: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.b 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: fsmap 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: osdmap e22: 3 total, 3 up, 3 in 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: mgrmap e21: a(active, since 3m), standbys: b 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: mon.c (rank 1) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:37.785 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:37 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: mon.b calling monitor election 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: mon.a calling monitor election 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: monmap epoch 3 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: fsid e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: last_changed 2024-04-22T15:52:12.518589+0000 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: created 2024-04-22T15:50:15.155612+0000 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: min_mon_release 19 (squid) 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: election_strategy: 1 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.a 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.c 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: 2: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.b 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: fsmap 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: osdmap e22: 3 total, 3 up, 3 in 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: mgrmap e21: a(active, since 3m), standbys: b 2024-04-22T15:58:37.907 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-22T15:58:37.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-22T15:58:37.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-22T15:58:37.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: mon.c (rank 1) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-04-22T15:58:37.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:37.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:37.908 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:37 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:58:39.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:58:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:58:38] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-04-22T15:58:39.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:39 smithi120 ceph-mon[31789]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:39.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:39 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:39.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:39 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:39.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:39 smithi046 ceph-mon[28345]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:39.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:39 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:39.906 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:39 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:40 smithi120 ceph-mon[31789]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:58:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:58:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:41.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:40 smithi046 ceph-mon[28345]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:41.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:41.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:41.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:58:41.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:58:41.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:58:43.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:42 smithi120 ceph-mon[31789]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:43.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:42 smithi046 ceph-mon[28345]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:45.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:44 smithi120 ceph-mon[31789]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:45.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:44 smithi046 ceph-mon[28345]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:47.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:46 smithi120 ceph-mon[31789]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:47.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:46 smithi046 ceph-mon[28345]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:49.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:48 smithi046 ceph-mon[28345]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:49.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:58:48 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:58:48] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-04-22T15:58:49.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:48 smithi120 ceph-mon[31789]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:51.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:50 smithi120 ceph-mon[31789]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:51.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:50 smithi046 ceph-mon[28345]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:53.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:52 smithi120 ceph-mon[31789]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:53.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:52 smithi046 ceph-mon[28345]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:55.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:54 smithi120 ceph-mon[31789]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:55.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:54 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:55.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:54 smithi046 ceph-mon[28345]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:55.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:54 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:58:57.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:56 smithi120 ceph-mon[31789]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:57.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:56 smithi046 ceph-mon[28345]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:59.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:58:58 smithi046 ceph-mon[28345]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:58:59.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:58:58 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:58:58] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-04-22T15:58:59.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:58:58 smithi120 ceph-mon[31789]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:01.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:00 smithi120 ceph-mon[31789]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:01.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:00 smithi046 ceph-mon[28345]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:03.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:02 smithi120 ceph-mon[31789]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:03.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:02 smithi046 ceph-mon[28345]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:05.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:04 smithi120 ceph-mon[31789]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:05.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:04 smithi046 ceph-mon[28345]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:07.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:06 smithi120 ceph-mon[31789]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:07.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:06 smithi046 ceph-mon[28345]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:09.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:08 smithi046 ceph-mon[28345]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:09.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:59:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:59:08] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-04-22T15:59:09.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:08 smithi120 ceph-mon[31789]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:10.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:09 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:10.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:09 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:11.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:10 smithi120 ceph-mon[31789]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:11.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:10 smithi046 ceph-mon[28345]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:13.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:12 smithi120 ceph-mon[31789]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:13.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:12 smithi046 ceph-mon[28345]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:15.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:14 smithi120 ceph-mon[31789]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:15.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:14 smithi046 ceph-mon[28345]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:17.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:16 smithi120 ceph-mon[31789]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:17.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:16 smithi046 ceph-mon[28345]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:19.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:18 smithi046 ceph-mon[28345]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:19.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:59:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:59:18] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-04-22T15:59:19.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:18 smithi120 ceph-mon[31789]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:21.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:20 smithi120 ceph-mon[31789]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:21.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:20 smithi046 ceph-mon[28345]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:23.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:22 smithi120 ceph-mon[31789]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:23.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:22 smithi046 ceph-mon[28345]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:25.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:24 smithi120 ceph-mon[31789]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:25.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:24 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:25.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:24 smithi046 ceph-mon[28345]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:25.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:24 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:27.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:26 smithi120 ceph-mon[31789]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:27.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:26 smithi046 ceph-mon[28345]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:29.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:28 smithi046 ceph-mon[28345]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:29.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:59:28 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:59:28] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-04-22T15:59:29.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:28 smithi120 ceph-mon[31789]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:31.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:30 smithi120 ceph-mon[31789]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:31.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:30 smithi046 ceph-mon[28345]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:33.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:32 smithi120 ceph-mon[31789]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:33.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:32 smithi046 ceph-mon[28345]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:35.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:34 smithi120 ceph-mon[31789]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:35.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:34 smithi046 ceph-mon[28345]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:37.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:36 smithi120 ceph-mon[31789]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:37.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:36 smithi046 ceph-mon[28345]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:39.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:38 smithi046 ceph-mon[28345]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:39.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:59:38 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:59:38] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-04-22T15:59:39.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:38 smithi120 ceph-mon[31789]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:40.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:40 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:40.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:40 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:41 smithi120 ceph-mon[31789]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:41.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:41 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:59:41.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:41 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:59:41.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:41 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:59:41.283 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:41 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:59:41.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:41 smithi046 ceph-mon[28345]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:41.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:41 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T15:59:41.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:41 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T15:59:41.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:41 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T15:59:41.406 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:41 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' 2024-04-22T15:59:43.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:43 smithi120 ceph-mon[31789]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:43.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:43 smithi046 ceph-mon[28345]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:45.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:45 smithi120 ceph-mon[31789]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:45.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:45 smithi046 ceph-mon[28345]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:47.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:47 smithi120 ceph-mon[31789]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:47.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:47 smithi046 ceph-mon[28345]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:49.156 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:49 smithi046 ceph-mon[28345]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:49.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:59:48 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:59:48] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-04-22T15:59:49.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:49 smithi120 ceph-mon[31789]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:51.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:51 smithi120 ceph-mon[31789]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:51.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:51 smithi046 ceph-mon[28345]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:53.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:53 smithi120 ceph-mon[31789]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:53.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:53 smithi046 ceph-mon[28345]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:55.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:55 smithi120 ceph-mon[31789]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:55.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:55 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:55.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:55 smithi046 ceph-mon[28345]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:55.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:55 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T15:59:57.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:57 smithi120 ceph-mon[31789]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:57.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:57 smithi046 ceph-mon[28345]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:59.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 15:59:59 smithi046 ceph-mon[28345]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T15:59:59.156 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 15:59:58 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:15:59:58] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-04-22T15:59:59.281 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 15:59:59 smithi120 ceph-mon[31789]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:00.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:00 smithi046 ceph-mon[28345]: overall HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-22T16:00:00.531 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:00 smithi120 ceph-mon[31789]: overall HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-22T16:00:01.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:01 smithi046 ceph-mon[28345]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:01.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:01 smithi120 ceph-mon[31789]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:03.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:03 smithi046 ceph-mon[28345]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:03.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:03 smithi120 ceph-mon[31789]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:05.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:05 smithi046 ceph-mon[28345]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:05.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:05 smithi120 ceph-mon[31789]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:07.334 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:07 smithi120 ceph-mon[31789]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:07.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:07 smithi046 ceph-mon[28345]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:09.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:09 smithi046 ceph-mon[28345]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:09.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:08 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:16:00:08] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-04-22T16:00:09.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:09 smithi120 ceph-mon[31789]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:10.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:10 smithi046 ceph-mon[28345]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T16:00:10.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:10 smithi120 ceph-mon[31789]: from='mgr.14409 172.21.15.46:0/1866710506' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-22T16:00:11.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:11 smithi046 ceph-mon[28345]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:11.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:11 smithi120 ceph-mon[31789]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:13.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:13 smithi046 ceph-mon[28345]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:13.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:13 smithi120 ceph-mon[31789]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:15.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:15 smithi046 ceph-mon[28345]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:15.531 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:15 smithi120 ceph-mon[31789]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:17.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:17 smithi046 ceph-mon[28345]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:17.531 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:17 smithi120 ceph-mon[31789]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:19.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:19 smithi046 ceph-mon[28345]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:19.155 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:18 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: ::ffff:172.21.15.120 - - [22/Apr/2024:16:00:18] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-04-22T16:00:19.531 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:19 smithi120 ceph-mon[31789]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:20.808 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.120:9095/api/v1/status/config 2024-04-22T16:00:20.813 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.120:9095/api/v1/status/config 2024-04-22T16:00:20.813 INFO:teuthology.orchestra.run.smithi046.stderr:+ jq -e '.status == "success"' 2024-04-22T16:00:20.818 INFO:teuthology.orchestra.run.smithi046.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: e00d4de6-00bf-11ef-bc93-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.46: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: e00d4de6-00bf-11ef-bc93-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.46: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: e00d4de6-00bf-11ef-bc93-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.46: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: e00d4de6-00bf-11ef-bc93-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.46: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.46:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-04-22T16:00:20.818 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.120:9095/api/v1/alerts 2024-04-22T16:00:20.822 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.120:9095/api/v1/alerts 2024-04-22T16:00:20.822 INFO:teuthology.orchestra.run.smithi046.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-22T16:00:20.826 INFO:teuthology.orchestra.run.smithi046.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 smithi133","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-22T15:58:50.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 smithi133\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-22T15:58:50.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"e00d4de6-00bf-11ef-bc93-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-04-22T15:58:50.13866993Z","value":"1e+00"}]}}true 2024-04-22T16:00:20.826 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.133:9093/api/v1/status 2024-04-22T16:00:20.831 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.133:9093/api/v1/alerts 2024-04-22T16:00:20.835 INFO:teuthology.orchestra.run.smithi046.stderr:+ curl -s http://172.21.15.133:9093/api/v1/alerts 2024-04-22T16:00:20.835 INFO:teuthology.orchestra.run.smithi046.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-22T16:00:20.839 INFO:teuthology.orchestra.run.smithi046.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://smithi046: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://smithi120.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://smithi046: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://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-22T15:55:25.928665125Z","clusterStatus":{"name":"01HW389VB7M0ZVEEKFZPNBEDVA","status":"ready","peers":[{"name":"01HW389VB7M0ZVEEKFZPNBEDVA","address":"172.21.15.133:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"e00d4de6-00bf-11ef-bc93-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 smithi133\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-22T15:59:20.084Z","endsAt":"2024-04-22T16:03:20.084Z","generatorURL":"http://172.21.15.120: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":"1791b4bb882d7ce3"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"e00d4de6-00bf-11ef-bc93-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 smithi133","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-22T15:59:20.084Z","endsAt":"2024-04-22T16:03:20.084Z","generatorURL":"http://172.21.15.120: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":"2b5075f03efb2736"}]}true 2024-04-22T16:00:21.405 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:21 smithi046 ceph-mon[28345]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:21.532 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:21 smithi120 ceph-mon[31789]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-22T16:00:21.709 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T16:00:21.718 INFO:tasks.cephadm:Teardown begin 2024-04-22T16:00:21.718 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T16:00:21.749 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T16:00:21.781 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T16:00:21.813 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T16:00:21.813 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T16:00:21.830 DEBUG:teuthology.orchestra.run.smithi120:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T16:00:21.846 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T16:00:21.870 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T16:00:21.870 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T16:00:21.871 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a 2024-04-22T16:00:22.155 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:21 smithi046 systemd[1]: Stopping Ceph mon.a for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T16:00:22.568 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a[28322]: 2024-04-22T16:00:22.178+0000 7f0d86157700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T16:00:22.568 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a[28322]: 2024-04-22T16:00:22.178+0000 7f0d86157700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-22T16:00:22.569 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:22 smithi046 podman[53974]: 2024-04-22 16:00:22.312371087 +0000 UTC m=+0.249284732 container died 9bf1604bb1f6740138ceb098a450c48d3780efe039d1a1a4e34e5f0ce9e04274 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS) 2024-04-22T16:00:22.569 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:16:00:22] ENGINE Bus STOPPING 2024-04-22T16:00:22.569 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:16:00:22] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-22T16:00:22.569 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:16:00:22] ENGINE Bus STOPPED 2024-04-22T16:00:22.569 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:16:00:22] ENGINE Bus STARTING 2024-04-22T16:00:22.569 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:16:00:22] ENGINE Serving on http://:::9283 2024-04-22T16:00:22.569 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:22 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: [22/Apr/2024:16:00:22] ENGINE Bus STARTED 2024-04-22T16:00:22.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:22 smithi046 podman[53974]: 2024-04-22 16:00:22.665113321 +0000 UTC m=+0.602026964 container cleanup 9bf1604bb1f6740138ceb098a450c48d3780efe039d1a1a4e34e5f0ce9e04274 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_BRANCH=HEAD) 2024-04-22T16:00:22.905 INFO:journalctl@ceph.mon.a.smithi046.stdout:Apr 22 16:00:22 smithi046 bash[53974]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-a 2024-04-22T16:00:23.144 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T16:00:23.187 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:23.188 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T16:00:23.188 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-22T16:00:23.188 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.b 2024-04-22T16:00:23.494 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:23 smithi120 systemd[1]: Stopping Ceph mon.b for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T16:00:23.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:23 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-b[31766]: 2024-04-22T16:00:23.491+0000 7fa5965d0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T16:00:23.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:23 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-b[31766]: 2024-04-22T16:00:23.491+0000 7fa5965d0700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-22T16:00:23.782 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:23 smithi120 podman[43424]: 2024-04-22 16:00:23.624795648 +0000 UTC m=+0.238854864 container died f1e2988e828142491465d2925039508e0ceecd68d91bf8f5c8c105a8493f7f66 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-b, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, ceph=True, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T16:00:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:24 smithi120 podman[43424]: 2024-04-22 16:00:24.113344768 +0000 UTC m=+0.727403973 container cleanup f1e2988e828142491465d2925039508e0ceecd68d91bf8f5c8c105a8493f7f66 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2) 2024-04-22T16:00:24.282 INFO:journalctl@ceph.mon.b.smithi120.stdout:Apr 22 16:00:24 smithi120 bash[43424]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mon-b 2024-04-22T16:00:24.447 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.b.service' 2024-04-22T16:00:24.490 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:24.491 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-22T16:00:24.491 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-22T16:00:24.491 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.c 2024-04-22T16:00:24.526 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mon.c.service' 2024-04-22T16:00:24.727 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:24.728 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-22T16:00:24.728 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-22T16:00:24.728 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.a 2024-04-22T16:00:25.065 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:24 smithi046 systemd[1]: Stopping Ceph mgr.a for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T16:00:25.339 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:25 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T16:00:25.061+0000 7f9f68dca700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T16:00:25.339 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:25 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a[28602]: 2024-04-22T16:00:25.061+0000 7f9f68dca700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-22T16:00:25.339 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:25 smithi046 podman[54117]: 2024-04-22 16:00:25.094597924 +0000 UTC m=+0.163980252 container died 14566c95e3421cd26b7d18225d840723116269a0adf32f05e147edd3be813863 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-04-22T16:00:25.655 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:25 smithi046 podman[54117]: 2024-04-22 16:00:25.42778021 +0000 UTC m=+0.497162519 container cleanup 14566c95e3421cd26b7d18225d840723116269a0adf32f05e147edd3be813863 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0) 2024-04-22T16:00:25.655 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:25 smithi046 bash[54117]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a 2024-04-22T16:00:25.655 INFO:journalctl@ceph.mgr.a.smithi046.stdout:Apr 22 16:00:25 smithi046 podman[54136]: 2024-04-22 16:00:25.570525212 +0000 UTC m=+0.476753798 container remove 14566c95e3421cd26b7d18225d840723116269a0adf32f05e147edd3be813863 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5883d494d3973b30b3f03e4a3f0e1e06e3c131aa, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49) 2024-04-22T16:00:25.780 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-22T16:00:25.814 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:25.814 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-22T16:00:25.814 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-22T16:00:25.814 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.b 2024-04-22T16:00:26.152 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 16:00:25 smithi120 systemd[1]: Stopping Ceph mgr.b for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T16:00:26.436 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 16:00:26 smithi120 podman[43554]: 2024-04-22 16:00:26.149432776 +0000 UTC m=+0.147358365 container died b1ff2bc9a50d82c86be11806bcff5820f39c686c7dd7c15a8ff976ccc907cf21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-04-22T16:00:26.770 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 16:00:26 smithi120 podman[43554]: 2024-04-22 16:00:26.509119665 +0000 UTC m=+0.507045253 container cleanup b1ff2bc9a50d82c86be11806bcff5820f39c686c7dd7c15a8ff976ccc907cf21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True) 2024-04-22T16:00:26.770 INFO:journalctl@ceph.mgr.b.smithi120.stdout:Apr 22 16:00:26 smithi120 bash[43554]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-mgr-b 2024-04-22T16:00:26.891 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-22T16:00:26.923 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:26.923 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-22T16:00:26.923 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-22T16:00:26.923 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.0 2024-04-22T16:00:27.219 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:26 smithi046 systemd[1]: Stopping Ceph osd.0 for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T16:00:27.655 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:27 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0[41642]: 2024-04-22T16:00:27.217+0000 7fba46f41700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T16:00:27.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:27 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0[41642]: 2024-04-22T16:00:27.217+0000 7fba46f41700 -1 osd.0 22 *** Got signal Terminated *** 2024-04-22T16:00:27.656 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:27 smithi046 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0[41642]: 2024-04-22T16:00:27.217+0000 7fba46f41700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-22T16:00:32.977 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:32 smithi046 podman[54247]: 2024-04-22 16:00:32.716239274 +0000 UTC m=+5.597926081 container died 7524053a98ea048e6113c2342b56928c4f1230c7799977f6282c7f0282868e32 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0, GIT_CLEAN=True, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T16:00:33.326 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 podman[54247]: 2024-04-22 16:00:33.073414415 +0000 UTC m=+5.955101218 container cleanup 7524053a98ea048e6113c2342b56928c4f1230c7799977f6282c7f0282868e32 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-04-22T16:00:33.327 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 bash[54247]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0 2024-04-22T16:00:33.646 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 podman[54269]: 2024-04-22 16:00:33.324600231 +0000 UTC m=+0.610392945 container remove 7524053a98ea048e6113c2342b56928c4f1230c7799977f6282c7f0282868e32 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, maintainer=Guillaume Abrioux ) 2024-04-22T16:00:33.906 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 podman[54369]: 2024-04-22 16:00:33.546129135 +0000 UTC m=+0.018662242 image pull 3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb 2024-04-22T16:00:33.906 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 podman[54369]: 2024-04-22 16:00:33.651091375 +0000 UTC m=+0.123624499 container create 0c07ecae0aa019de1e4828e18e7c5abc89cfb90d6b5d990a454f17844ac00395 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0-deactivate, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-04-22T16:00:33.906 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 podman[54369]: 2024-04-22 16:00:33.845896535 +0000 UTC m=+0.318429639 container init 0c07ecae0aa019de1e4828e18e7c5abc89cfb90d6b5d990a454f17844ac00395 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0-deactivate, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, io.buildah.version=1.33.5, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2) 2024-04-22T16:00:33.906 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 podman[54369]: 2024-04-22 16:00:33.851610625 +0000 UTC m=+0.324143711 container start 0c07ecae0aa019de1e4828e18e7c5abc89cfb90d6b5d990a454f17844ac00395 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux ) 2024-04-22T16:00:34.406 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:33 smithi046 podman[54369]: 2024-04-22 16:00:33.91191378 +0000 UTC m=+0.384446876 container attach 0c07ecae0aa019de1e4828e18e7c5abc89cfb90d6b5d990a454f17844ac00395 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-0809-5883d49) 2024-04-22T16:00:34.406 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:34 smithi046 podman[54369]: 2024-04-22 16:00:34.150764258 +0000 UTC m=+0.623297350 container died 0c07ecae0aa019de1e4828e18e7c5abc89cfb90d6b5d990a454f17844ac00395 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-04-22T16:00:34.702 INFO:journalctl@ceph.osd.0.smithi046.stdout:Apr 22 16:00:34 smithi046 podman[54415]: 2024-04-22 16:00:34.698539469 +0000 UTC m=+0.541923189 container remove 0c07ecae0aa019de1e4828e18e7c5abc89cfb90d6b5d990a454f17844ac00395 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-0-deactivate, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-04-22T16:00:34.735 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.0.service' 2024-04-22T16:00:34.773 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:34.773 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-22T16:00:34.773 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-22T16:00:34.774 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.1 2024-04-22T16:00:35.282 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:34 smithi120 systemd[1]: Stopping Ceph osd.1 for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T16:00:35.782 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:35 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1[36403]: 2024-04-22T16:00:35.354+0000 7f476618a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T16:00:35.782 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:35 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1[36403]: 2024-04-22T16:00:35.354+0000 7f476618a700 -1 osd.1 22 *** Got signal Terminated *** 2024-04-22T16:00:35.782 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:35 smithi120 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1[36403]: 2024-04-22T16:00:35.354+0000 7f476618a700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-22T16:00:41.098 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:40 smithi120 podman[43684]: 2024-04-22 16:00:40.825013059 +0000 UTC m=+5.866752371 container died 8936463aeac2a5edf19434374ecef9ce38a314c0adb0285c43f0af9fe34ea12c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T16:00:41.455 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:41 smithi120 podman[43684]: 2024-04-22 16:00:41.194500306 +0000 UTC m=+6.236239621 container cleanup 8936463aeac2a5edf19434374ecef9ce38a314c0adb0285c43f0af9fe34ea12c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0) 2024-04-22T16:00:41.455 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:41 smithi120 bash[43684]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1 2024-04-22T16:00:41.747 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:41 smithi120 podman[43709]: 2024-04-22 16:00:41.453480443 +0000 UTC m=+0.624745271 container remove 8936463aeac2a5edf19434374ecef9ce38a314c0adb0285c43f0af9fe34ea12c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.build-date=20240416, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T16:00:42.032 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:41 smithi120 podman[43812]: 2024-04-22 16:00:41.64820293 +0000 UTC m=+0.017343776 image pull 3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb 2024-04-22T16:00:42.032 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:41 smithi120 podman[43812]: 2024-04-22 16:00:41.754425746 +0000 UTC m=+0.123566577 container create 4cf79372a53a96d1bb29778f9b50b7a567d1e7f4fec428919de898894160bbe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-22T16:00:42.032 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:41 smithi120 podman[43812]: 2024-04-22 16:00:41.956835661 +0000 UTC m=+0.325976484 container init 4cf79372a53a96d1bb29778f9b50b7a567d1e7f4fec428919de898894160bbe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, ceph=True) 2024-04-22T16:00:42.032 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:41 smithi120 podman[43812]: 2024-04-22 16:00:41.962379432 +0000 UTC m=+0.331520258 container start 4cf79372a53a96d1bb29778f9b50b7a567d1e7f4fec428919de898894160bbe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1-deactivate, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2) 2024-04-22T16:00:42.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:42 smithi120 podman[43812]: 2024-04-22 16:00:42.048144181 +0000 UTC m=+0.417285019 container attach 4cf79372a53a96d1bb29778f9b50b7a567d1e7f4fec428919de898894160bbe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T16:00:42.532 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:42 smithi120 podman[43812]: 2024-04-22 16:00:42.266018505 +0000 UTC m=+0.635159333 container died 4cf79372a53a96d1bb29778f9b50b7a567d1e7f4fec428919de898894160bbe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-22T16:00:42.810 INFO:journalctl@ceph.osd.1.smithi120.stdout:Apr 22 16:00:42 smithi120 podman[43859]: 2024-04-22 16:00:42.784199938 +0000 UTC m=+0.513356340 container remove 4cf79372a53a96d1bb29778f9b50b7a567d1e7f4fec428919de898894160bbe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-1-deactivate, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux ) 2024-04-22T16:00:42.815 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.1.service' 2024-04-22T16:00:42.852 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:42.852 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-22T16:00:42.852 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-22T16:00:42.852 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.2 2024-04-22T16:00:43.162 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:42 smithi133 systemd[1]: Stopping Ceph osd.2 for e00d4de6-00bf-11ef-bc93-c7b262605968... 2024-04-22T16:00:43.662 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:43 smithi133 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2[36264]: 2024-04-22T16:00:43.162+0000 7efce3899700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T16:00:43.662 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:43 smithi133 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2[36264]: 2024-04-22T16:00:43.162+0000 7efce3899700 -1 osd.2 22 *** Got signal Terminated *** 2024-04-22T16:00:43.663 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:43 smithi133 ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2[36264]: 2024-04-22T16:00:43.162+0000 7efce3899700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-22T16:00:49.095 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:48 smithi133 podman[44714]: 2024-04-22 16:00:48.693973206 +0000 UTC m=+5.647879840 container died 869c76e3a59c774ff1f56cd729e6493ce4d6b15f98220334db77020884b40b20 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD) 2024-04-22T16:00:49.412 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 podman[44714]: 2024-04-22 16:00:49.093206619 +0000 UTC m=+6.047113282 container cleanup 869c76e3a59c774ff1f56cd729e6493ce4d6b15f98220334db77020884b40b20 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-22T16:00:49.412 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 bash[44714]: ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2 2024-04-22T16:00:49.413 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 podman[44736]: 2024-04-22 16:00:49.319175896 +0000 UTC m=+0.622085521 container remove 869c76e3a59c774ff1f56cd729e6493ce4d6b15f98220334db77020884b40b20 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-04-22T16:00:49.912 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 podman[44832]: 2024-04-22 16:00:49.549118243 +0000 UTC m=+0.018071092 image pull 3d983c26e278e01e9b639456b0249f83c9cc4e6f892b34f6e771c11bdf167655 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb 2024-04-22T16:00:49.913 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 podman[44832]: 2024-04-22 16:00:49.653208815 +0000 UTC m=+0.122161666 container create 171e4bea29cb351d2e2fd6fd31a2604e914019579f6e4b93bf9f946d2a607de9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-04-22T16:00:49.913 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 podman[44832]: 2024-04-22 16:00:49.838748666 +0000 UTC m=+0.307701513 container init 171e4bea29cb351d2e2fd6fd31a2604e914019579f6e4b93bf9f946d2a607de9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2-deactivate, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-04-22T16:00:49.913 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 podman[44832]: 2024-04-22 16:00:49.843911195 +0000 UTC m=+0.312864045 container start 171e4bea29cb351d2e2fd6fd31a2604e914019579f6e4b93bf9f946d2a607de9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T16:00:50.412 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:49 smithi133 podman[44832]: 2024-04-22 16:00:49.925784217 +0000 UTC m=+0.394737066 container attach 171e4bea29cb351d2e2fd6fd31a2604e914019579f6e4b93bf9f946d2a607de9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T16:00:50.413 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:50 smithi133 podman[44832]: 2024-04-22 16:00:50.139209725 +0000 UTC m=+0.608162566 container died 171e4bea29cb351d2e2fd6fd31a2604e914019579f6e4b93bf9f946d2a607de9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240416) 2024-04-22T16:00:50.687 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 22 16:00:50 smithi133 podman[44877]: 2024-04-22 16:00:50.666329274 +0000 UTC m=+0.522061326 container remove 171e4bea29cb351d2e2fd6fd31a2604e914019579f6e4b93bf9f946d2a607de9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:723695d45457befe8773a74f1dc5b88a518c622ccec5f4879018f9c82e2c2abb, name=ceph-e00d4de6-00bf-11ef-bc93-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-0809-5883d49, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T16:00:50.691 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e00d4de6-00bf-11ef-bc93-c7b262605968@osd.2.service' 2024-04-22T16:00:50.729 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T16:00:50.729 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-22T16:00:50.729 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T16:00:50.931 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T16:00:54.417 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T16:00:54.622 INFO:teuthology.orchestra.run.smithi120.stdout:Deleting cluster with fsid: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T16:00:58.075 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T16:00:58.265 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T16:01:01.639 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T16:01:01.672 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T16:01:01.703 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T16:01:01.728 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T16:01:01.730 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi046/crash 2024-04-22T16:01:01.730 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash -- . 2024-04-22T16:01:01.766 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T16:01:01.766 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-04-22T16:01:01.768 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi120/crash 2024-04-22T16:01:01.769 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash -- . 2024-04-22T16:01:01.815 INFO:teuthology.orchestra.run.smithi120.stderr:tar: /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T16:01:01.815 INFO:teuthology.orchestra.run.smithi120.stderr:tar: Error is not recoverable: exiting now 2024-04-22T16:01:01.817 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi133/crash 2024-04-22T16:01:01.818 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash -- . 2024-04-22T16:01:01.863 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T16:01:01.863 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-04-22T16:01:01.864 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T16:01:01.865 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-22T16:01:01.897 INFO:tasks.cephadm:Compressing logs... 2024-04-22T16:01:01.897 DEBUG:teuthology.orchestra.run.smithi046:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T16:01:01.940 DEBUG:teuthology.orchestra.run.smithi120:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T16:01:01.942 DEBUG:teuthology.orchestra.run.smithi133:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:: No such file or directory 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log: 87.7% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr: 82.0% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T16:01:01.969 INFO:teuthology.orchestra.run.smithi133.stderr: 89.9% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T16:01:01.970 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T16:01:01.970 INFO:teuthology.orchestra.run.smithi046.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log 2024-04-22T16:01:01.970 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-04-22T16:01:01.970 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr: 87.6% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mgr.a.log: -5 --verbose 83.2% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr: -- /var/log/ceph/cephadm.log 2024-04-22T16:01:01.971 INFO:teuthology.orchestra.run.smithi046.stderr: 89.8% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T16:01:01.972 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 91.1% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T16:01:01.972 INFO:teuthology.orchestra.run.smithi133.stderr: 91.0% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T16:01:01.974 INFO:teuthology.orchestra.run.smithi120.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:: No such file or directory 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.1.log: 87.7% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr: 82.1% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr: 90.0% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 83.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr: 91.0% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T16:01:01.975 INFO:teuthology.orchestra.run.smithi120.stderr: 90.8% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-22T16:01:01.989 INFO:teuthology.orchestra.run.smithi046.stderr: 92.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T16:01:02.005 INFO:teuthology.orchestra.run.smithi133.stderr: 93.6% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-22T16:01:02.009 INFO:teuthology.orchestra.run.smithi046.stderr: 93.6% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-22T16:01:02.025 INFO:teuthology.orchestra.run.smithi133.stderr: 92.9% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-22T16:01:02.027 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-22T16:01:02.027 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.071s 2024-04-22T16:01:02.027 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.108s 2024-04-22T16:01:02.027 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.019s 2024-04-22T16:01:02.041 INFO:teuthology.orchestra.run.smithi120.stderr: 93.0% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-22T16:01:02.042 INFO:teuthology.orchestra.run.smithi120.stderr: 93.9% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-22T16:01:02.044 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-04-22T16:01:02.044 INFO:teuthology.orchestra.run.smithi120.stderr:real 0m0.088s 2024-04-22T16:01:02.044 INFO:teuthology.orchestra.run.smithi120.stderr:user 0m0.162s 2024-04-22T16:01:02.044 INFO:teuthology.orchestra.run.smithi120.stderr:sys 0m0.026s 2024-04-22T16:01:02.065 INFO:teuthology.orchestra.run.smithi046.stderr: 90.2% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-22T16:01:02.221 INFO:teuthology.orchestra.run.smithi046.stderr: 91.0% -- replaced with /var/log/ceph/e00d4de6-00bf-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T16:01:02.223 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-04-22T16:01:02.223 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m0.269s 2024-04-22T16:01:02.223 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m0.424s 2024-04-22T16:01:02.223 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.028s 2024-04-22T16:01:02.223 INFO:tasks.cephadm:Archiving logs... 2024-04-22T16:01:02.223 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi046/log 2024-04-22T16:01:02.224 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T16:01:02.362 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi120/log 2024-04-22T16:01:02.363 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T16:01:02.416 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi133/log 2024-04-22T16:01:02.417 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T16:01:02.459 INFO:tasks.cephadm:Removing cluster... 2024-04-22T16:01:02.459 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 --force 2024-04-22T16:01:02.648 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T16:01:02.903 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 --force 2024-04-22T16:01:03.091 INFO:teuthology.orchestra.run.smithi120.stdout:Deleting cluster with fsid: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T16:01:03.339 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e00d4de6-00bf-11ef-bc93-c7b262605968 --force 2024-04-22T16:01:03.529 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: e00d4de6-00bf-11ef-bc93-c7b262605968 2024-04-22T16:01:03.784 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T16:01:03.784 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T16:01:03.803 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T16:01:03.819 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T16:01:03.834 INFO:tasks.cephadm:Teardown complete 2024-04-22T16:01:03.834 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T16:01:03.843 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-22T16:01:03.843 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T16:01:03.846 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T16:01:03.861 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T16:01:03.974 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T16:01:03.983 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T16:01:03.983 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T16:01:03.986 DEBUG:teuthology.orchestra.run.smithi120:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T16:01:03.988 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T16:01:03.999 INFO:teuthology.orchestra.run.smithi120.stderr:bash: line 1: ntpq: command not found 2024-04-22T16:01:04.000 INFO:teuthology.orchestra.run.smithi046.stderr:bash: line 1: ntpq: command not found 2024-04-22T16:01:04.001 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-22T16:01:04.002 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T16:01:04.002 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2024-04-22T16:01:04.003 INFO:teuthology.orchestra.run.smithi120.stdout:^- hv01.front.sepia.ceph.com 2 6 377 5 -2014us[-2001us] +/- 596ms 2024-04-22T16:01:04.003 INFO:teuthology.orchestra.run.smithi120.stdout:^* hv02.front.sepia.ceph.com 3 6 377 4 +207us[ +220us] +/- 79ms 2024-04-22T16:01:04.003 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 -169us[ -169us] +/- 74ms 2024-04-22T16:01:04.003 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T16:01:04.004 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T16:01:04.004 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2024-04-22T16:01:04.004 INFO:teuthology.orchestra.run.smithi046.stdout:^- hv01.front.sepia.ceph.com 2 6 377 6 -1978us[-1956us] +/- 596ms 2024-04-22T16:01:04.004 INFO:teuthology.orchestra.run.smithi046.stdout:^* hv02.front.sepia.ceph.com 3 6 377 4 +212us[ +234us] +/- 79ms 2024-04-22T16:01:04.004 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 -159us[ -159us] +/- 74ms 2024-04-22T16:01:04.004 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T16:01:04.006 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T16:01:04.006 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-22T16:01:04.006 INFO:teuthology.orchestra.run.smithi133.stdout:^- hv01.front.sepia.ceph.com 2 6 377 6 -2032us[-2040us] +/- 596ms 2024-04-22T16:01:04.006 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv02.front.sepia.ceph.com 3 6 377 6 +199us[ +190us] +/- 79ms 2024-04-22T16:01:04.006 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 7 -177us[ -186us] +/- 74ms 2024-04-22T16:01:04.006 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T16:01:04.007 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T16:01:04.015 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T16:01:04.016 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T16:01:04.024 DEBUG:teuthology.orchestra.run.smithi046:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T16:01:04.122 DEBUG:teuthology.orchestra.run.smithi120:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T16:01:04.182 DEBUG:teuthology.orchestra.run.smithi133:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T16:01:04.243 DEBUG:teuthology.orchestra.run.smithi046:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T16:01:04.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T16:01:04.274 DEBUG:teuthology.orchestra.run.smithi120:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T16:01:04.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T16:01:04.300 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T16:01:04.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T16:01:04.326 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T16:01:04.335 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T16:01:04.401 INFO:teuthology.task.internal:Duration was 1064.194563 seconds 2024-04-22T16:01:04.401 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T16:01:04.410 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T16:01:04.410 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T16:01:04.413 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T16:01:04.415 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T16:01:04.449 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T16:01:04.451 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T16:01:04.453 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T16:01:04.825 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T16:01:04.825 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-04-22T16:01:04.825 DEBUG:teuthology.orchestra.run.smithi046:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T16:01:04.849 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi120.front.sepia.ceph.com 2024-04-22T16:01:04.849 DEBUG:teuthology.orchestra.run.smithi120:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T16:01:04.893 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-04-22T16:01:04.893 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T16:01:04.913 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T16:01:04.914 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T16:01:04.916 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T16:01:04.935 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T16:01:04.978 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T16:01:04.978 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T16:01:04.986 DEBUG:teuthology.orchestra.run.smithi120:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T16:01:05.002 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T16:01:05.171 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T16:01:05.181 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T16:01:05.181 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T16:01:05.205 DEBUG:teuthology.orchestra.run.smithi120:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T16:01:05.228 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T16:01:05.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T16:01:05.261 DEBUG:teuthology.orchestra.run.smithi046:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T16:01:05.263 DEBUG:teuthology.orchestra.run.smithi120:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T16:01:05.270 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T16:01:05.284 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-04-22T16:01:05.289 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = core 2024-04-22T16:01:05.313 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-04-22T16:01:05.328 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T16:01:05.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T16:01:05.368 DEBUG:teuthology.orchestra.run.smithi120:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T16:01:05.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T16:01:05.382 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T16:01:05.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T16:01:05.396 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T16:01:05.406 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T16:01:05.407 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi046 2024-04-22T16:01:05.407 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T16:01:05.444 DEBUG:teuthology.misc:Transferring archived files from smithi120:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi120 2024-04-22T16:01:05.444 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T16:01:05.477 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_14:50:52-orch:cephadm-wip-adk-testing-2024-04-22-0809-distro-default-smithi/7668409/remote/smithi133 2024-04-22T16:01:05.477 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T16:01:05.509 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T16:01:05.509 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T16:01:05.511 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T16:01:05.514 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T16:01:05.557 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T16:01:05.569 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T16:01:05.569 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T16:01:05.630 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T16:01:05.630 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T16:01:05.632 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T16:01:05.635 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T16:01:05.645 INFO:teuthology.orchestra.run.smithi046.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 16:01 /home/ubuntu/cephtest 2024-04-22T16:01:05.646 INFO:teuthology.orchestra.run.smithi120.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 16:01 /home/ubuntu/cephtest 2024-04-22T16:01:05.648 INFO:teuthology.orchestra.run.smithi133.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 16:01 /home/ubuntu/cephtest 2024-04-22T16:01:05.649 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T16:01:05.659 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T16:01:05.682 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 1064.1945629119873 flavor: default owner: scheduled_adking@teuthology success: true 2024-04-22T16:01:05.682 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T16:01:05.771 INFO:teuthology.run:pass