2024-03-10T02:09:52.872 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-10T02:09:52.873 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831 --name yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/orig.config.yaml 2024-03-10T02:09:52.902 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-10T02:09:52.976 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831 branch: wip-yuri4-testing-2024-03-05-0854 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7587831' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-03-05-0854 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 sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-03-05-0854 sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 6371 sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-03-05-0854 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_831bc188fa69f143bbba69ac76119e784500e8e3/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 targets: smithi090.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDbVDzbYZPe81JJ5gbvWciJZC8VdkLV6zEUM6i8swf+2duLPrysA3D3ruRQo6H05V7ZPGSMydMiNVRjEFQr7ToI= smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDpBZq04vZjK6QqoCXAtyjBe0+qGE+Kt0IHqdVc68g73i5sZZli8e7stRfC9RttHWi+nO+LpSjQChcTt2wtfaTI= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBLSD+7kIRHGFyKXCnqOKH++jDsGqZSvlCSBw7RF8xG1tGpArkaz+sWlcQoSmlkR4XS78e0ISKUtJJg3Wpo2ig= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-08_16:20:46 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-10T02:09:52.976 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_831bc188fa69f143bbba69ac76119e784500e8e3/qa; will attempt to use it 2024-03-10T02:09:52.977 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_831bc188fa69f143bbba69ac76119e784500e8e3/qa/tasks 2024-03-10T02:09:52.977 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-10T02:09:52.978 INFO:teuthology.task.internal:Checking packages... 2024-03-10T02:09:53.001 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '831bc188fa69f143bbba69ac76119e784500e8e3' 2024-03-10T02:09:53.001 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-10T02:09:53.001 INFO:teuthology.packaging:ref: None 2024-03-10T02:09:53.001 INFO:teuthology.packaging:tag: None 2024-03-10T02:09:53.001 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-03-05-0854 2024-03-10T02:09:53.001 INFO:teuthology.packaging:sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T02:09:53.002 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri4-testing-2024-03-05-0854 2024-03-10T02:09:53.219 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1875.g831bc188 2024-03-10T02:09:53.221 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-10T02:09:53.227 INFO:teuthology.task.internal:no buildpackages task found 2024-03-10T02:09:53.227 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-10T02:09:53.249 INFO:teuthology.task.internal:Saving configuration 2024-03-10T02:09:53.261 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-10T02:09:53.275 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T02:09:53.300 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831', '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-03-10 02:04:19.246941', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDbVDzbYZPe81JJ5gbvWciJZC8VdkLV6zEUM6i8swf+2duLPrysA3D3ruRQo6H05V7ZPGSMydMiNVRjEFQr7ToI='} 2024-03-10T02:09:53.322 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831', '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-03-10 02:04:19.248269', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDpBZq04vZjK6QqoCXAtyjBe0+qGE+Kt0IHqdVc68g73i5sZZli8e7stRfC9RttHWi+nO+LpSjQChcTt2wtfaTI='} 2024-03-10T02:09:53.343 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831', '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-03-10 02:04:19.245417', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBLSD+7kIRHGFyKXCnqOKH++jDsGqZSvlCSBw7RF8xG1tGpArkaz+sWlcQoSmlkR4XS78e0ISKUtJJg3Wpo2ig='} 2024-03-10T02:09:53.343 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-10T02:09:53.350 INFO:teuthology.task.internal:roles: ubuntu@smithi090.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-10T02:09:53.350 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-10T02:09:53.350 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-10T02:09:53.350 INFO:teuthology.run_tasks:Running task console_log... 2024-03-10T02:09:53.471 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f81fc71ff70>, signals=[15]) 2024-03-10T02:09:53.471 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-10T02:09:53.478 INFO:teuthology.task.internal:Opening connections... 2024-03-10T02:09:53.479 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi090.front.sepia.ceph.com 2024-03-10T02:09:53.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:09:53.576 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2024-03-10T02:09:53.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:09:53.668 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2024-03-10T02:09:53.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:09:53.764 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-10T02:09:53.772 DEBUG:teuthology.orchestra.run.smithi090:> uname -m 2024-03-10T02:09:53.790 INFO:teuthology.orchestra.run.smithi090.stdout:x86_64 2024-03-10T02:09:53.790 DEBUG:teuthology.orchestra.run.smithi090:> cat /etc/os-release 2024-03-10T02:09:53.847 INFO:teuthology.orchestra.run.smithi090.stdout:NAME="CentOS Stream" 2024-03-10T02:09:53.847 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION="9" 2024-03-10T02:09:53.847 INFO:teuthology.orchestra.run.smithi090.stdout:ID="centos" 2024-03-10T02:09:53.847 INFO:teuthology.orchestra.run.smithi090.stdout:ID_LIKE="rhel fedora" 2024-03-10T02:09:53.847 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION_ID="9" 2024-03-10T02:09:53.847 INFO:teuthology.orchestra.run.smithi090.stdout:PLATFORM_ID="platform:el9" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:ANSI_COLOR="0;31" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:LOGO="fedora-logo-icon" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:HOME_URL="https://centos.org/" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-10T02:09:53.848 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-10T02:09:53.849 INFO:teuthology.lock.ops:Updating smithi090.front.sepia.ceph.com on lock server 2024-03-10T02:09:53.891 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2024-03-10T02:09:53.908 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2024-03-10T02:09:53.909 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="CentOS Stream" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="9" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:ID="centos" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="rhel fedora" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="9" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el9" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2024-03-10T02:09:53.967 INFO:teuthology.orchestra.run.smithi092.stdout:LOGO="fedora-logo-icon" 2024-03-10T02:09:53.968 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-10T02:09:53.968 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://centos.org/" 2024-03-10T02:09:53.968 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-10T02:09:53.968 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-10T02:09:53.968 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-10T02:09:53.968 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2024-03-10T02:09:54.013 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2024-03-10T02:09:54.031 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2024-03-10T02:09:54.031 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2024-03-10T02:09:54.088 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="CentOS Stream" 2024-03-10T02:09:54.088 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="9" 2024-03-10T02:09:54.088 INFO:teuthology.orchestra.run.smithi183.stdout:ID="centos" 2024-03-10T02:09:54.088 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="rhel fedora" 2024-03-10T02:09:54.088 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="9" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el9" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:LOGO="fedora-logo-icon" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://centos.org/" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-10T02:09:54.089 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-10T02:09:54.089 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2024-03-10T02:09:54.112 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-10T02:09:54.122 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-10T02:09:54.165 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-10T02:09:54.165 DEBUG:teuthology.orchestra.run.smithi090:> test '!' -e /home/ubuntu/cephtest 2024-03-10T02:09:54.170 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2024-03-10T02:09:54.173 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2024-03-10T02:09:54.189 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-10T02:09:54.195 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-10T02:09:54.195 DEBUG:teuthology.orchestra.run.smithi090:> test -z $(ls -A /var/lib/ceph) 2024-03-10T02:09:54.224 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2024-03-10T02:09:54.229 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2024-03-10T02:09:54.335 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-10T02:09:54.414 INFO:teuthology.run_tasks:Running task kernel... 2024-03-10T02:09:54.429 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-10T02:09:54.429 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-10T02:09:54.430 DEBUG:teuthology.orchestra.run.smithi090:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-10T02:09:54.430 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-10T02:09:54.431 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-10T02:09:54.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:09:54.447 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-03-10T02:09:54.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:09:54.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:09:54.449 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-03-10T02:09:54.449 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-03-10T02:09:54.504 INFO:teuthology.orchestra.run.smithi092.stdout:5.14.0-361.el9.x86_64 2024-03-10T02:09:54.504 INFO:teuthology.task.kernel:Running kernel on smithi092: 5.14.0-361.el9.x86_64 2024-03-10T02:09:54.504 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2024-03-10T02:09:54.505 INFO:teuthology.orchestra.run.smithi090.stdout:5.14.0-361.el9.x86_64 2024-03-10T02:09:54.505 INFO:teuthology.task.kernel:Running kernel on smithi090: 5.14.0-361.el9.x86_64 2024-03-10T02:09:54.506 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum install -y kernel 2024-03-10T02:09:54.507 INFO:teuthology.orchestra.run.smithi183.stdout:5.14.0-361.el9.x86_64 2024-03-10T02:09:54.507 INFO:teuthology.task.kernel:Running kernel on smithi183: 5.14.0-361.el9.x86_64 2024-03-10T02:09:54.507 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2024-03-10T02:09:56.677 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-03-10T02:09:56.677 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-10T02:09:57.073 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-03-10T02:09:58.028 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.0 MB 00:00 2024-03-10T02:09:58.301 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.0 MB 00:00 2024-03-10T02:09:58.507 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS-9 - BaseOS 6.2 MB/s | 2.0 MB 00:00 2024-03-10T02:09:59.035 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-03-10T02:09:59.440 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-03-10T02:10:06.300 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - AppStream 3.3 MB/s | 19 MB 00:05 2024-03-10T02:10:09.274 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - BaseOS 774 kB/s | 8.0 MB 00:10 2024-03-10T02:10:12.786 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - CRB 2.0 MB/s | 6.1 MB 00:03 2024-03-10T02:10:25.590 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:15 2024-03-10T02:10:37.239 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - CRB 774 kB/s | 6.1 MB 00:08 2024-03-10T02:10:38.981 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 15 kB 00:00 2024-03-10T02:12:14.792 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - AppStream 143 kB/s | 19 MB 02:14 2024-03-10T02:12:20.083 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.1 MB 00:01 2024-03-10T02:12:26.059 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - Extras packages 118 B/s | 15 kB 02:12 2024-03-10T02:12:28.504 INFO:teuthology.orchestra.run.smithi090.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 21 MB 00:02 2024-03-10T02:12:33.494 INFO:teuthology.orchestra.run.smithi090.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-10T02:12:35.718 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-10T02:12:35.718 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-10T02:12:35.829 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:12:35.834 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:12:35.834 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-03-10T02:12:35.834 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:12:35.834 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:12:35.834 INFO:teuthology.orchestra.run.smithi090.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-10T02:12:35.834 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:12:35.834 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout:Install 4 Packages 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:12:35.835 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 100 M 2024-03-10T02:12:35.836 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 123 M 2024-03-10T02:12:35.836 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:12:53.120 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 157 kB/s | 21 MB 02:14 2024-03-10T02:12:58.003 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-03-10T02:13:00.226 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-10T02:13:00.226 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-10T02:13:00.315 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:13:00.327 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:13:00.327 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-03-10T02:13:00.327 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:13:00.327 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout:Install 4 Packages 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 100 M 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 123 M 2024-03-10T02:13:00.328 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:14:05.352 INFO:teuthology.orchestra.run.smithi183.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 3.9 MB/s | 6.0 MB 00:01 2024-03-10T02:14:06.810 INFO:teuthology.orchestra.run.smithi183.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 7.0 MB/s | 21 MB 00:02 2024-03-10T02:14:10.677 INFO:teuthology.orchestra.run.smithi183.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 5.7 MB/s | 39 MB 00:06 2024-03-10T02:14:11.319 INFO:teuthology.orchestra.run.smithi183.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 5.6 MB/s | 33 MB 00:05 2024-03-10T02:14:11.319 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:14:11.319 INFO:teuthology.orchestra.run.smithi183.stdout:Total 1.4 MB/s | 100 MB 01:10 2024-03-10T02:14:12.201 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:14:12.572 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:14:12.572 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:14:13.924 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:14:13.925 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:14:16.885 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:14:17.551 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-10T02:14:17.695 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:14:20.492 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:14:20.679 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:14:25.450 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:14:25.589 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:14:30.388 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:14:33.739 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - Extras packages 118 B/s | 15 kB 02:12 2024-03-10T02:14:45.661 INFO:teuthology.orchestra.run.smithi090.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 11 MB/s | 6.0 MB 00:00 2024-03-10T02:14:46.711 INFO:teuthology.orchestra.run.smithi090.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 13 MB/s | 21 MB 00:01 2024-03-10T02:14:47.128 INFO:teuthology.orchestra.run.smithi090.stdout:(3/4): kernel-modules-core-5.14.0-427.el9.x86_6 23 MB/s | 33 MB 00:01 2024-03-10T02:14:47.811 INFO:teuthology.orchestra.run.smithi090.stdout:(4/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 15 MB/s | 39 MB 00:02 2024-03-10T02:14:47.814 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:14:47.815 INFO:teuthology.orchestra.run.smithi090.stdout:Total 772 kB/s | 100 MB 02:11 2024-03-10T02:14:48.693 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:14:49.078 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:14:49.078 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:14:50.396 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:14:50.397 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:14:53.159 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:14:53.864 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-10T02:14:54.001 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:14:54.540 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 21 MB 00:20 2024-03-10T02:14:56.792 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:14:56.987 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:14:59.428 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-03-10T02:14:59.751 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:14:59.751 INFO:teuthology.orchestra.run.smithi183.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-10T02:14:59.751 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:14:59.838 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:00.232 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:00.233 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-10T02:15:00.233 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:15:00.233 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:15:00.652 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:15:00.653 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:15:01.157 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-03-10T02:15:01.302 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:01.302 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-10T02:15:01.302 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-10T02:15:01.302 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-10T02:15:01.302 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-10T02:15:01.303 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-10T02:15:01.303 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2024-03-10T02:15:01.303 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-03-10T02:15:01.424 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:01.425 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-10T02:15:01.425 DEBUG:teuthology.orchestra.run.smithi183:> sudo rpm -qi grub2-tools 2024-03-10T02:15:01.465 INFO:teuthology.orchestra.run.smithi183.stdout:Name : grub2-tools 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Epoch : 1 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Version : 2.06 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Release : 68.el9 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: x86_64 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Group : Unspecified 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Size : 8264254 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:License : GPLv3+ 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-10T02:15:01.466 INFO:teuthology.orchestra.run.smithi183.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Packager : builder@centos.org 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Vendor : CentOS 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Summary : Support tools for GRUB. 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:Description : 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:hardware devices. 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:15:01.467 INFO:teuthology.orchestra.run.smithi183.stdout:This subpackage provides tools for support of all platforms. 2024-03-10T02:15:01.468 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-10T02:15:01.468 INFO:teuthology.task.kernel:Updating grub on smithi183 to boot 5.14.0-427.el9.x86_64 2024-03-10T02:15:01.468 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-10T02:15:01.551 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-10T02:15:01.551 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-10T02:15:01.648 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:15:01.652 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:15:01.652 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-03-10T02:15:01.652 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:15:01.652 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout:Install 4 Packages 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 100 M 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 123 M 2024-03-10T02:15:01.653 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T02:15:01.725 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:15:01.849 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:02.102 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2024-03-10T02:15:02.421 INFO:teuthology.orchestra.run.smithi092.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 8.6 MB/s | 6.0 MB 00:00 2024-03-10T02:15:03.088 INFO:teuthology.orchestra.run.smithi092.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 15 MB/s | 21 MB 00:01 2024-03-10T02:15:03.496 INFO:teuthology.orchestra.run.smithi092.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 22 MB/s | 39 MB 00:01 2024-03-10T02:15:03.563 INFO:teuthology.orchestra.run.smithi183.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-10T02:15:03.595 INFO:teuthology.orchestra.run.smithi183.stderr:done 2024-03-10T02:15:03.597 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2024-03-10T02:15:03.615 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.52Kkrs0vAV 2024-03-10T02:15:03.615 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.52Kkrs0vAV 2024-03-10T02:15:03.684 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.52Kkrs0vAV 2024-03-10T02:15:03.829 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.52Kkrs0vAV is 6KB 2024-03-10T02:15:03.878 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.52Kkrs0vAV 2024-03-10T02:15:03.891 DEBUG:teuthology.orchestra.run.smithi183:> sudo /bin/ls /boot/loader/entries || true 2024-03-10T02:15:03.955 INFO:teuthology.orchestra.run.smithi183.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-10T02:15:03.956 INFO:teuthology.orchestra.run.smithi183.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-10T02:15:03.956 INFO:teuthology.orchestra.run.smithi183.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-10T02:15:03.956 INFO:teuthology.orchestra.run.smithi183.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-10T02:15:03.957 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-10T02:15:04.116 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2024-03-10T02:15:04.121 INFO:teuthology.orchestra.run.smithi092.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 20 MB/s | 33 MB 00:01 2024-03-10T02:15:04.121 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:15:04.121 INFO:teuthology.orchestra.run.smithi092.stdout:Total 40 MB/s | 100 MB 00:02 2024-03-10T02:15:05.002 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T02:15:05.378 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T02:15:05.378 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T02:15:06.602 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:06.716 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T02:15:06.717 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T02:15:09.619 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T02:15:10.274 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-10T02:15:10.405 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:15:13.171 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:15:13.349 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:15:18.098 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:15:18.308 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:23.083 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:34.120 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-10T02:15:34.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-03-10T02:15:34.121 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:15:36.656 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-10T02:15:36.656 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:15:36.740 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:37.272 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:37.272 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-10T02:15:37.272 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:15:37.273 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:15:37.714 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:15:37.715 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:15:38.305 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q kernel | sort -rV | head -n 1 2024-03-10T02:15:38.461 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:38.461 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-10T02:15:38.461 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-10T02:15:38.461 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-10T02:15:38.461 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-10T02:15:38.461 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-10T02:15:38.461 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi090.front.sepia.ceph.com, path=None, version=distro) 2024-03-10T02:15:38.462 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q kernel | sort -rV | head -n 1 2024-03-10T02:15:38.583 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:38.583 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-10T02:15:38.583 DEBUG:teuthology.orchestra.run.smithi090:> sudo rpm -qi grub2-tools 2024-03-10T02:15:38.617 INFO:teuthology.orchestra.run.smithi090.stdout:Name : grub2-tools 2024-03-10T02:15:38.617 INFO:teuthology.orchestra.run.smithi090.stdout:Epoch : 1 2024-03-10T02:15:38.617 INFO:teuthology.orchestra.run.smithi090.stdout:Version : 2.06 2024-03-10T02:15:38.617 INFO:teuthology.orchestra.run.smithi090.stdout:Release : 68.el9 2024-03-10T02:15:38.617 INFO:teuthology.orchestra.run.smithi090.stdout:Architecture: x86_64 2024-03-10T02:15:38.617 INFO:teuthology.orchestra.run.smithi090.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-10T02:15:38.617 INFO:teuthology.orchestra.run.smithi090.stdout:Group : Unspecified 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Size : 8264254 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:License : GPLv3+ 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Packager : builder@centos.org 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Vendor : CentOS 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Summary : Support tools for GRUB. 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:Description : 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:15:38.618 INFO:teuthology.orchestra.run.smithi090.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-10T02:15:38.619 INFO:teuthology.orchestra.run.smithi090.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-10T02:15:38.619 INFO:teuthology.orchestra.run.smithi090.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-10T02:15:38.619 INFO:teuthology.orchestra.run.smithi090.stdout:hardware devices. 2024-03-10T02:15:38.619 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:15:38.619 INFO:teuthology.orchestra.run.smithi090.stdout:This subpackage provides tools for support of all platforms. 2024-03-10T02:15:38.620 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-10T02:15:38.620 INFO:teuthology.task.kernel:Updating grub on smithi090 to boot 5.14.0-427.el9.x86_64 2024-03-10T02:15:38.620 DEBUG:teuthology.orchestra.run.smithi090:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-10T02:15:39.310 INFO:teuthology.orchestra.run.smithi090.stderr:Generating grub configuration file ... 2024-03-10T02:15:41.169 INFO:teuthology.orchestra.run.smithi090.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-10T02:15:41.190 INFO:teuthology.orchestra.run.smithi090.stderr:done 2024-03-10T02:15:41.192 DEBUG:teuthology.orchestra.run.smithi090:> mktemp 2024-03-10T02:15:41.223 INFO:teuthology.orchestra.run.smithi090.stdout:/tmp/tmp.HWZt07qXjg 2024-03-10T02:15:41.224 DEBUG:teuthology.orchestra.run.smithi090:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HWZt07qXjg 2024-03-10T02:15:41.292 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 0666 /tmp/tmp.HWZt07qXjg 2024-03-10T02:15:41.447 DEBUG:teuthology.orchestra.remote:smithi090:/tmp/tmp.HWZt07qXjg is 6KB 2024-03-10T02:15:41.494 DEBUG:teuthology.orchestra.run.smithi090:> rm -fr /tmp/tmp.HWZt07qXjg 2024-03-10T02:15:41.508 DEBUG:teuthology.orchestra.run.smithi090:> sudo /bin/ls /boot/loader/entries || true 2024-03-10T02:15:41.578 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-10T02:15:41.578 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-10T02:15:41.578 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-10T02:15:41.578 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-10T02:15:41.579 DEBUG:teuthology.orchestra.run.smithi090:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-10T02:15:41.735 DEBUG:teuthology.orchestra.run.smithi090:> sudo shutdown -r now 2024-03-10T02:15:51.978 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:51.978 INFO:teuthology.orchestra.run.smithi092.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-10T02:15:51.978 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:15:52.062 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:52.484 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:52.484 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-10T02:15:52.484 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-10T02:15:52.484 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-10T02:15:52.606 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:15:52.881 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:15:53.401 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-03-10T02:15:53.558 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:53.558 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-10T02:15:53.558 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-10T02:15:53.558 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-10T02:15:53.558 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-10T02:15:53.558 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-10T02:15:53.559 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2024-03-10T02:15:53.559 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-03-10T02:15:53.680 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-10T02:15:53.681 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-10T02:15:53.681 DEBUG:teuthology.orchestra.run.smithi092:> sudo rpm -qi grub2-tools 2024-03-10T02:15:53.719 INFO:teuthology.orchestra.run.smithi092.stdout:Name : grub2-tools 2024-03-10T02:15:53.720 INFO:teuthology.orchestra.run.smithi092.stdout:Epoch : 1 2024-03-10T02:15:53.720 INFO:teuthology.orchestra.run.smithi092.stdout:Version : 2.06 2024-03-10T02:15:53.721 INFO:teuthology.orchestra.run.smithi092.stdout:Release : 68.el9 2024-03-10T02:15:53.721 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: x86_64 2024-03-10T02:15:53.721 INFO:teuthology.orchestra.run.smithi092.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-10T02:15:53.721 INFO:teuthology.orchestra.run.smithi092.stdout:Group : Unspecified 2024-03-10T02:15:53.721 INFO:teuthology.orchestra.run.smithi092.stdout:Size : 8264254 2024-03-10T02:15:53.721 INFO:teuthology.orchestra.run.smithi092.stdout:License : GPLv3+ 2024-03-10T02:15:53.722 INFO:teuthology.orchestra.run.smithi092.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-10T02:15:53.722 INFO:teuthology.orchestra.run.smithi092.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-10T02:15:53.722 INFO:teuthology.orchestra.run.smithi092.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-10T02:15:53.722 INFO:teuthology.orchestra.run.smithi092.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-10T02:15:53.722 INFO:teuthology.orchestra.run.smithi092.stdout:Packager : builder@centos.org 2024-03-10T02:15:53.723 INFO:teuthology.orchestra.run.smithi092.stdout:Vendor : CentOS 2024-03-10T02:15:53.723 INFO:teuthology.orchestra.run.smithi092.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-10T02:15:53.723 INFO:teuthology.orchestra.run.smithi092.stdout:Summary : Support tools for GRUB. 2024-03-10T02:15:53.723 INFO:teuthology.orchestra.run.smithi092.stdout:Description : 2024-03-10T02:15:53.723 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:15:53.723 INFO:teuthology.orchestra.run.smithi092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-10T02:15:53.724 INFO:teuthology.orchestra.run.smithi092.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-10T02:15:53.724 INFO:teuthology.orchestra.run.smithi092.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-10T02:15:53.724 INFO:teuthology.orchestra.run.smithi092.stdout:hardware devices. 2024-03-10T02:15:53.724 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:15:53.724 INFO:teuthology.orchestra.run.smithi092.stdout:This subpackage provides tools for support of all platforms. 2024-03-10T02:15:53.726 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-10T02:15:53.726 INFO:teuthology.task.kernel:Updating grub on smithi092 to boot 5.14.0-427.el9.x86_64 2024-03-10T02:15:53.726 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-10T02:15:54.302 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2024-03-10T02:15:55.700 INFO:teuthology.orchestra.run.smithi092.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-10T02:15:55.738 INFO:teuthology.orchestra.run.smithi092.stderr:done 2024-03-10T02:15:55.751 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2024-03-10T02:15:55.765 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.f4fzAJurtd 2024-03-10T02:15:55.766 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.f4fzAJurtd 2024-03-10T02:15:55.836 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.f4fzAJurtd 2024-03-10T02:15:55.975 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.f4fzAJurtd is 6KB 2024-03-10T02:15:56.028 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.f4fzAJurtd 2024-03-10T02:15:56.042 DEBUG:teuthology.orchestra.run.smithi092:> sudo /bin/ls /boot/loader/entries || true 2024-03-10T02:15:56.116 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-10T02:15:56.116 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-10T02:15:56.116 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-10T02:15:56.116 INFO:teuthology.orchestra.run.smithi092.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-10T02:15:56.118 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-10T02:15:56.268 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2024-03-10T02:16:01.610 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-03-10T02:16:01.611 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:04.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-03-10T02:16:11.741 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-10T02:16:11.742 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-10T02:16:11.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:16.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-03-10T02:16:16.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:26.278 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-10T02:16:26.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-10T02:16:26.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:30.238 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-03-10T02:16:35.105 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-03-10T02:16:39.242 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-10T02:16:39.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:42.302 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-03-10T02:16:44.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-03-10T02:16:50.110 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-03-10T02:16:50.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:50.500 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-03-10T02:16:50.899 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-03-10T02:16:50.899 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-427.el9.x86_64"... 2024-03-10T02:16:50.899 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-03-10T02:16:50.914 INFO:teuthology.orchestra.run.smithi183.stdout:5.14.0-427.el9.x86_64 2024-03-10T02:16:50.914 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-10T02:16:50.914 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-10T02:16:50.914 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-10T02:16:51.915 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-10T02:16:51.916 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-10T02:16:51.978 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2024-03-10T02:16:52.009 DEBUG:teuthology.parallel:result is None 2024-03-10T02:16:53.831 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-10T02:16:53.832 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:54.304 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-10T02:16:54.304 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:16:56.894 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-03-10T02:16:57.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-03-10T02:17:08.896 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-10T02:17:08.896 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:17:12.377 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-10T02:17:12.377 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:17:27.327 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-03-10T02:17:42.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-10T02:17:42.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:17:42.641 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-03-10T02:17:43.226 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-10T02:17:43.226 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-427.el9.x86_64"... 2024-03-10T02:17:43.227 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-03-10T02:17:43.247 INFO:teuthology.orchestra.run.smithi092.stdout:5.14.0-427.el9.x86_64 2024-03-10T02:17:43.247 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-10T02:17:43.247 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-10T02:17:43.247 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-10T02:17:44.248 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-10T02:17:44.248 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-10T02:17:44.319 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2024-03-10T02:17:44.352 DEBUG:teuthology.parallel:result is None 2024-03-10T02:17:44.425 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-03-10T02:17:44.911 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-10T02:17:44.911 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-427.el9.x86_64"... 2024-03-10T02:17:44.911 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-03-10T02:17:44.927 INFO:teuthology.orchestra.run.smithi090.stdout:5.14.0-427.el9.x86_64 2024-03-10T02:17:44.927 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-10T02:17:44.927 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-10T02:17:44.927 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-10T02:17:45.928 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-10T02:17:45.928 DEBUG:teuthology.orchestra.run.smithi090:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-10T02:17:46.031 INFO:teuthology.orchestra.run.smithi090.stdout:ttyS1 2024-03-10T02:17:46.095 DEBUG:teuthology.parallel:result is None 2024-03-10T02:17:46.096 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-10T02:17:46.103 INFO:teuthology.task.internal:Creating test directory... 2024-03-10T02:17:46.104 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-10T02:17:46.106 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-10T02:17:46.108 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-10T02:17:46.127 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-10T02:17:46.144 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-10T02:17:46.186 INFO:teuthology.task.internal:Creating archive directory... 2024-03-10T02:17:46.186 DEBUG:teuthology.orchestra.run.smithi090:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-10T02:17:46.188 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-10T02:17:46.191 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-10T02:17:46.227 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-10T02:17:46.233 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-10T02:17:46.234 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T02:17:46.263 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T02:17:46.265 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-10T02:17:46.302 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T02:17:46.302 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T02:17:46.313 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T02:17:46.315 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T02:17:46.316 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T02:17:46.326 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T02:17:46.328 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-10T02:17:46.335 INFO:teuthology.task.internal:Configuring sudo... 2024-03-10T02:17:46.335 DEBUG:teuthology.orchestra.run.smithi090:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-10T02:17:46.337 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-10T02:17:46.360 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-10T02:17:46.391 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-10T02:17:46.462 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-10T02:17:46.462 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-10T02:17:46.464 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-10T02:17:46.467 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-10T02:17:46.483 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T02:17:46.565 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T02:17:46.629 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T02:17:46.717 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T02:17:46.761 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T02:17:46.761 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-10T02:17:46.832 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T02:17:46.873 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T02:17:46.930 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T02:17:47.019 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T02:17:47.060 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T02:17:47.060 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-10T02:17:47.130 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T02:17:47.179 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T02:17:47.234 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T02:17:47.319 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T02:17:47.365 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T02:17:47.365 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-10T02:17:47.435 DEBUG:teuthology.orchestra.run.smithi090:> sudo service rsyslog restart 2024-03-10T02:17:47.437 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2024-03-10T02:17:47.439 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2024-03-10T02:17:47.479 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-10T02:17:47.500 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-10T02:17:47.517 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-10T02:17:47.826 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-10T02:17:47.834 INFO:teuthology.task.internal:Starting timer... 2024-03-10T02:17:47.834 INFO:teuthology.run_tasks:Running task pcp... 2024-03-10T02:17:47.873 INFO:teuthology.run_tasks:Running task selinux... 2024-03-10T02:17:47.914 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-10T02:17:47.914 DEBUG:teuthology.orchestra.run.smithi090:> sudo service auditd rotate 2024-03-10T02:17:47.975 INFO:teuthology.orchestra.run.smithi090.stdout:Rotating logs: 2024-03-10T02:17:47.977 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2024-03-10T02:17:48.023 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: 2024-03-10T02:17:48.024 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2024-03-10T02:17:48.077 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: 2024-03-10T02:17:48.079 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-10T02:17:48.079 DEBUG:teuthology.orchestra.run.smithi090:> /usr/sbin/getenforce 2024-03-10T02:17:48.111 INFO:teuthology.orchestra.run.smithi090.stdout:Permissive 2024-03-10T02:17:48.111 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2024-03-10T02:17:48.140 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2024-03-10T02:17:48.140 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2024-03-10T02:17:48.169 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2024-03-10T02:17:48.169 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi090.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi092.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2024-03-10T02:17:48.169 DEBUG:teuthology.orchestra.run.smithi090:> 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 2024-03-10T02:17:48.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:17:48.197 DEBUG:teuthology.orchestra.run.smithi092:> 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 2024-03-10T02:17:48.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:17:48.226 DEBUG:teuthology.orchestra.run.smithi183:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-03-10T02:17:48.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:17:48.256 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-10T02:17:48.256 DEBUG:teuthology.orchestra.run.smithi090:> sudo /usr/sbin/setenforce permissive 2024-03-10T02:17:48.319 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2024-03-10T02:17:48.358 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2024-03-10T02:17:48.396 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-10T02:17:48.407 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-10T02:17:48.430 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-03-10T02:17:48.432 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi090.front.sepia.ceph.com,smithi092.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-10T02:27:15.821 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi090.front.sepia.ceph.com'), Remote(name='ubuntu@smithi092.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2024-03-10T02:27:15.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-10T02:27:15.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:27:15.914 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-03-10T02:27:15.989 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-03-10T02:27:15.989 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-10T02:27:15.989 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:27:16.076 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-03-10T02:27:16.152 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-03-10T02:27:16.153 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-03-10T02:27:16.153 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T02:27:16.242 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-03-10T02:27:16.316 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-03-10T02:27:16.317 INFO:teuthology.run_tasks:Running task clock... 2024-03-10T02:27:16.328 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-10T02:27:16.328 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-10T02:27:16.329 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T02:27:16.331 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-10T02:27:16.331 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T02:27:16.333 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-10T02:27:16.333 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-10T02:27:16.360 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-10T02:27:16.361 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-10T02:27:16.377 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-10T02:27:16.377 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-10T02:27:16.387 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-10T02:27:16.403 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-10T02:27:16.406 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2024-03-10T02:27:16.407 INFO:teuthology.orchestra.run.smithi090.stderr:sudo: ntpd: command not found 2024-03-10T02:27:16.420 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2024-03-10T02:27:16.421 INFO:teuthology.orchestra.run.smithi090.stdout:506 Cannot talk to daemon 2024-03-10T02:27:16.433 INFO:teuthology.orchestra.run.smithi183.stderr:sudo: ntpd: command not found 2024-03-10T02:27:16.436 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-10T02:27:16.437 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-10T02:27:16.446 INFO:teuthology.orchestra.run.smithi183.stdout:506 Cannot talk to daemon 2024-03-10T02:27:16.452 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-10T02:27:16.453 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-10T02:27:16.462 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-10T02:27:16.479 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-10T02:27:16.505 INFO:teuthology.orchestra.run.smithi092.stderr:bash: line 1: ntpq: command not found 2024-03-10T02:27:16.505 INFO:teuthology.orchestra.run.smithi090.stderr:bash: line 1: ntpq: command not found 2024-03-10T02:27:16.508 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-10T02:27:16.509 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-03-10T02:27:16.509 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.509 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.509 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.509 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.510 INFO:teuthology.orchestra.run.smithi090.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-10T02:27:16.510 INFO:teuthology.orchestra.run.smithi090.stdout:=============================================================================== 2024-03-10T02:27:16.510 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.510 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.510 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.510 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.531 INFO:teuthology.orchestra.run.smithi183.stderr:bash: line 1: ntpq: command not found 2024-03-10T02:27:16.535 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-10T02:27:16.535 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2024-03-10T02:27:16.535 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.535 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.535 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.535 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T02:27:16.536 INFO:teuthology.run_tasks:Running task install... 2024-03-10T02:27:16.544 DEBUG:teuthology.task.install:project ceph 2024-03-10T02:27:16.544 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '831bc188fa69f143bbba69ac76119e784500e8e3'}} 2024-03-10T02:27:16.544 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '831bc188fa69f143bbba69ac76119e784500e8e3'} 2024-03-10T02:27:16.544 INFO:teuthology.task.install:Using flavor: default 2024-03-10T02:27:16.550 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-03-10T02:27:16.550 INFO:teuthology.task.install:extra packages: [] 2024-03-10T02:27:16.550 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': '831bc188fa69f143bbba69ac76119e784500e8e3', 'tag': None, 'wait_for_package': False} 2024-03-10T02:27:16.551 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T02:27:16.553 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': '831bc188fa69f143bbba69ac76119e784500e8e3', 'tag': None, 'wait_for_package': False} 2024-03-10T02:27:16.553 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T02:27:16.554 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': '831bc188fa69f143bbba69ac76119e784500e8e3', 'tag': None, 'wait_for_package': False} 2024-03-10T02:27:16.554 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T02:27:16.698 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/ 2024-03-10T02:27:16.698 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1875.g831bc188 2024-03-10T02:27:16.766 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/ 2024-03-10T02:27:16.766 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1875.g831bc188 2024-03-10T02:27:16.783 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/ 2024-03-10T02:27:16.783 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1875.g831bc188 2024-03-10T02:27:16.816 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-10T02:27:16.817 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T02:27:16.817 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-10T02:27:16.845 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-03-10T02:27:16.845 DEBUG:teuthology.orchestra.run.smithi183:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/831bc188fa69f143bbba69ac76119e784500e8e3/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-10T02:27:16.872 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-10T02:27:16.872 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T02:27:16.872 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-10T02:27:16.891 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-10T02:27:16.891 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T02:27:16.891 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-10T02:27:16.900 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-03-10T02:27:16.900 DEBUG:teuthology.orchestra.run.smithi090:> 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/831bc188fa69f143bbba69ac76119e784500e8e3/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-10T02:27:16.912 DEBUG:teuthology.orchestra.run.smithi183:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-10T02:27:16.919 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-03-10T02:27:16.919 DEBUG:teuthology.orchestra.run.smithi092:> 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/831bc188fa69f143bbba69ac76119e784500e8e3/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-10T02:27:16.967 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T02:27:16.986 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T02:27:16.993 DEBUG:teuthology.orchestra.run.smithi183:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-10T02:27:17.046 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T02:27:17.060 INFO:teuthology.orchestra.run.smithi183.stdout:check_obsoletes = 1 2024-03-10T02:27:17.061 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum clean all 2024-03-10T02:27:17.066 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T02:27:17.112 INFO:teuthology.orchestra.run.smithi090.stdout:check_obsoletes = 1 2024-03-10T02:27:17.113 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum clean all 2024-03-10T02:27:17.132 INFO:teuthology.orchestra.run.smithi092.stdout:check_obsoletes = 1 2024-03-10T02:27:17.134 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum clean all 2024-03-10T02:27:17.300 INFO:teuthology.orchestra.run.smithi183.stdout:74 files removed 2024-03-10T02:27:17.327 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-radosgw 2024-03-10T02:27:17.360 INFO:teuthology.orchestra.run.smithi090.stdout:74 files removed 2024-03-10T02:27:17.383 INFO:teuthology.orchestra.run.smithi092.stdout:74 files removed 2024-03-10T02:27:17.387 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-radosgw 2024-03-10T02:27:17.410 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-radosgw 2024-03-10T02:27:18.000 INFO:teuthology.orchestra.run.smithi183.stdout:ceph packages for x86_64 232 kB/s | 82 kB 00:00 2024-03-10T02:27:18.046 INFO:teuthology.orchestra.run.smithi090.stdout:ceph packages for x86_64 240 kB/s | 82 kB 00:00 2024-03-10T02:27:18.132 INFO:teuthology.orchestra.run.smithi092.stdout:ceph packages for x86_64 202 kB/s | 82 kB 00:00 2024-03-10T02:27:18.350 INFO:teuthology.orchestra.run.smithi183.stdout:ceph noarch packages 33 kB/s | 10 kB 00:00 2024-03-10T02:27:18.414 INFO:teuthology.orchestra.run.smithi090.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-03-10T02:27:18.533 INFO:teuthology.orchestra.run.smithi092.stdout:ceph noarch packages 28 kB/s | 10 kB 00:00 2024-03-10T02:27:18.701 INFO:teuthology.orchestra.run.smithi183.stdout:ceph source packages 6.1 kB/s | 1.9 kB 00:00 2024-03-10T02:27:18.782 INFO:teuthology.orchestra.run.smithi090.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-03-10T02:27:18.909 INFO:teuthology.orchestra.run.smithi092.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-03-10T02:27:19.103 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS-9 - AppStream 18 MB/s | 6.7 MB 00:00 2024-03-10T02:27:19.210 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS-9 - AppStream 17 MB/s | 6.7 MB 00:00 2024-03-10T02:27:19.753 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS-9 - AppStream 8.3 MB/s | 6.7 MB 00:00 2024-03-10T02:27:20.653 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS-9 - BaseOS 4.7 MB/s | 2.0 MB 00:00 2024-03-10T02:27:20.735 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS-9 - BaseOS 4.9 MB/s | 2.0 MB 00:00 2024-03-10T02:27:21.195 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS-9 - BaseOS 6.1 MB/s | 2.0 MB 00:00 2024-03-10T02:27:21.527 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-03-10T02:27:29.536 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - AppStream 2.7 MB/s | 19 MB 00:06 2024-03-10T02:27:36.178 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.1 MB 00:03 2024-03-10T02:27:37.637 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 15 kB 00:00 2024-03-10T02:27:39.380 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-03-10T02:27:44.338 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-10T02:27:46.891 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:27:46.894 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:27:46.894 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:27:46.894 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:27:46.894 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:27:46.894 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw x86_64 2:19.0.0-1875.g831bc188.el9 ceph 9.8 M 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrading: 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: librados2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.4 M 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.1 M 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: boost-program-options 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base x86_64 2:19.0.0-1875.g831bc188.el9 ceph 5.3 M 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common x86_64 2:19.0.0-1875.g831bc188.el9 ceph 20 M 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux x86_64 2:19.0.0-1875.g831bc188.el9 ceph 25 k 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-10T02:27:46.895 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 745 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 501 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 5.1 M 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: x86_64 2:19.0.0-1875.g831bc188.el9 ceph 45 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common x86_64 2:19.0.0-1875.g831bc188.el9 ceph 131 k 2024-03-10T02:27:46.896 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs x86_64 2:19.0.0-1875.g831bc188.el9 ceph 162 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados x86_64 2:19.0.0-1875.g831bc188.el9 ceph 320 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 298 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw x86_64 2:19.0.0-1875.g831bc188.el9 ceph 99 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout:Installing weak dependencies: 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:27:46.897 INFO:teuthology.orchestra.run.smithi183.stdout:Install 30 Packages 2024-03-10T02:27:46.898 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrade 2 Packages 2024-03-10T02:27:46.898 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:27:46.898 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 58 M 2024-03-10T02:27:46.898 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:27:50.055 INFO:teuthology.orchestra.run.smithi183.stdout:(1/32): ceph-base-19.0.0-1875.g831bc188.el9.x86 7.5 MB/s | 5.3 MB 00:00 2024-03-10T02:27:50.122 INFO:teuthology.orchestra.run.smithi183.stdout:(2/32): ceph-selinux-19.0.0-1875.g831bc188.el9. 379 kB/s | 25 kB 00:00 2024-03-10T02:27:50.222 INFO:teuthology.orchestra.run.smithi183.stdout:(3/32): libcephfs2-19.0.0-1875.g831bc188.el9.x8 7.3 MB/s | 745 kB 00:00 2024-03-10T02:27:50.322 INFO:teuthology.orchestra.run.smithi183.stdout:(4/32): libradosstriper1-19.0.0-1875.g831bc188. 4.9 MB/s | 501 kB 00:00 2024-03-10T02:27:50.773 INFO:teuthology.orchestra.run.smithi183.stdout:(5/32): ceph-common-19.0.0-1875.g831bc188.el9.x 14 MB/s | 20 MB 00:01 2024-03-10T02:27:50.823 INFO:teuthology.orchestra.run.smithi183.stdout:(6/32): python3-ceph-argparse-19.0.0-1875.g831b 911 kB/s | 45 kB 00:00 2024-03-10T02:27:50.890 INFO:teuthology.orchestra.run.smithi183.stdout:(7/32): librgw2-19.0.0-1875.g831bc188.el9.x86_6 9.0 MB/s | 5.1 MB 00:00 2024-03-10T02:27:50.915 INFO:teuthology.orchestra.run.smithi183.stdout:(8/32): python3-ceph-common-19.0.0-1875.g831bc1 1.4 MB/s | 131 kB 00:00 2024-03-10T02:27:50.940 INFO:teuthology.orchestra.run.smithi183.stdout:(9/32): python3-cephfs-19.0.0-1875.g831bc188.el 3.2 MB/s | 162 kB 00:00 2024-03-10T02:27:50.966 INFO:teuthology.orchestra.run.smithi183.stdout:(10/32): python3-rados-19.0.0-1875.g831bc188.el 6.2 MB/s | 320 kB 00:00 2024-03-10T02:27:50.991 INFO:teuthology.orchestra.run.smithi183.stdout:(11/32): python3-rbd-19.0.0-1875.g831bc188.el9. 5.8 MB/s | 298 kB 00:00 2024-03-10T02:27:51.016 INFO:teuthology.orchestra.run.smithi183.stdout:(12/32): python3-rgw-19.0.0-1875.g831bc188.el9. 1.9 MB/s | 99 kB 00:00 2024-03-10T02:27:51.141 INFO:teuthology.orchestra.run.smithi183.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 706 kB/s | 106 kB 00:00 2024-03-10T02:27:51.175 INFO:teuthology.orchestra.run.smithi183.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-03-10T02:27:51.192 INFO:teuthology.orchestra.run.smithi183.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 883 kB/s | 44 kB 00:00 2024-03-10T02:27:51.242 INFO:teuthology.orchestra.run.smithi183.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-03-10T02:27:51.268 INFO:teuthology.orchestra.run.smithi183.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-03-10T02:27:51.284 INFO:teuthology.orchestra.run.smithi183.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 993 kB/s | 41 kB 00:00 2024-03-10T02:27:51.468 INFO:teuthology.orchestra.run.smithi183.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 190 kB/s | 35 kB 00:00 2024-03-10T02:27:51.510 INFO:teuthology.orchestra.run.smithi183.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 895 kB/s | 216 kB 00:00 2024-03-10T02:27:51.552 INFO:teuthology.orchestra.run.smithi183.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 533 kB/s | 44 kB 00:00 2024-03-10T02:27:51.727 INFO:teuthology.orchestra.run.smithi183.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-03-10T02:27:51.785 INFO:teuthology.orchestra.run.smithi183.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 447 kB/s | 26 kB 00:00 2024-03-10T02:27:51.844 INFO:teuthology.orchestra.run.smithi183.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 831 kB/s | 49 kB 00:00 2024-03-10T02:27:51.903 INFO:teuthology.orchestra.run.smithi183.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-03-10T02:27:52.036 INFO:teuthology.orchestra.run.smithi183.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.2 MB/s | 838 kB 00:00 2024-03-10T02:27:52.095 INFO:teuthology.orchestra.run.smithi183.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.1 MB/s | 4.4 MB 00:00 2024-03-10T02:27:52.120 INFO:teuthology.orchestra.run.smithi183.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-03-10T02:27:52.237 INFO:teuthology.orchestra.run.smithi183.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-03-10T02:27:52.404 INFO:teuthology.orchestra.run.smithi183.stdout:(30/32): librados2-19.0.0-1875.g831bc188.el9.x8 12 MB/s | 3.4 MB 00:00 2024-03-10T02:27:52.563 INFO:teuthology.orchestra.run.smithi183.stdout:(31/32): librbd1-19.0.0-1875.g831bc188.el9.x86_ 9.7 MB/s | 3.1 MB 00:00 2024-03-10T02:27:54.106 INFO:teuthology.orchestra.run.smithi183.stdout:(32/32): ceph-radosgw-19.0.0-1875.g831bc188.el9 2.0 MB/s | 9.8 MB 00:04 2024-03-10T02:27:54.112 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:27:54.112 INFO:teuthology.orchestra.run.smithi183.stdout:Total 8.0 MB/s | 58 MB 00:07 2024-03-10T02:27:54.146 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:27:54.183 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:27:54.183 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:27:54.696 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:27:54.696 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:27:56.193 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:27:56.294 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-10T02:27:56.326 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-10T02:27:56.351 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-10T02:27:56.374 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-10T02:27:56.392 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-10T02:27:56.574 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-10T02:27:56.629 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-10T02:27:56.963 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-10T02:27:57.019 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librados2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:27:57.103 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:27:57.192 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 8/34 2024-03-10T02:27:57.212 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 9/34 2024-03-10T02:27:57.261 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 9/34 2024-03-10T02:27:57.288 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-10T02:27:57.331 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9. 11/34 2024-03-10T02:27:57.400 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 12/34 2024-03-10T02:27:57.423 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 13/34 2024-03-10T02:27:57.477 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 13/34 2024-03-10T02:27:57.504 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-10T02:27:57.615 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-10T02:27:57.647 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-10T02:27:57.688 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-10T02:27:57.720 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-10T02:27:57.749 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-10T02:27:57.782 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-10T02:27:58.098 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-10T02:27:58.128 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 22/34 2024-03-10T02:27:58.217 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 22/34 2024-03-10T02:27:58.249 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 23/34 2024-03-10T02:27:58.293 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-10T02:27:58.751 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-10T02:27:58.781 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 26/34 2024-03-10T02:27:58.852 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 26/34 2024-03-10T02:27:58.920 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 27/34 2024-03-10T02:27:58.949 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x8 28/34 2024-03-10T02:28:01.152 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:28:01.187 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:28:01.753 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:28:01.815 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 30/34 2024-03-10T02:28:01.911 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 30/34 2024-03-10T02:28:01.911 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-10T02:28:01.912 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-10T02:28:01.912 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:01.949 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:28:11.459 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /sys 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /proc 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /mnt 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /var/tmp 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /home 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /root 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /tmp 2024-03-10T02:28:11.460 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:12.379 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 32/34 2024-03-10T02:28:12.406 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 32/34 2024-03-10T02:28:12.406 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:28:12.406 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-10T02:28:12.406 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-10T02:28:12.407 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-10T02:28:12.407 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:12.407 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-10T02:28:12.500 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-10T02:28:12.500 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 1/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 3/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 4/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 5/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 6/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:28:13.647 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9. 8/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x8 9/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 10/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 11/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 12/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 13/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-10T02:28:13.648 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-10T02:28:13.649 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-10T02:28:13.650 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:28:13.650 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-10T02:28:13.650 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 33/34 2024-03-10T02:28:14.665 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:28:14.665 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:14.665 INFO:teuthology.orchestra.run.smithi183.stdout:Upgraded: 2024-03-10T02:28:14.665 INFO:teuthology.orchestra.run.smithi183.stdout: librados2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.665 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-10T02:28:14.666 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:14.667 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-10T02:28:14.668 INFO:teuthology.orchestra.run.smithi183.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-10T02:28:14.668 INFO:teuthology.orchestra.run.smithi183.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-10T02:28:14.668 INFO:teuthology.orchestra.run.smithi183.stdout: re2-1:20211101-3.el9.x86_64 2024-03-10T02:28:14.668 INFO:teuthology.orchestra.run.smithi183.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-10T02:28:14.668 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:14.668 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:28:15.017 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-test 2024-03-10T02:28:15.577 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:31 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:28:15.735 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test x86_64 2:19.0.0-1875.g831bc188.el9 ceph 47 M 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite x86_64 2:19.0.0-1875.g831bc188.el9 ceph 163 k 2024-03-10T02:28:15.736 INFO:teuthology.orchestra.run.smithi183.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-10T02:28:15.737 INFO:teuthology.orchestra.run.smithi183.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-10T02:28:15.737 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-10T02:28:15.737 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:15.737 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:28:15.737 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:15.737 INFO:teuthology.orchestra.run.smithi183.stdout:Install 6 Packages 2024-03-10T02:28:15.737 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:15.738 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 48 M 2024-03-10T02:28:15.738 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 205 M 2024-03-10T02:28:15.738 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:28:16.046 INFO:teuthology.orchestra.run.smithi183.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-10T02:28:16.096 INFO:teuthology.orchestra.run.smithi183.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-10T02:28:16.130 INFO:teuthology.orchestra.run.smithi183.stdout:(3/6): libcephsqlite-19.0.0-1875.g831bc188.el9. 653 kB/s | 163 kB 00:00 2024-03-10T02:28:16.155 INFO:teuthology.orchestra.run.smithi183.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.0 MB/s | 63 kB 00:00 2024-03-10T02:28:16.505 INFO:teuthology.orchestra.run.smithi183.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 499 kB/s | 187 kB 00:00 2024-03-10T02:28:18.480 INFO:teuthology.orchestra.run.smithi183.stdout:(6/6): ceph-test-19.0.0-1875.g831bc188.el9.x86_ 18 MB/s | 47 MB 00:02 2024-03-10T02:28:18.484 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:28:18.484 INFO:teuthology.orchestra.run.smithi183.stdout:Total 18 MB/s | 48 MB 00:02 2024-03-10T02:28:18.498 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:28:18.519 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:28:18.519 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:28:18.909 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:28:18.909 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:28:19.482 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:28:19.550 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-10T02:28:19.589 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-10T02:28:19.631 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-10T02:28:19.672 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-10T02:28:19.700 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 5/6 2024-03-10T02:28:24.157 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 5/6 2024-03-10T02:28:24.273 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 6/6 2024-03-10T02:28:26.565 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 6/6 2024-03-10T02:28:26.566 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 1/6 2024-03-10T02:28:26.566 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 2/6 2024-03-10T02:28:26.566 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-10T02:28:26.566 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-10T02:28:26.566 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: jq-1.6-16.el9.x86_64 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-10T02:28:26.987 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-10T02:28:26.988 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:26.988 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:28:27.288 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph 2024-03-10T02:28:27.868 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:43 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:28:28.033 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================= 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================= 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout: ceph x86_64 2:19.0.0-1875.g831bc188.el9 ceph 6.6 k 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mds x86_64 2:19.0.0-1875.g831bc188.el9 ceph 2.1 M 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr x86_64 2:19.0.0-1875.g831bc188.el9 ceph 1.5 M 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 248 k 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mon x86_64 2:19.0.0-1875.g831bc188.el9 ceph 4.7 M 2024-03-10T02:28:28.036 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-osd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 17 M 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-10T02:28:28.037 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-10T02:28:28.038 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================= 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout:Install 36 Packages 2024-03-10T02:28:28.039 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:28.040 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 30 M 2024-03-10T02:28:28.040 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 107 M 2024-03-10T02:28:28.040 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:28:28.458 INFO:teuthology.orchestra.run.smithi183.stdout:(1/36): ceph-19.0.0-1875.g831bc188.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-03-10T02:28:28.674 INFO:teuthology.orchestra.run.smithi183.stdout:(2/36): ceph-mds-19.0.0-1875.g831bc188.el9.x86_ 5.4 MB/s | 2.1 MB 00:00 2024-03-10T02:28:28.708 INFO:teuthology.orchestra.run.smithi183.stdout:(3/36): ceph-mgr-19.0.0-1875.g831bc188.el9.x86_ 3.5 MB/s | 1.5 MB 00:00 2024-03-10T02:28:28.809 INFO:teuthology.orchestra.run.smithi183.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1875.g831b 2.4 MB/s | 248 kB 00:00 2024-03-10T02:28:29.026 INFO:teuthology.orchestra.run.smithi183.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 863 kB/s | 187 kB 00:00 2024-03-10T02:28:29.084 INFO:teuthology.orchestra.run.smithi183.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.4 MB/s | 144 kB 00:00 2024-03-10T02:28:29.135 INFO:teuthology.orchestra.run.smithi183.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 629 kB/s | 32 kB 00:00 2024-03-10T02:28:29.176 INFO:teuthology.orchestra.run.smithi183.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-03-10T02:28:29.210 INFO:teuthology.orchestra.run.smithi183.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-10T02:28:29.260 INFO:teuthology.orchestra.run.smithi183.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-10T02:28:29.336 INFO:teuthology.orchestra.run.smithi183.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-03-10T02:28:29.369 INFO:teuthology.orchestra.run.smithi183.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-03-10T02:28:29.553 INFO:teuthology.orchestra.run.smithi183.stdout:(13/36): ceph-osd-19.0.0-1875.g831bc188.el9.x86 19 MB/s | 17 MB 00:00 2024-03-10T02:28:29.578 INFO:teuthology.orchestra.run.smithi183.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 594 kB/s | 124 kB 00:00 2024-03-10T02:28:29.603 INFO:teuthology.orchestra.run.smithi183.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-10T02:28:29.671 INFO:teuthology.orchestra.run.smithi183.stdout:(16/36): ceph-mon-19.0.0-1875.g831bc188.el9.x86 3.9 MB/s | 4.7 MB 00:01 2024-03-10T02:28:29.837 INFO:teuthology.orchestra.run.smithi183.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 95 kB/s | 22 kB 00:00 2024-03-10T02:28:29.863 INFO:teuthology.orchestra.run.smithi183.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 440 kB/s | 125 kB 00:00 2024-03-10T02:28:30.390 INFO:teuthology.orchestra.run.smithi183.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 79 kB/s | 43 kB 00:00 2024-03-10T02:28:30.571 INFO:teuthology.orchestra.run.smithi183.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 168 kB/s | 151 kB 00:00 2024-03-10T02:28:30.713 INFO:teuthology.orchestra.run.smithi183.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 75 kB/s | 11 kB 00:00 2024-03-10T02:28:30.839 INFO:teuthology.orchestra.run.smithi183.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 141 kB/s | 18 kB 00:00 2024-03-10T02:28:30.930 INFO:teuthology.orchestra.run.smithi183.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 661 kB/s | 358 kB 00:00 2024-03-10T02:28:30.989 INFO:teuthology.orchestra.run.smithi183.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 154 kB/s | 23 kB 00:00 2024-03-10T02:28:31.039 INFO:teuthology.orchestra.run.smithi183.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 146 kB/s | 172 kB 00:01 2024-03-10T02:28:31.056 INFO:teuthology.orchestra.run.smithi183.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-03-10T02:28:31.098 INFO:teuthology.orchestra.run.smithi183.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-03-10T02:28:31.182 INFO:teuthology.orchestra.run.smithi183.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 325 kB/s | 46 kB 00:00 2024-03-10T02:28:31.207 INFO:teuthology.orchestra.run.smithi183.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 523 kB/s | 79 kB 00:00 2024-03-10T02:28:31.324 INFO:teuthology.orchestra.run.smithi183.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 116 kB/s | 16 kB 00:00 2024-03-10T02:28:31.349 INFO:teuthology.orchestra.run.smithi183.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 634 kB/s | 90 kB 00:00 2024-03-10T02:28:31.409 INFO:teuthology.orchestra.run.smithi183.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 880 kB/s | 272 kB 00:00 2024-03-10T02:28:31.458 INFO:teuthology.orchestra.run.smithi183.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-03-10T02:28:31.525 INFO:teuthology.orchestra.run.smithi183.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-03-10T02:28:31.576 INFO:teuthology.orchestra.run.smithi183.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-03-10T02:28:31.659 INFO:teuthology.orchestra.run.smithi183.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.7 MB/s | 427 kB 00:00 2024-03-10T02:28:31.667 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:28:31.667 INFO:teuthology.orchestra.run.smithi183.stdout:Total 8.2 MB/s | 30 MB 00:03 2024-03-10T02:28:31.692 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:28:31.735 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:28:31.735 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:28:32.161 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:28:32.161 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:28:33.523 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:28:33.595 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-10T02:28:33.628 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-10T02:28:33.656 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-10T02:28:33.725 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-10T02:28:33.763 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-10T02:28:33.796 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-10T02:28:33.887 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-10T02:28:33.956 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-10T02:28:34.006 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-10T02:28:34.079 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-10T02:28:34.132 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-10T02:28:34.179 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-10T02:28:34.236 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-10T02:28:34.291 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-10T02:28:34.474 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-10T02:28:34.525 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-10T02:28:34.563 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-10T02:28:34.598 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-10T02:28:34.631 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-10T02:28:34.704 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-10T02:28:34.738 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-10T02:28:34.772 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-10T02:28:34.812 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-10T02:28:34.847 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-10T02:28:34.882 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-10T02:28:34.970 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-10T02:28:35.005 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-10T02:28:35.077 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-10T02:28:35.212 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-10T02:28:35.403 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-10T02:28:35.614 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9. 31/36 2024-03-10T02:28:35.651 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 32/36 2024-03-10T02:28:35.677 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 32/36 2024-03-10T02:28:35.677 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:28:35.677 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-10T02:28:35.677 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-10T02:28:35.678 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-10T02:28:35.678 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:37.127 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 33/36 2024-03-10T02:28:37.153 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 33/36 2024-03-10T02:28:37.153 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:28:37.153 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-10T02:28:37.154 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-10T02:28:37.154 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-10T02:28:37.154 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:37.594 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 34/36 2024-03-10T02:28:37.617 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 34/36 2024-03-10T02:28:37.617 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:28:37.618 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-10T02:28:37.618 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-10T02:28:37.618 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-10T02:28:37.618 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:37.836 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 35/36 2024-03-10T02:28:37.859 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 35/36 2024-03-10T02:28:37.860 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:28:37.860 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-10T02:28:37.860 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-10T02:28:37.860 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-10T02:28:37.860 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:37.925 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-2:19.0.0-1875.g831bc188.el9.x86_64 36/36 2024-03-10T02:28:39.543 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-2:19.0.0-1875.g831bc188.el9.x86_64 36/36 2024-03-10T02:28:39.543 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-2:19.0.0-1875.g831bc188.el9.x86_64 1/36 2024-03-10T02:28:39.543 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 2/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 3/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 4/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 5/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9. 6/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-10T02:28:39.544 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-10T02:28:39.545 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-10T02:28:39.546 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-10T02:28:39.547 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-10T02:28:39.547 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-10T02:28:39.547 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-10T02:28:39.547 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-10T02:28:39.547 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-10T02:28:39.547 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-10T02:28:39.547 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-10T02:28:40.506 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: lua-5.4.4-4.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-10T02:28:40.507 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ply-3.11-14.el9.noarch 2024-03-10T02:28:40.508 INFO:teuthology.orchestra.run.smithi183.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:40.509 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:28:40.863 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-base 2024-03-10T02:28:41.433 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:57 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:28:41.532 INFO:teuthology.orchestra.run.smithi183.stdout:Package ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:28:41.583 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:28:41.584 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:28:41.584 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:28:41.652 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install cephadm 2024-03-10T02:28:42.209 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:58 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:28:42.358 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:28:42.359 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:42.359 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:28:42.359 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout: cephadm noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 748 k 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 748 k 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 755 k 2024-03-10T02:28:42.360 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:28:42.846 INFO:teuthology.orchestra.run.smithi183.stdout:cephadm-19.0.0-1875.g831bc188.el9.noarch.rpm 1.5 MB/s | 748 kB 00:00 2024-03-10T02:28:42.847 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:28:42.847 INFO:teuthology.orchestra.run.smithi183.stdout:Total 1.5 MB/s | 748 kB 00:00 2024-03-10T02:28:42.847 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:28:42.852 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:28:42.852 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:28:42.858 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:28:42.858 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:28:42.933 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:28:43.345 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:28:43.426 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:28:43.843 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:28:44.145 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:28:44.145 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:44.145 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:28:44.145 INFO:teuthology.orchestra.run.smithi183.stdout: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:28:44.145 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:44.145 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:28:44.343 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-immutable-object-cache 2024-03-10T02:28:44.910 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:00 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:28:45.064 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1875.g831bc188.el9 ceph 145 k 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-03-10T02:28:45.065 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:45.066 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 145 k 2024-03-10T02:28:45.066 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 436 k 2024-03-10T02:28:45.066 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:28:45.411 INFO:teuthology.orchestra.run.smithi183.stdout:ceph-immutable-object-cache-19.0.0-1875.g831bc1 422 kB/s | 145 kB 00:00 2024-03-10T02:28:45.412 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:28:45.412 INFO:teuthology.orchestra.run.smithi183.stdout:Total 420 kB/s | 145 kB 00:00 2024-03-10T02:28:45.412 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:28:45.419 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:28:45.420 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:28:45.470 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:28:45.471 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:28:45.613 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:28:45.687 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:28:45.711 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:28:45.711 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:28:45.711 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-10T02:28:45.711 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:46.731 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:28:46.731 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:46.731 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:28:46.731 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-immutable-object-cache-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:28:46.731 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:46.731 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:28:46.992 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr 2024-03-10T02:28:47.563 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:03 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:28:47.661 INFO:teuthology.orchestra.run.smithi183.stdout:Package ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:28:47.714 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:28:47.715 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:28:47.715 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:28:47.792 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-dashboard 2024-03-10T02:28:48.348 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:04 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:28:48.496 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout:====================================================================================== 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout:====================================================================================== 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 1.8 M 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-10T02:28:48.497 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 31 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 16 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout:====================================================================================== 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout:Install 12 Packages 2024-03-10T02:28:48.498 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:28:48.499 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 6.9 M 2024-03-10T02:28:48.499 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 26 M 2024-03-10T02:28:48.499 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:29:32.368 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - BaseOS 63 kB/s | 8.0 MB 02:10 2024-03-10T02:30:18.541 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - BaseOS 46 kB/s | 8.0 MB 02:57 2024-03-10T02:30:20.318 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-03-10T02:31:53.001 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - AppStream 138 kB/s | 19 MB 02:19 2024-03-10T02:32:14.228 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - CRB 353 kB/s | 6.1 MB 00:17 2024-03-10T02:33:45.106 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - CRB 31 kB/s | 6.1 MB 03:21 2024-03-10T02:34:06.126 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - Extras packages 785 B/s | 15 kB 00:19 2024-03-10T02:34:12.336 INFO:teuthology.orchestra.run.smithi090.stdout:Extra Packages for Enterprise Linux 3.4 MB/s | 21 MB 00:06 2024-03-10T02:34:17.176 INFO:teuthology.orchestra.run.smithi090.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-10T02:34:19.755 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-radosgw x86_64 2:19.0.0-1875.g831bc188.el9 ceph 9.8 M 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout:Upgrading: 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout: librados2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.4 M 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout: librbd1 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.1 M 2024-03-10T02:34:19.770 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: boost-program-options 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-base x86_64 2:19.0.0-1875.g831bc188.el9 ceph 5.3 M 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-common x86_64 2:19.0.0-1875.g831bc188.el9 ceph 20 M 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-selinux x86_64 2:19.0.0-1875.g831bc188.el9 ceph 25 k 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 745 k 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-10T02:34:19.771 INFO:teuthology.orchestra.run.smithi090.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: libradosstriper1 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 501 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: librgw2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 5.1 M 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-argparse 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: x86_64 2:19.0.0-1875.g831bc188.el9 ceph 45 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-common x86_64 2:19.0.0-1875.g831bc188.el9 ceph 131 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cephfs x86_64 2:19.0.0-1875.g831bc188.el9 ceph 162 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-10T02:34:19.772 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rados x86_64 2:19.0.0-1875.g831bc188.el9 ceph 320 k 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rbd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 298 k 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rgw x86_64 2:19.0.0-1875.g831bc188.el9 ceph 99 k 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout:Installing weak dependencies: 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout:Install 30 Packages 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout:Upgrade 2 Packages 2024-03-10T02:34:19.773 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:19.774 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 58 M 2024-03-10T02:34:19.774 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:34:28.853 INFO:teuthology.orchestra.run.smithi090.stdout:(1/32): ceph-base-19.0.0-1875.g831bc188.el9.x86 7.5 MB/s | 5.3 MB 00:00 2024-03-10T02:34:28.919 INFO:teuthology.orchestra.run.smithi090.stdout:(2/32): ceph-selinux-19.0.0-1875.g831bc188.el9. 377 kB/s | 25 kB 00:00 2024-03-10T02:34:29.020 INFO:teuthology.orchestra.run.smithi090.stdout:(3/32): libcephfs2-19.0.0-1875.g831bc188.el9.x8 7.3 MB/s | 745 kB 00:00 2024-03-10T02:34:29.120 INFO:teuthology.orchestra.run.smithi090.stdout:(4/32): libradosstriper1-19.0.0-1875.g831bc188. 4.9 MB/s | 501 kB 00:00 2024-03-10T02:34:29.720 INFO:teuthology.orchestra.run.smithi090.stdout:(5/32): librgw2-19.0.0-1875.g831bc188.el9.x86_6 8.5 MB/s | 5.1 MB 00:00 2024-03-10T02:34:29.889 INFO:teuthology.orchestra.run.smithi090.stdout:(6/32): ceph-radosgw-19.0.0-1875.g831bc188.el9. 5.6 MB/s | 9.8 MB 00:01 2024-03-10T02:34:29.912 INFO:teuthology.orchestra.run.smithi090.stdout:(7/32): python3-ceph-argparse-19.0.0-1875.g831b 235 kB/s | 45 kB 00:00 2024-03-10T02:34:29.938 INFO:teuthology.orchestra.run.smithi090.stdout:(8/32): python3-ceph-common-19.0.0-1875.g831bc1 2.6 MB/s | 131 kB 00:00 2024-03-10T02:34:29.963 INFO:teuthology.orchestra.run.smithi090.stdout:(9/32): python3-cephfs-19.0.0-1875.g831bc188.el 3.1 MB/s | 162 kB 00:00 2024-03-10T02:34:29.989 INFO:teuthology.orchestra.run.smithi090.stdout:(10/32): python3-rados-19.0.0-1875.g831bc188.el 6.2 MB/s | 320 kB 00:00 2024-03-10T02:34:30.022 INFO:teuthology.orchestra.run.smithi090.stdout:(11/32): python3-rbd-19.0.0-1875.g831bc188.el9. 4.9 MB/s | 298 kB 00:00 2024-03-10T02:34:30.249 INFO:teuthology.orchestra.run.smithi090.stdout:(12/32): ceph-common-19.0.0-1875.g831bc188.el9. 9.4 MB/s | 20 MB 00:02 2024-03-10T02:34:30.274 INFO:teuthology.orchestra.run.smithi090.stdout:(13/32): python3-rgw-19.0.0-1875.g831bc188.el9. 348 kB/s | 99 kB 00:00 2024-03-10T02:34:30.400 INFO:teuthology.orchestra.run.smithi090.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 281 kB/s | 106 kB 00:00 2024-03-10T02:34:30.425 INFO:teuthology.orchestra.run.smithi090.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 907 kB/s | 159 kB 00:00 2024-03-10T02:34:30.450 INFO:teuthology.orchestra.run.smithi090.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 346 kB/s | 44 kB 00:00 2024-03-10T02:34:30.534 INFO:teuthology.orchestra.run.smithi090.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 661 kB 00:00 2024-03-10T02:34:30.567 INFO:teuthology.orchestra.run.smithi090.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 282 kB 00:00 2024-03-10T02:34:30.593 INFO:teuthology.orchestra.run.smithi090.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 290 kB/s | 41 kB 00:00 2024-03-10T02:34:30.685 INFO:teuthology.orchestra.run.smithi090.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 381 kB/s | 35 kB 00:00 2024-03-10T02:34:30.710 INFO:teuthology.orchestra.run.smithi090.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 381 kB/s | 44 kB 00:00 2024-03-10T02:34:30.735 INFO:teuthology.orchestra.run.smithi090.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.1 MB/s | 216 kB 00:00 2024-03-10T02:34:30.860 INFO:teuthology.orchestra.run.smithi090.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-03-10T02:34:30.903 INFO:teuthology.orchestra.run.smithi090.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-03-10T02:34:30.928 INFO:teuthology.orchestra.run.smithi090.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 727 kB/s | 49 kB 00:00 2024-03-10T02:34:30.953 INFO:teuthology.orchestra.run.smithi090.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.4 MB/s | 67 kB 00:00 2024-03-10T02:34:31.037 INFO:teuthology.orchestra.run.smithi090.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2024-03-10T02:34:31.070 INFO:teuthology.orchestra.run.smithi090.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 838 kB 00:00 2024-03-10T02:34:31.095 INFO:teuthology.orchestra.run.smithi090.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-03-10T02:34:31.146 INFO:teuthology.orchestra.run.smithi090.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-03-10T02:34:31.438 INFO:teuthology.orchestra.run.smithi090.stdout:(31/32): librbd1-19.0.0-1875.g831bc188.el9.x86_ 9.2 MB/s | 3.1 MB 00:00 2024-03-10T02:34:31.493 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - Extras packages 115 B/s | 15 kB 02:16 2024-03-10T02:34:31.496 INFO:teuthology.orchestra.run.smithi090.stdout:(32/32): librados2-19.0.0-1875.g831bc188.el9.x8 8.5 MB/s | 3.4 MB 00:00 2024-03-10T02:34:31.503 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:34:31.503 INFO:teuthology.orchestra.run.smithi090.stdout:Total 4.9 MB/s | 58 MB 00:11 2024-03-10T02:34:31.533 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:34:31.567 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:34:31.567 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:34:32.051 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:34:32.052 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:34:33.490 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:34:33.584 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-10T02:34:33.628 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-10T02:34:33.653 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-10T02:34:33.676 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-10T02:34:33.693 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-10T02:34:33.882 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-10T02:34:33.940 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-10T02:34:34.267 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-10T02:34:34.339 INFO:teuthology.orchestra.run.smithi090.stdout: Upgrading : librados2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:34:34.430 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librados2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:34:34.527 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 8/34 2024-03-10T02:34:34.557 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 9/34 2024-03-10T02:34:34.620 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 9/34 2024-03-10T02:34:34.658 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-10T02:34:34.716 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9. 11/34 2024-03-10T02:34:34.787 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 12/34 2024-03-10T02:34:34.811 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 13/34 2024-03-10T02:34:34.874 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 13/34 2024-03-10T02:34:34.910 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-10T02:34:35.016 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-10T02:34:35.052 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-10T02:34:35.084 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-10T02:34:35.118 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-10T02:34:35.155 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-10T02:34:35.188 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-10T02:34:35.500 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-10T02:34:35.528 INFO:teuthology.orchestra.run.smithi090.stdout: Upgrading : librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 22/34 2024-03-10T02:34:35.617 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 22/34 2024-03-10T02:34:35.658 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 23/34 2024-03-10T02:34:35.696 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-10T02:34:36.161 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-10T02:34:36.189 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 26/34 2024-03-10T02:34:36.260 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 26/34 2024-03-10T02:34:36.337 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 27/34 2024-03-10T02:34:36.367 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x8 28/34 2024-03-10T02:34:38.542 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:34:38.582 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:34:39.147 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:34:39.186 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 30/34 2024-03-10T02:34:39.274 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 30/34 2024-03-10T02:34:39.274 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-10T02:34:39.274 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-10T02:34:39.274 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:39.314 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /sys 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /proc 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /mnt 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /var/tmp 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /home 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /root 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /tmp 2024-03-10T02:34:49.565 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:50.533 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 32/34 2024-03-10T02:34:50.563 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 32/34 2024-03-10T02:34:50.564 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:34:50.564 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-10T02:34:50.564 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-10T02:34:50.564 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-10T02:34:50.564 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:50.566 INFO:teuthology.orchestra.run.smithi090.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-10T02:34:50.654 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-10T02:34:50.655 INFO:teuthology.orchestra.run.smithi090.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:34:51.915 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 1/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 3/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 4/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 5/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 6/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9. 8/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x8 9/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 10/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 11/34 2024-03-10T02:34:51.916 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 12/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 13/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-10T02:34:51.917 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-10T02:34:51.918 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-10T02:34:51.918 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-10T02:34:51.919 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-10T02:34:51.919 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librados2-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:34:51.919 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-10T02:34:51.919 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 33/34 2024-03-10T02:34:53.151 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:34:53.151 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:53.151 INFO:teuthology.orchestra.run.smithi090.stdout:Upgraded: 2024-03-10T02:34:53.151 INFO:teuthology.orchestra.run.smithi090.stdout: librados2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.152 INFO:teuthology.orchestra.run.smithi090.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-10T02:34:53.153 INFO:teuthology.orchestra.run.smithi090.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-10T02:34:53.154 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.154 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.154 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.154 INFO:teuthology.orchestra.run.smithi090.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-10T02:34:53.154 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.155 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.155 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:34:53.155 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-10T02:34:53.155 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-10T02:34:53.155 INFO:teuthology.orchestra.run.smithi090.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-10T02:34:53.155 INFO:teuthology.orchestra.run.smithi090.stdout: re2-1:20211101-3.el9.x86_64 2024-03-10T02:34:53.156 INFO:teuthology.orchestra.run.smithi090.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-10T02:34:53.156 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:53.156 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:34:53.577 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-test 2024-03-10T02:34:54.136 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:37 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:34:54.304 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-test x86_64 2:19.0.0-1875.g831bc188.el9 ceph 47 M 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-10T02:34:54.305 INFO:teuthology.orchestra.run.smithi090.stdout: libcephsqlite x86_64 2:19.0.0-1875.g831bc188.el9 ceph 163 k 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout:Install 6 Packages 2024-03-10T02:34:54.306 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:34:54.307 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 48 M 2024-03-10T02:34:54.307 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 205 M 2024-03-10T02:34:54.307 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:35:03.855 INFO:teuthology.orchestra.run.smithi090.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-10T02:35:03.905 INFO:teuthology.orchestra.run.smithi090.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-10T02:35:03.947 INFO:teuthology.orchestra.run.smithi090.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-03-10T02:35:04.014 INFO:teuthology.orchestra.run.smithi090.stdout:(4/6): libcephsqlite-19.0.0-1875.g831bc188.el9. 499 kB/s | 163 kB 00:00 2024-03-10T02:35:04.106 INFO:teuthology.orchestra.run.smithi090.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-10T02:35:06.090 INFO:teuthology.orchestra.run.smithi090.stdout:(6/6): ceph-test-19.0.0-1875.g831bc188.el9.x86_ 20 MB/s | 47 MB 00:02 2024-03-10T02:35:06.093 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:35:06.093 INFO:teuthology.orchestra.run.smithi090.stdout:Total 4.1 MB/s | 48 MB 00:11 2024-03-10T02:35:06.107 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:35:06.128 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:35:06.128 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:35:06.522 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:35:06.523 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:35:07.129 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:35:07.207 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-10T02:35:07.249 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-10T02:35:07.293 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-10T02:35:07.332 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-10T02:35:07.360 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 5/6 2024-03-10T02:35:11.866 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 5/6 2024-03-10T02:35:11.945 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 6/6 2024-03-10T02:35:15.002 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 6/6 2024-03-10T02:35:15.002 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 1/6 2024-03-10T02:35:15.002 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 2/6 2024-03-10T02:35:15.002 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-10T02:35:15.002 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-10T02:35:15.002 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: jq-1.6-16.el9.x86_64 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-10T02:35:15.408 INFO:teuthology.orchestra.run.smithi090.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-10T02:35:15.409 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:35:15.409 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:35:15.761 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph 2024-03-10T02:35:16.324 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:59 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:35:16.482 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout:========================================================================================= 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout:========================================================================================= 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout: ceph x86_64 2:19.0.0-1875.g831bc188.el9 ceph 6.6 k 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mds x86_64 2:19.0.0-1875.g831bc188.el9 ceph 2.1 M 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr x86_64 2:19.0.0-1875.g831bc188.el9 ceph 1.5 M 2024-03-10T02:35:16.485 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 248 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mon x86_64 2:19.0.0-1875.g831bc188.el9 ceph 4.7 M 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-osd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 17 M 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-10T02:35:16.486 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-10T02:35:16.487 INFO:teuthology.orchestra.run.smithi090.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout:========================================================================================= 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout:Install 36 Packages 2024-03-10T02:35:16.488 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:35:16.489 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 30 M 2024-03-10T02:35:16.489 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 107 M 2024-03-10T02:35:16.489 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:36:46.630 INFO:teuthology.orchestra.run.smithi183.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1875.g83 127 kB/s | 31 kB 00:00 2024-03-10T02:36:46.662 INFO:teuthology.orchestra.run.smithi183.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1875.g831 58 kB/s | 16 kB 00:00 2024-03-10T02:36:46.812 INFO:teuthology.orchestra.run.smithi183.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 238 kB 00:00 2024-03-10T02:36:46.862 INFO:teuthology.orchestra.run.smithi183.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.3 MB/s | 1.0 MB 00:00 2024-03-10T02:36:46.988 INFO:teuthology.orchestra.run.smithi183.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1875.g831bc18 2.9 MB/s | 1.8 MB 00:00 2024-03-10T02:36:47.163 INFO:teuthology.orchestra.run.smithi183.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.4 MB/s | 863 kB 00:00 2024-03-10T02:36:47.188 INFO:teuthology.orchestra.run.smithi183.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 97 kB/s | 19 kB 00:00 2024-03-10T02:36:47.363 INFO:teuthology.orchestra.run.smithi183.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-03-10T02:36:47.489 INFO:teuthology.orchestra.run.smithi183.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 246 kB/s | 31 kB 00:00 2024-03-10T02:36:47.514 INFO:teuthology.orchestra.run.smithi183.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 444 kB/s | 144 kB 00:00 2024-03-10T02:36:47.573 INFO:teuthology.orchestra.run.smithi183.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.0 MB/s | 2.0 MB 00:00 2024-03-10T02:36:47.598 INFO:teuthology.orchestra.run.smithi183.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-03-10T02:36:47.601 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:36:47.601 INFO:teuthology.orchestra.run.smithi183.stdout:Total 15 kB/s | 6.9 MB 07:59 2024-03-10T02:36:47.620 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:36:47.638 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:36:47.639 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:36:47.803 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:36:47.803 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:36:48.316 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:36:48.398 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-10T02:36:48.434 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-10T02:36:48.480 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-10T02:36:48.511 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-10T02:36:48.613 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-10T02:36:48.738 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-10T02:36:48.822 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-10T02:36:48.865 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-10T02:36:48.894 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-10T02:36:48.917 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9 10/12 2024-03-10T02:36:49.153 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el 11/12 2024-03-10T02:36:49.184 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 12/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 12/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el 1/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 2/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9 3/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-10T02:36:50.024 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-10T02:36:50.406 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-10T02:36:50.407 INFO:teuthology.orchestra.run.smithi183.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-10T02:36:50.407 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-10T02:36:50.407 INFO:teuthology.orchestra.run.smithi183.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-10T02:36:50.407 INFO:teuthology.orchestra.run.smithi183.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-10T02:36:50.407 INFO:teuthology.orchestra.run.smithi183.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-10T02:36:50.407 INFO:teuthology.orchestra.run.smithi183.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-10T02:36:50.407 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:36:50.408 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:36:50.666 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-10T02:36:51.226 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:09:07 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:36:51.376 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:36:51.377 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================ 2024-03-10T02:36:51.377 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:36:51.377 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================ 2024-03-10T02:36:51.377 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:36:51.377 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 7.4 M 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-10T02:36:51.378 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-10T02:36:51.379 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-10T02:36:51.379 INFO:teuthology.orchestra.run.smithi183.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-10T02:36:51.379 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:36:51.379 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:36:51.379 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================ 2024-03-10T02:36:51.379 INFO:teuthology.orchestra.run.smithi183.stdout:Install 12 Packages 2024-03-10T02:36:51.379 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:36:51.380 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 37 M 2024-03-10T02:36:51.380 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 209 M 2024-03-10T02:36:51.380 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:37:39.857 INFO:teuthology.orchestra.run.smithi090.stdout:(1/36): ceph-19.0.0-1875.g831bc188.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-03-10T02:37:40.082 INFO:teuthology.orchestra.run.smithi090.stdout:(2/36): ceph-mds-19.0.0-1875.g831bc188.el9.x86_ 5.2 MB/s | 2.1 MB 00:00 2024-03-10T02:37:40.124 INFO:teuthology.orchestra.run.smithi090.stdout:(3/36): ceph-mgr-19.0.0-1875.g831bc188.el9.x86_ 3.3 MB/s | 1.5 MB 00:00 2024-03-10T02:37:40.199 INFO:teuthology.orchestra.run.smithi090.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1875.g831b 3.2 MB/s | 248 kB 00:00 2024-03-10T02:37:40.316 INFO:teuthology.orchestra.run.smithi090.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-03-10T02:37:40.350 INFO:teuthology.orchestra.run.smithi090.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 4.2 MB/s | 144 kB 00:00 2024-03-10T02:37:40.384 INFO:teuthology.orchestra.run.smithi090.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 946 kB/s | 32 kB 00:00 2024-03-10T02:37:40.417 INFO:teuthology.orchestra.run.smithi090.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-03-10T02:37:40.451 INFO:teuthology.orchestra.run.smithi090.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-10T02:37:40.493 INFO:teuthology.orchestra.run.smithi090.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-03-10T02:37:40.560 INFO:teuthology.orchestra.run.smithi090.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-03-10T02:37:40.603 INFO:teuthology.orchestra.run.smithi090.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 2.4 MB/s | 103 kB 00:00 2024-03-10T02:37:40.645 INFO:teuthology.orchestra.run.smithi090.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 2.9 MB/s | 124 kB 00:00 2024-03-10T02:37:40.679 INFO:teuthology.orchestra.run.smithi090.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2024-03-10T02:37:40.979 INFO:teuthology.orchestra.run.smithi090.stdout:(15/36): ceph-osd-19.0.0-1875.g831bc188.el9.x86 19 MB/s | 17 MB 00:00 2024-03-10T02:37:41.063 INFO:teuthology.orchestra.run.smithi090.stdout:(16/36): ceph-mon-19.0.0-1875.g831bc188.el9.x86 3.9 MB/s | 4.7 MB 00:01 2024-03-10T02:37:41.138 INFO:teuthology.orchestra.run.smithi090.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 141 kB/s | 22 kB 00:00 2024-03-10T02:37:41.180 INFO:teuthology.orchestra.run.smithi090.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 249 kB/s | 125 kB 00:00 2024-03-10T02:37:41.239 INFO:teuthology.orchestra.run.smithi090.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 438 kB/s | 43 kB 00:00 2024-03-10T02:37:41.281 INFO:teuthology.orchestra.run.smithi090.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 695 kB/s | 151 kB 00:00 2024-03-10T02:37:41.314 INFO:teuthology.orchestra.run.smithi090.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-03-10T02:37:41.340 INFO:teuthology.orchestra.run.smithi090.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-03-10T02:37:41.365 INFO:teuthology.orchestra.run.smithi090.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 129 kB/s | 11 kB 00:00 2024-03-10T02:37:41.390 INFO:teuthology.orchestra.run.smithi090.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-03-10T02:37:41.416 INFO:teuthology.orchestra.run.smithi090.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-03-10T02:37:41.441 INFO:teuthology.orchestra.run.smithi090.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-03-10T02:37:41.466 INFO:teuthology.orchestra.run.smithi090.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-03-10T02:37:41.492 INFO:teuthology.orchestra.run.smithi090.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 616 kB/s | 46 kB 00:00 2024-03-10T02:37:41.517 INFO:teuthology.orchestra.run.smithi090.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-03-10T02:37:41.542 INFO:teuthology.orchestra.run.smithi090.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-03-10T02:37:41.567 INFO:teuthology.orchestra.run.smithi090.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-03-10T02:37:41.601 INFO:teuthology.orchestra.run.smithi090.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.1 MB/s | 90 kB 00:00 2024-03-10T02:37:41.618 INFO:teuthology.orchestra.run.smithi090.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-03-10T02:37:41.643 INFO:teuthology.orchestra.run.smithi090.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-03-10T02:37:41.677 INFO:teuthology.orchestra.run.smithi090.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.6 MB/s | 427 kB 00:00 2024-03-10T02:37:41.694 INFO:teuthology.orchestra.run.smithi090.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 404 kB/s | 20 kB 00:00 2024-03-10T02:37:41.698 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:37:41.698 INFO:teuthology.orchestra.run.smithi090.stdout:Total 210 kB/s | 30 MB 02:25 2024-03-10T02:37:41.719 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:37:41.763 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:37:41.763 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:37:42.198 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:37:42.198 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:37:43.539 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:37:43.606 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-10T02:37:43.655 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-10T02:37:43.692 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-10T02:37:43.761 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-10T02:37:43.808 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-10T02:37:43.850 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-10T02:37:43.940 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-10T02:37:44.010 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-10T02:37:44.061 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-10T02:37:44.132 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-10T02:37:44.188 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-10T02:37:44.226 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-10T02:37:44.275 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-10T02:37:44.339 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-10T02:37:44.522 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-10T02:37:44.582 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-10T02:37:44.612 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-10T02:37:44.655 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-10T02:37:44.694 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-10T02:37:44.771 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-10T02:37:44.806 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-10T02:37:44.839 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-10T02:37:44.880 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-10T02:37:44.914 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-10T02:37:44.941 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-10T02:37:45.031 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-10T02:37:45.079 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-10T02:37:45.161 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-10T02:37:45.297 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-10T02:37:45.425 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-10T02:37:45.591 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9. 31/36 2024-03-10T02:37:45.621 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 32/36 2024-03-10T02:37:45.646 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 32/36 2024-03-10T02:37:45.646 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:37:45.646 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-10T02:37:45.646 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-10T02:37:45.646 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-10T02:37:45.646 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:47.132 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 33/36 2024-03-10T02:37:47.158 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 33/36 2024-03-10T02:37:47.159 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:37:47.159 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-10T02:37:47.159 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-10T02:37:47.159 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-10T02:37:47.159 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:47.599 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 34/36 2024-03-10T02:37:47.622 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 34/36 2024-03-10T02:37:47.622 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:37:47.622 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-10T02:37:47.622 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-10T02:37:47.622 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-10T02:37:47.622 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:47.826 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 35/36 2024-03-10T02:37:47.848 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 35/36 2024-03-10T02:37:47.848 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:37:47.849 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-10T02:37:47.849 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-10T02:37:47.849 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-10T02:37:47.849 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:47.915 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-2:19.0.0-1875.g831bc188.el9.x86_64 36/36 2024-03-10T02:37:49.969 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-2:19.0.0-1875.g831bc188.el9.x86_64 36/36 2024-03-10T02:37:49.969 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-2:19.0.0-1875.g831bc188.el9.x86_64 1/36 2024-03-10T02:37:49.969 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 2/36 2024-03-10T02:37:49.969 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 3/36 2024-03-10T02:37:49.969 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 4/36 2024-03-10T02:37:49.969 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 5/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9. 6/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-10T02:37:49.970 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-10T02:37:49.971 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-10T02:37:49.972 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-10T02:37:49.972 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-10T02:37:49.972 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-10T02:37:49.972 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-10T02:37:50.945 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-10T02:37:50.945 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: lua-5.4.4-4.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-10T02:37:50.946 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ply-3.11-14.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-10T02:37:50.947 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:50.948 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:37:51.360 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-base 2024-03-10T02:37:51.939 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:03:34 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:37:52.035 INFO:teuthology.orchestra.run.smithi090.stdout:Package ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:37:52.086 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:37:52.087 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:37:52.088 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:37:52.148 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install cephadm 2024-03-10T02:37:52.709 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:03:35 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:37:52.858 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:37:52.858 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:37:52.858 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout: cephadm noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 748 k 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 748 k 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 755 k 2024-03-10T02:37:52.859 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:37:53.189 INFO:teuthology.orchestra.run.smithi090.stdout:cephadm-19.0.0-1875.g831bc188.el9.noarch.rpm 2.2 MB/s | 748 kB 00:00 2024-03-10T02:37:53.190 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:37:53.191 INFO:teuthology.orchestra.run.smithi090.stdout:Total 2.2 MB/s | 748 kB 00:00 2024-03-10T02:37:53.191 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:37:53.195 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:37:53.195 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:37:53.201 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:37:53.201 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:37:53.279 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:37:53.755 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:37:53.844 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:37:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:37:54.639 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:37:54.639 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:54.639 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:37:54.639 INFO:teuthology.orchestra.run.smithi090.stdout: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:37:54.639 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:54.639 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:37:54.866 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-immutable-object-cache 2024-03-10T02:37:55.431 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:03:38 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:37:55.587 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1875.g831bc188.el9 ceph 145 k 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 145 k 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 436 k 2024-03-10T02:37:55.588 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:37:55.943 INFO:teuthology.orchestra.run.smithi090.stdout:ceph-immutable-object-cache-19.0.0-1875.g831bc1 411 kB/s | 145 kB 00:00 2024-03-10T02:37:55.943 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:37:55.944 INFO:teuthology.orchestra.run.smithi090.stdout:Total 409 kB/s | 145 kB 00:00 2024-03-10T02:37:55.944 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:37:55.951 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:37:55.951 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:37:56.004 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:37:56.004 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:37:56.144 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:37:56.211 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:37:56.235 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:37:56.235 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:37:56.235 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-10T02:37:56.236 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:57.390 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:37:57.390 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:57.390 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:37:57.391 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-immutable-object-cache-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:37:57.391 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:57.391 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:37:57.681 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr 2024-03-10T02:37:58.243 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:03:41 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:37:58.339 INFO:teuthology.orchestra.run.smithi090.stdout:Package ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:37:58.391 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:37:58.392 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:37:58.392 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:37:58.457 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-dashboard 2024-03-10T02:37:59.016 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:03:42 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:37:59.164 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:37:59.165 INFO:teuthology.orchestra.run.smithi090.stdout:====================================================================================== 2024-03-10T02:37:59.165 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout:====================================================================================== 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 1.8 M 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 31 k 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 16 k 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-10T02:37:59.166 INFO:teuthology.orchestra.run.smithi090.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout:====================================================================================== 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout:Install 12 Packages 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 6.9 M 2024-03-10T02:37:59.167 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 26 M 2024-03-10T02:37:59.168 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:38:07.207 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 98 kB/s | 21 MB 03:35 2024-03-10T02:38:12.065 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-03-10T02:38:14.578 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:38:14.590 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:38:14.590 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T02:38:14.594 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:38:14.594 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:38:14.594 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-radosgw x86_64 2:19.0.0-1875.g831bc188.el9 ceph 9.8 M 2024-03-10T02:38:14.594 INFO:teuthology.orchestra.run.smithi092.stdout:Upgrading: 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: librados2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.4 M 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: librbd1 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.1 M 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: boost-program-options 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-base x86_64 2:19.0.0-1875.g831bc188.el9 ceph 5.3 M 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-common x86_64 2:19.0.0-1875.g831bc188.el9 ceph 20 M 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-selinux x86_64 2:19.0.0-1875.g831bc188.el9 ceph 25 k 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 745 k 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-10T02:38:14.595 INFO:teuthology.orchestra.run.smithi092.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: libradosstriper1 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 501 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: librgw2 x86_64 2:19.0.0-1875.g831bc188.el9 ceph 5.1 M 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-argparse 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: x86_64 2:19.0.0-1875.g831bc188.el9 ceph 45 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-common x86_64 2:19.0.0-1875.g831bc188.el9 ceph 131 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cephfs x86_64 2:19.0.0-1875.g831bc188.el9 ceph 162 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rados x86_64 2:19.0.0-1875.g831bc188.el9 ceph 320 k 2024-03-10T02:38:14.596 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rbd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 298 k 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rgw x86_64 2:19.0.0-1875.g831bc188.el9 ceph 99 k 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout:Installing weak dependencies: 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout:Install 30 Packages 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout:Upgrade 2 Packages 2024-03-10T02:38:14.597 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:38:14.599 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 58 M 2024-03-10T02:38:14.599 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T02:39:01.650 INFO:teuthology.orchestra.run.smithi183.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 168 kB/s | 32 kB 00:00 2024-03-10T02:39:01.691 INFO:teuthology.orchestra.run.smithi183.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 430 kB/s | 17 kB 00:00 2024-03-10T02:39:01.733 INFO:teuthology.orchestra.run.smithi183.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 838 kB/s | 34 kB 00:00 2024-03-10T02:39:01.867 INFO:teuthology.orchestra.run.smithi183.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.4 MB/s | 3.0 MB 00:00 2024-03-10T02:39:01.984 INFO:teuthology.orchestra.run.smithi183.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-03-10T02:39:02.084 INFO:teuthology.orchestra.run.smithi183.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 22 MB/s | 4.8 MB 00:00 2024-03-10T02:39:02.109 INFO:teuthology.orchestra.run.smithi183.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 217 kB 00:00 2024-03-10T02:39:02.201 INFO:teuthology.orchestra.run.smithi183.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-18 10 MB/s | 7.4 MB 00:00 2024-03-10T02:39:02.577 INFO:teuthology.orchestra.run.smithi183.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-03-10T02:39:02.660 INFO:teuthology.orchestra.run.smithi183.stdout:(10/12): python3-devel-3.9.17-2.el9.x86_64.rpm 2.9 MB/s | 245 kB 00:00 2024-03-10T02:39:02.885 INFO:teuthology.orchestra.run.smithi183.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 287 kB/s | 195 kB 00:00 2024-03-10T02:39:05.110 INFO:teuthology.orchestra.run.smithi183.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 268 kB/s | 803 kB 00:02 2024-03-10T02:39:05.113 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:39:05.113 INFO:teuthology.orchestra.run.smithi183.stdout:Total 284 kB/s | 37 MB 02:13 2024-03-10T02:39:05.152 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:39:05.178 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:39:05.178 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:39:05.537 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:39:05.537 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:39:06.242 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:39:06.333 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-10T02:39:06.372 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-10T02:39:06.464 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-10T02:39:06.509 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-10T02:39:06.678 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-10T02:39:06.708 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-10T02:39:06.803 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-10T02:39:07.443 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-10T02:39:07.562 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-10T02:39:08.783 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-10T02:39:09.806 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-10T02:39:09.833 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 12/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 12/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 1/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-10T02:39:12.442 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-10T02:39:12.443 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-10T02:39:12.443 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-10T02:39:12.894 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-10T02:39:12.895 INFO:teuthology.orchestra.run.smithi183.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-10T02:39:12.895 INFO:teuthology.orchestra.run.smithi183.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-10T02:39:12.895 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-10T02:39:12.895 INFO:teuthology.orchestra.run.smithi183.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-10T02:39:12.895 INFO:teuthology.orchestra.run.smithi183.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-10T02:39:12.895 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:12.895 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:39:13.336 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-rook 2024-03-10T02:39:13.905 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:11:29 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:39:14.055 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:39:14.056 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================== 2024-03-10T02:39:14.056 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:39:14.056 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================== 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-rook noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 49 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-10T02:39:14.057 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-10T02:39:14.058 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-10T02:39:14.058 INFO:teuthology.orchestra.run.smithi183.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-10T02:39:14.058 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:14.058 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:39:14.058 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================== 2024-03-10T02:39:14.058 INFO:teuthology.orchestra.run.smithi183.stdout:Install 13 Packages 2024-03-10T02:39:14.058 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:14.059 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 2.0 M 2024-03-10T02:39:14.059 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 26 M 2024-03-10T02:39:14.059 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:39:19.899 INFO:teuthology.orchestra.run.smithi183.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 185 kB/s | 24 kB 00:00 2024-03-10T02:39:19.926 INFO:teuthology.orchestra.run.smithi183.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 115 kB/s | 18 kB 00:00 2024-03-10T02:39:19.974 INFO:teuthology.orchestra.run.smithi183.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-03-10T02:39:20.016 INFO:teuthology.orchestra.run.smithi183.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 132 kB 00:00 2024-03-10T02:39:20.041 INFO:teuthology.orchestra.run.smithi183.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.1 MB/s | 211 kB 00:00 2024-03-10T02:39:20.067 INFO:teuthology.orchestra.run.smithi183.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 855 kB/s | 43 kB 00:00 2024-03-10T02:39:20.092 INFO:teuthology.orchestra.run.smithi183.stdout:(7/13): ceph-mgr-rook-19.0.0-1875.g831bc188.el9 151 kB/s | 49 kB 00:00 2024-03-10T02:39:20.326 INFO:teuthology.orchestra.run.smithi183.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 113 kB/s | 32 kB 00:00 2024-03-10T02:39:20.351 INFO:teuthology.orchestra.run.smithi183.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 53 kB/s | 15 kB 00:00 2024-03-10T02:39:20.501 INFO:teuthology.orchestra.run.smithi183.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 394 kB/s | 59 kB 00:00 2024-03-10T02:39:20.526 INFO:teuthology.orchestra.run.smithi183.stdout:(11/13): python3-google-auth-2.28.0-1.el9.noarc 467 kB/s | 203 kB 00:00 2024-03-10T02:39:20.627 INFO:teuthology.orchestra.run.smithi183.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 717 kB/s | 90 kB 00:00 2024-03-10T02:39:20.677 INFO:teuthology.orchestra.run.smithi183.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.9 MB/s | 1.0 MB 00:00 2024-03-10T02:39:20.681 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:39:20.681 INFO:teuthology.orchestra.run.smithi183.stdout:Total 316 kB/s | 2.0 MB 00:06 2024-03-10T02:39:20.681 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:39:20.694 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:39:20.694 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:39:20.796 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:39:20.797 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:39:21.323 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:39:21.490 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-10T02:39:21.544 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-10T02:39:21.600 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-10T02:39:21.669 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-10T02:39:21.712 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-10T02:39:21.805 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-10T02:39:21.916 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-10T02:39:21.965 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-10T02:39:22.681 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-10T02:39:22.729 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-10T02:39:22.763 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-10T02:39:22.810 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-10T02:39:22.832 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 13/13 2024-03-10T02:39:23.588 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 13/13 2024-03-10T02:39:23.588 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 1/13 2024-03-10T02:39:23.588 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-10T02:39:23.588 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-10T02:39:23.589 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-10T02:39:23.974 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-10T02:39:23.974 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:23.974 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:39:23.974 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:39:23.974 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-10T02:39:23.974 INFO:teuthology.orchestra.run.smithi183.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:23.975 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:39:24.228 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-mgr-cephadm 2024-03-10T02:39:24.791 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:11:40 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:39:24.939 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:39:24.940 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================== 2024-03-10T02:39:24.940 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================== 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 138 k 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout:======================================================================================== 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout:Install 6 Packages 2024-03-10T02:39:24.941 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:39:24.942 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 6.8 M 2024-03-10T02:39:24.942 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 33 M 2024-03-10T02:39:24.942 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:42:34.654 INFO:teuthology.orchestra.run.smithi090.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1875.g831 70 kB/s | 16 kB 00:00 2024-03-10T02:42:34.678 INFO:teuthology.orchestra.run.smithi090.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1875.g83 120 kB/s | 31 kB 00:00 2024-03-10T02:42:34.787 INFO:teuthology.orchestra.run.smithi090.stdout:(3/12): ceph-mgr-dashboard-19.0.0-1875.g831bc18 4.8 MB/s | 1.8 MB 00:00 2024-03-10T02:42:34.862 INFO:teuthology.orchestra.run.smithi090.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-03-10T02:42:34.937 INFO:teuthology.orchestra.run.smithi090.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.5 MB/s | 1.0 MB 00:00 2024-03-10T02:42:35.013 INFO:teuthology.orchestra.run.smithi090.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.8 MB/s | 863 kB 00:00 2024-03-10T02:42:35.238 INFO:teuthology.orchestra.run.smithi090.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 70 kB/s | 19 kB 00:00 2024-03-10T02:42:35.355 INFO:teuthology.orchestra.run.smithi090.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-03-10T02:42:35.430 INFO:teuthology.orchestra.run.smithi090.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 410 kB/s | 31 kB 00:00 2024-03-10T02:42:35.456 INFO:teuthology.orchestra.run.smithi090.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 665 kB/s | 144 kB 00:00 2024-03-10T02:42:35.523 INFO:teuthology.orchestra.run.smithi090.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-03-10T02:42:35.632 INFO:teuthology.orchestra.run.smithi090.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.4 MB/s | 2.0 MB 00:00 2024-03-10T02:42:35.636 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:42:35.637 INFO:teuthology.orchestra.run.smithi090.stdout:Total 25 kB/s | 6.9 MB 04:36 2024-03-10T02:42:35.654 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:42:35.672 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:42:35.672 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:42:35.843 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:42:35.844 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:42:36.352 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:42:36.433 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-10T02:42:36.469 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-10T02:42:36.517 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-10T02:42:36.554 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-10T02:42:36.663 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-10T02:42:36.788 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-10T02:42:36.884 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-10T02:42:36.936 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-10T02:42:36.974 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-10T02:42:37.014 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9 10/12 2024-03-10T02:42:37.266 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el 11/12 2024-03-10T02:42:37.305 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 12/12 2024-03-10T02:42:38.307 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 12/12 2024-03-10T02:42:38.307 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el 1/12 2024-03-10T02:42:38.307 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 2/12 2024-03-10T02:42:38.307 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9 3/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-10T02:42:38.308 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-10T02:42:38.669 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-10T02:42:38.670 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-10T02:42:38.670 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-10T02:42:38.670 INFO:teuthology.orchestra.run.smithi090.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-10T02:42:38.670 INFO:teuthology.orchestra.run.smithi090.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-10T02:42:38.670 INFO:teuthology.orchestra.run.smithi090.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-10T02:42:38.670 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:42:38.670 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:42:39.014 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-10T02:42:39.576 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:08:22 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:42:39.727 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:42:39.728 INFO:teuthology.orchestra.run.smithi090.stdout:============================================================================================ 2024-03-10T02:42:39.728 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:42:39.728 INFO:teuthology.orchestra.run.smithi090.stdout:============================================================================================ 2024-03-10T02:42:39.728 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:42:39.728 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 7.4 M 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:42:39.729 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:42:39.730 INFO:teuthology.orchestra.run.smithi090.stdout:============================================================================================ 2024-03-10T02:42:39.730 INFO:teuthology.orchestra.run.smithi090.stdout:Install 12 Packages 2024-03-10T02:42:39.730 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:42:39.730 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 37 M 2024-03-10T02:42:39.730 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 209 M 2024-03-10T02:42:39.730 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:44:46.368 INFO:teuthology.orchestra.run.smithi092.stdout:(1/32): ceph-base-19.0.0-1875.g831bc188.el9.x86 5.9 MB/s | 5.3 MB 00:00 2024-03-10T02:44:46.482 INFO:teuthology.orchestra.run.smithi092.stdout:(2/32): ceph-radosgw-19.0.0-1875.g831bc188.el9. 9.6 MB/s | 9.8 MB 00:01 2024-03-10T02:44:46.516 INFO:teuthology.orchestra.run.smithi092.stdout:(3/32): ceph-selinux-19.0.0-1875.g831bc188.el9. 170 kB/s | 25 kB 00:00 2024-03-10T02:44:46.566 INFO:teuthology.orchestra.run.smithi092.stdout:(4/32): libcephfs2-19.0.0-1875.g831bc188.el9.x8 8.7 MB/s | 745 kB 00:00 2024-03-10T02:44:46.599 INFO:teuthology.orchestra.run.smithi092.stdout:(5/32): libradosstriper1-19.0.0-1875.g831bc188. 5.9 MB/s | 501 kB 00:00 2024-03-10T02:44:46.700 INFO:teuthology.orchestra.run.smithi092.stdout:(6/32): python3-ceph-argparse-19.0.0-1875.g831b 452 kB/s | 45 kB 00:00 2024-03-10T02:44:46.800 INFO:teuthology.orchestra.run.smithi092.stdout:(7/32): python3-ceph-common-19.0.0-1875.g831bc1 1.3 MB/s | 131 kB 00:00 2024-03-10T02:44:46.909 INFO:teuthology.orchestra.run.smithi092.stdout:(8/32): librgw2-19.0.0-1875.g831bc188.el9.x86_6 15 MB/s | 5.1 MB 00:00 2024-03-10T02:44:46.934 INFO:teuthology.orchestra.run.smithi092.stdout:(9/32): python3-cephfs-19.0.0-1875.g831bc188.el 1.2 MB/s | 162 kB 00:00 2024-03-10T02:44:46.976 INFO:teuthology.orchestra.run.smithi092.stdout:(10/32): python3-rados-19.0.0-1875.g831bc188.el 4.7 MB/s | 320 kB 00:00 2024-03-10T02:44:47.018 INFO:teuthology.orchestra.run.smithi092.stdout:(11/32): python3-rbd-19.0.0-1875.g831bc188.el9. 3.5 MB/s | 298 kB 00:00 2024-03-10T02:44:47.046 INFO:teuthology.orchestra.run.smithi092.stdout:(12/32): python3-rgw-19.0.0-1875.g831bc188.el9. 1.4 MB/s | 99 kB 00:00 2024-03-10T02:44:47.177 INFO:teuthology.orchestra.run.smithi092.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 666 kB/s | 106 kB 00:00 2024-03-10T02:44:47.202 INFO:teuthology.orchestra.run.smithi092.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-10T02:44:47.228 INFO:teuthology.orchestra.run.smithi092.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 882 kB/s | 44 kB 00:00 2024-03-10T02:44:47.487 INFO:teuthology.orchestra.run.smithi092.stdout:(16/32): ceph-common-19.0.0-1875.g831bc188.el9. 9.9 MB/s | 20 MB 00:02 2024-03-10T02:44:47.512 INFO:teuthology.orchestra.run.smithi092.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.1 MB/s | 661 kB 00:00 2024-03-10T02:44:47.537 INFO:teuthology.orchestra.run.smithi092.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 914 kB/s | 282 kB 00:00 2024-03-10T02:44:47.562 INFO:teuthology.orchestra.run.smithi092.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 554 kB/s | 41 kB 00:00 2024-03-10T02:44:47.754 INFO:teuthology.orchestra.run.smithi092.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 161 kB/s | 35 kB 00:00 2024-03-10T02:44:47.779 INFO:teuthology.orchestra.run.smithi092.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 205 kB/s | 44 kB 00:00 2024-03-10T02:44:47.821 INFO:teuthology.orchestra.run.smithi092.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 763 kB/s | 216 kB 00:00 2024-03-10T02:44:48.088 INFO:teuthology.orchestra.run.smithi092.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 97 kB/s | 26 kB 00:00 2024-03-10T02:44:48.297 INFO:teuthology.orchestra.run.smithi092.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 233 kB/s | 49 kB 00:00 2024-03-10T02:44:48.338 INFO:teuthology.orchestra.run.smithi092.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 528 kB/s | 309 kB 00:00 2024-03-10T02:44:48.489 INFO:teuthology.orchestra.run.smithi092.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 351 kB/s | 67 kB 00:00 2024-03-10T02:44:48.606 INFO:teuthology.orchestra.run.smithi092.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 838 kB 00:00 2024-03-10T02:44:48.714 INFO:teuthology.orchestra.run.smithi092.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.7 MB/s | 4.4 MB 00:00 2024-03-10T02:44:48.739 INFO:teuthology.orchestra.run.smithi092.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 765 kB/s | 192 kB 00:00 2024-03-10T02:44:48.815 INFO:teuthology.orchestra.run.smithi092.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.6 MB/s | 1.6 MB 00:00 2024-03-10T02:44:49.065 INFO:teuthology.orchestra.run.smithi092.stdout:(31/32): librbd1-19.0.0-1875.g831bc188.el9.x86_ 9.7 MB/s | 3.1 MB 00:00 2024-03-10T02:44:49.123 INFO:teuthology.orchestra.run.smithi092.stdout:(32/32): librados2-19.0.0-1875.g831bc188.el9.x8 8.3 MB/s | 3.4 MB 00:00 2024-03-10T02:44:49.127 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:44:49.127 INFO:teuthology.orchestra.run.smithi092.stdout:Total 150 kB/s | 58 MB 06:34 2024-03-10T02:44:49.158 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T02:44:49.196 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T02:44:49.196 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T02:44:49.685 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T02:44:49.685 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T02:44:51.207 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T02:44:51.282 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-10T02:44:51.320 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-10T02:44:51.345 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-10T02:44:51.377 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-10T02:44:51.393 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-10T02:44:51.541 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-10T02:44:51.589 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-10T02:44:51.906 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-10T02:44:51.963 INFO:teuthology.orchestra.run.smithi092.stdout: Upgrading : librados2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:44:52.047 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:44:52.133 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 8/34 2024-03-10T02:44:52.157 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 9/34 2024-03-10T02:44:52.202 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 9/34 2024-03-10T02:44:52.223 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-10T02:44:52.266 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9. 11/34 2024-03-10T02:44:52.334 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 12/34 2024-03-10T02:44:52.361 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 13/34 2024-03-10T02:44:52.405 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 13/34 2024-03-10T02:44:52.432 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-10T02:44:52.538 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-10T02:44:52.576 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-10T02:44:52.616 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-10T02:44:52.649 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-10T02:44:52.677 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-10T02:44:52.710 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-10T02:44:53.022 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-10T02:44:53.049 INFO:teuthology.orchestra.run.smithi092.stdout: Upgrading : librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 22/34 2024-03-10T02:44:53.121 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 22/34 2024-03-10T02:44:53.145 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 23/34 2024-03-10T02:44:53.184 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-10T02:44:53.636 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-10T02:44:53.677 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 26/34 2024-03-10T02:44:53.731 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 26/34 2024-03-10T02:44:53.798 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 27/34 2024-03-10T02:44:53.829 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x8 28/34 2024-03-10T02:44:56.012 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:44:56.050 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:44:56.605 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 29/34 2024-03-10T02:44:56.637 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 30/34 2024-03-10T02:44:56.729 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 30/34 2024-03-10T02:44:56.729 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-10T02:44:56.729 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-10T02:44:56.729 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:44:56.764 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /sys 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /proc 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /mnt 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /var/tmp 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /home 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /root 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /tmp 2024-03-10T02:45:06.159 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:45:06.866 INFO:teuthology.orchestra.run.smithi183.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 756 kB/s | 248 kB 00:00 2024-03-10T02:45:06.941 INFO:teuthology.orchestra.run.smithi183.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 5.8 MB 00:00 2024-03-10T02:45:06.966 INFO:teuthology.orchestra.run.smithi183.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1875.g831bc188.e 323 kB/s | 138 kB 00:00 2024-03-10T02:45:07.085 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 32/34 2024-03-10T02:45:07.109 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 32/34 2024-03-10T02:45:07.109 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:45:07.109 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-10T02:45:07.109 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-10T02:45:07.109 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-10T02:45:07.109 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:45:07.111 INFO:teuthology.orchestra.run.smithi092.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-10T02:45:07.197 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-10T02:45:07.197 INFO:teuthology.orchestra.run.smithi092.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:45:07.283 INFO:teuthology.orchestra.run.smithi183.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 169 kB/s | 58 kB 00:00 2024-03-10T02:45:07.308 INFO:teuthology.orchestra.run.smithi183.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 149 kB/s | 51 kB 00:00 2024-03-10T02:45:07.425 INFO:teuthology.orchestra.run.smithi183.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 984 kB/s | 548 kB 00:00 2024-03-10T02:45:07.430 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:07.430 INFO:teuthology.orchestra.run.smithi183.stdout:Total 20 kB/s | 6.8 MB 05:42 2024-03-10T02:45:07.442 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:07.452 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:07.453 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:07.545 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:07.545 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:07.842 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:08.006 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-10T02:45:08.060 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-10T02:45:08.263 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 1/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 3/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 4/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 5/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_6 6/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 7/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9. 8/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x8 9/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 10/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 11/34 2024-03-10T02:45:08.264 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 12/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 13/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-10T02:45:08.265 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-10T02:45:08.266 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-10T02:45:08.266 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-10T02:45:08.266 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-10T02:45:08.266 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados2-2:19.0.0-1875.g831bc188.el9.x86_64 31/34 2024-03-10T02:45:08.266 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-10T02:45:08.266 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 33/34 2024-03-10T02:45:08.568 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-10T02:45:08.646 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-10T02:45:08.707 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-10T02:45:08.739 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 6/6 2024-03-10T02:45:09.515 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 6/6 2024-03-10T02:45:09.515 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/6 2024-03-10T02:45:09.515 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-10T02:45:09.515 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-10T02:45:09.515 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-10T02:45:09.515 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-10T02:45:09.539 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-10T02:45:09.539 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout:Upgraded: 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: librados2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-radosgw-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-selinux-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-10T02:45:09.540 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: libradosstriper1-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: librgw2-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-argparse-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-common-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.541 INFO:teuthology.orchestra.run.smithi092.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: re2-1:20211101-3.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:45:09.542 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:45:09.821 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-10T02:45:09.821 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:09.821 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:09.822 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:09.865 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-test 2024-03-10T02:45:10.054 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-fuse 2024-03-10T02:45:10.423 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:06:58 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:45:10.576 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-test x86_64 2:19.0.0-1875.g831bc188.el9 ceph 47 M 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout: libcephsqlite x86_64 2:19.0.0-1875.g831bc188.el9 ceph 163 k 2024-03-10T02:45:10.577 INFO:teuthology.orchestra.run.smithi092.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-10T02:45:10.578 INFO:teuthology.orchestra.run.smithi092.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-10T02:45:10.578 INFO:teuthology.orchestra.run.smithi092.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-10T02:45:10.578 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:45:10.578 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:45:10.578 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:45:10.578 INFO:teuthology.orchestra.run.smithi092.stdout:Install 6 Packages 2024-03-10T02:45:10.578 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:45:10.581 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 48 M 2024-03-10T02:45:10.581 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 205 M 2024-03-10T02:45:10.581 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T02:45:10.612 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:26 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:10.764 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:10.764 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-fuse x86_64 2:19.0.0-1875.g831bc188.el9 ceph 888 k 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:Install 2 Packages 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 966 k 2024-03-10T02:45:10.765 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 2.8 M 2024-03-10T02:45:10.766 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:45:10.885 INFO:teuthology.orchestra.run.smithi183.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 660 kB/s | 79 kB 00:00 2024-03-10T02:45:11.243 INFO:teuthology.orchestra.run.smithi183.stdout:(2/2): ceph-fuse-19.0.0-1875.g831bc188.el9.x86_ 1.8 MB/s | 888 kB 00:00 2024-03-10T02:45:11.244 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:11.245 INFO:teuthology.orchestra.run.smithi183.stdout:Total 2.0 MB/s | 966 kB 00:00 2024-03-10T02:45:11.245 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:11.265 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:11.265 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:11.342 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:11.343 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:11.532 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:11.677 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-10T02:45:11.743 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2/2 2024-03-10T02:45:12.456 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2/2 2024-03-10T02:45:12.457 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/2 2024-03-10T02:45:12.788 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-10T02:45:12.788 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:12.788 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:12.788 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-10T02:45:12.789 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:12.789 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:13.081 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-volume 2024-03-10T02:45:13.650 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:29 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:13.800 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:13.800 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:13.800 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-volume noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 264 k 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout:Install 2 Packages 2024-03-10T02:45:13.801 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:13.802 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 332 k 2024-03-10T02:45:13.802 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 1.5 M 2024-03-10T02:45:13.802 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:45:13.923 INFO:teuthology.orchestra.run.smithi183.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 569 kB/s | 69 kB 00:00 2024-03-10T02:45:14.240 INFO:teuthology.orchestra.run.smithi183.stdout:(2/2): ceph-volume-19.0.0-1875.g831bc188.el9.no 603 kB/s | 264 kB 00:00 2024-03-10T02:45:14.241 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:14.241 INFO:teuthology.orchestra.run.smithi183.stdout:Total 755 kB/s | 332 kB 00:00 2024-03-10T02:45:14.241 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:14.250 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:14.250 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:14.296 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:14.296 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:14.444 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:14.623 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-10T02:45:14.659 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2/2 2024-03-10T02:45:14.675 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2/2 2024-03-10T02:45:14.675 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:45:14.675 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-10T02:45:14.675 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:15.439 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 1/2 2024-03-10T02:45:15.829 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-10T02:45:15.829 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:15.829 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:15.829 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:45:15.829 INFO:teuthology.orchestra.run.smithi183.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-10T02:45:15.829 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:15.829 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:16.169 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librados-devel 2024-03-10T02:45:16.746 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:32 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:16.898 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:16.900 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:16.900 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-03-10T02:45:16.900 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:16.900 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:45:16.900 INFO:teuthology.orchestra.run.smithi183.stdout: librados-devel x86_64 2:19.0.0-1875.g831bc188.el9 ceph 127 k 2024-03-10T02:45:16.901 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:16.901 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:45:16.901 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:16.901 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-03-10T02:45:16.901 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:16.901 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 127 k 2024-03-10T02:45:16.901 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 456 k 2024-03-10T02:45:16.902 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:45:17.121 INFO:teuthology.orchestra.run.smithi183.stdout:librados-devel-19.0.0-1875.g831bc188.el9.x86_64 575 kB/s | 127 kB 00:00 2024-03-10T02:45:17.121 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:17.121 INFO:teuthology.orchestra.run.smithi183.stdout:Total 571 kB/s | 127 kB 00:00 2024-03-10T02:45:17.122 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:17.127 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:17.127 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:17.183 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:17.183 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:17.336 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:17.427 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:17.910 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:18.212 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:18.212 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:18.212 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:18.212 INFO:teuthology.orchestra.run.smithi183.stdout: librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:18.212 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:18.212 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:18.483 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install libcephfs2 2024-03-10T02:45:19.055 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:35 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:19.156 INFO:teuthology.orchestra.run.smithi183.stdout:Package libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:45:19.209 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:19.210 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:45:19.210 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:19.283 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install libcephfs-devel 2024-03-10T02:45:19.848 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:35 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:19.999 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs-devel x86_64 2:19.0.0-1875.g831bc188.el9 ceph 31 k 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:20.000 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-03-10T02:45:20.001 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:20.001 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 31 k 2024-03-10T02:45:20.001 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 140 k 2024-03-10T02:45:20.001 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:45:20.241 INFO:teuthology.orchestra.run.smithi183.stdout:libcephfs-devel-19.0.0-1875.g831bc188.el9.x86_6 130 kB/s | 31 kB 00:00 2024-03-10T02:45:20.241 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:20.242 INFO:teuthology.orchestra.run.smithi183.stdout:Total 129 kB/s | 31 kB 00:00 2024-03-10T02:45:20.242 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:20.245 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:20.245 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:20.272 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:20.273 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:20.406 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:20.505 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:20.913 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:21.208 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:21.208 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:21.208 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:21.208 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:21.208 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:21.208 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:21.379 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librados2 2024-03-10T02:45:21.935 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:37 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:22.032 INFO:teuthology.orchestra.run.smithi183.stdout:Package librados2-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:45:22.084 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:22.085 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:45:22.085 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:22.131 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install librbd1 2024-03-10T02:45:22.693 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:38 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:22.792 INFO:teuthology.orchestra.run.smithi183.stdout:Package librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:45:22.845 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:22.846 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:45:22.847 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:22.890 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rados 2024-03-10T02:45:23.454 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:39 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:23.550 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:45:23.602 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:23.603 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:45:23.603 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:23.655 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rgw 2024-03-10T02:45:24.219 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:40 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:24.315 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:45:24.367 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:24.368 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:45:24.368 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:24.426 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-cephfs 2024-03-10T02:45:25.000 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:40 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:25.097 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:45:25.150 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:25.151 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:45:25.151 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:25.196 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install python3-rbd 2024-03-10T02:45:25.763 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:41 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:25.859 INFO:teuthology.orchestra.run.smithi183.stdout:Package python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:45:25.910 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:25.911 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2024-03-10T02:45:25.911 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:25.955 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-fuse 2024-03-10T02:45:26.514 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:42 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:26.664 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-fuse x86_64 2:19.0.0-1875.g831bc188.el9 ceph 85 k 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:45:26.665 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:26.666 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-03-10T02:45:26.666 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:26.666 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 85 k 2024-03-10T02:45:26.666 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 231 k 2024-03-10T02:45:26.666 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:45:26.985 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-fuse-19.0.0-1875.g831bc188.el9.x86_64.rpm 267 kB/s | 85 kB 00:00 2024-03-10T02:45:26.986 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:26.986 INFO:teuthology.orchestra.run.smithi183.stdout:Total 266 kB/s | 85 kB 00:00 2024-03-10T02:45:26.986 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:26.993 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:26.993 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:27.048 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:27.048 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:27.189 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:27.291 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:27.700 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:28.018 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:28.019 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:28.019 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:28.019 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:28.019 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:28.019 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:28.253 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-mirror 2024-03-10T02:45:28.814 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:44 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:28.966 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:28.967 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:28.967 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repo Size 2024-03-10T02:45:28.967 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:28.967 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:45:28.967 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-mirror x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.1 M 2024-03-10T02:45:28.967 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:28.968 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:45:28.968 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:28.968 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-03-10T02:45:28.968 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:28.968 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 3.1 M 2024-03-10T02:45:28.968 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 13 M 2024-03-10T02:45:28.968 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:45:30.338 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-mirror-19.0.0-1875.g831bc188.el9.x86_64.rpm 2.3 MB/s | 3.1 MB 00:01 2024-03-10T02:45:30.339 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:30.339 INFO:teuthology.orchestra.run.smithi183.stdout:Total 2.3 MB/s | 3.1 MB 00:01 2024-03-10T02:45:30.340 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:30.349 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:30.349 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:30.423 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:30.423 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:30.837 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:30.914 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:30.938 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:30.938 INFO:teuthology.orchestra.run.smithi183.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:45:30.938 INFO:teuthology.orchestra.run.smithi183.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-10T02:45:30.938 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-10T02:45:30.938 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-10T02:45:30.938 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:32.134 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:32.134 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:32.134 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:32.135 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:32.135 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:32.135 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:32.364 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install rbd-nbd 2024-03-10T02:45:32.937 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:17:48 ago on Sun 10 Mar 2024 02:27:44 AM UTC. 2024-03-10T02:45:33.089 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-nbd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 170 k 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:Install 1 Package 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 170 k 2024-03-10T02:45:33.090 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 490 k 2024-03-10T02:45:33.091 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-03-10T02:45:33.317 INFO:teuthology.orchestra.run.smithi183.stdout:rbd-nbd-19.0.0-1875.g831bc188.el9.x86_64.rpm 754 kB/s | 170 kB 00:00 2024-03-10T02:45:33.317 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:45:33.317 INFO:teuthology.orchestra.run.smithi183.stdout:Total 749 kB/s | 170 kB 00:00 2024-03-10T02:45:33.318 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-03-10T02:45:33.326 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-03-10T02:45:33.326 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-03-10T02:45:33.381 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-03-10T02:45:33.381 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-03-10T02:45:33.532 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-03-10T02:45:33.615 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:34.046 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:34.409 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:45:34.409 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:34.409 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-03-10T02:45:34.409 INFO:teuthology.orchestra.run.smithi183.stdout: rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:45:34.409 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T02:45:34.409 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-03-10T02:45:34.666 DEBUG:teuthology.parallel:result is None 2024-03-10T02:47:15.463 INFO:teuthology.orchestra.run.smithi090.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 237 kB/s | 32 kB 00:00 2024-03-10T02:47:15.496 INFO:teuthology.orchestra.run.smithi090.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 539 kB/s | 17 kB 00:00 2024-03-10T02:47:15.563 INFO:teuthology.orchestra.run.smithi090.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-03-10T02:47:15.588 INFO:teuthology.orchestra.run.smithi090.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 381 kB/s | 34 kB 00:00 2024-03-10T02:47:15.797 INFO:teuthology.orchestra.run.smithi090.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-03-10T02:47:15.864 INFO:teuthology.orchestra.run.smithi090.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 17 MB/s | 4.8 MB 00:00 2024-03-10T02:47:15.889 INFO:teuthology.orchestra.run.smithi090.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-03-10T02:47:16.148 INFO:teuthology.orchestra.run.smithi090.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-18 9.0 MB/s | 7.4 MB 00:00 2024-03-10T02:47:16.323 INFO:teuthology.orchestra.run.smithi090.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-03-10T02:47:16.365 INFO:teuthology.orchestra.run.smithi090.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 803 kB 00:00 2024-03-10T02:47:16.458 INFO:teuthology.orchestra.run.smithi090.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 634 kB/s | 195 kB 00:00 2024-03-10T02:47:16.842 INFO:teuthology.orchestra.run.smithi090.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 473 kB/s | 245 kB 00:00 2024-03-10T02:47:16.844 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:47:16.844 INFO:teuthology.orchestra.run.smithi090.stdout:Total 137 kB/s | 37 MB 04:37 2024-03-10T02:47:16.882 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:47:16.907 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:47:16.907 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:47:17.275 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:47:17.276 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:47:17.975 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:47:18.048 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-10T02:47:18.088 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-10T02:47:18.180 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-10T02:47:18.225 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-10T02:47:18.402 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-10T02:47:18.432 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-10T02:47:18.530 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-10T02:47:19.173 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-10T02:47:19.281 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-10T02:47:20.502 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-10T02:47:21.524 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-10T02:47:21.557 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 12/12 2024-03-10T02:47:23.191 INFO:teuthology.orchestra.run.smithi092.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-10T02:47:23.240 INFO:teuthology.orchestra.run.smithi092.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-10T02:47:23.283 INFO:teuthology.orchestra.run.smithi092.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-03-10T02:47:23.416 INFO:teuthology.orchestra.run.smithi092.stdout:(4/6): libcephsqlite-19.0.0-1875.g831bc188.el9. 417 kB/s | 163 kB 00:00 2024-03-10T02:47:23.825 INFO:teuthology.orchestra.run.smithi092.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 345 kB/s | 187 kB 00:00 2024-03-10T02:47:24.560 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 12/12 2024-03-10T02:47:24.560 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 1/12 2024-03-10T02:47:24.560 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-10T02:47:24.560 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-10T02:47:24.561 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-10T02:47:24.996 INFO:teuthology.orchestra.run.smithi090.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-10T02:47:24.997 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-10T02:47:24.997 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-10T02:47:24.997 INFO:teuthology.orchestra.run.smithi090.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-10T02:47:24.997 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:47:24.997 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:47:25.444 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-rook 2024-03-10T02:47:26.014 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:13:09 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:47:26.167 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================== 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================== 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-rook noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 49 k 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-10T02:47:26.168 INFO:teuthology.orchestra.run.smithi090.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================== 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout:Install 13 Packages 2024-03-10T02:47:26.169 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:47:26.170 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 2.0 M 2024-03-10T02:47:26.170 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 26 M 2024-03-10T02:47:26.170 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:47:26.649 INFO:teuthology.orchestra.run.smithi092.stdout:(6/6): ceph-test-19.0.0-1875.g831bc188.el9.x86_ 13 MB/s | 47 MB 00:03 2024-03-10T02:47:26.652 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:47:26.652 INFO:teuthology.orchestra.run.smithi092.stdout:Total 364 kB/s | 48 MB 02:16 2024-03-10T02:47:26.665 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T02:47:26.686 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T02:47:26.686 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T02:47:27.076 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T02:47:27.076 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T02:47:27.665 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T02:47:27.741 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-10T02:47:27.775 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-10T02:47:27.811 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-10T02:47:27.849 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-10T02:47:27.877 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 5/6 2024-03-10T02:47:32.377 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 5/6 2024-03-10T02:47:32.453 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 6/6 2024-03-10T02:47:34.768 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 6/6 2024-03-10T02:47:34.768 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 1/6 2024-03-10T02:47:34.768 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 2/6 2024-03-10T02:47:34.768 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-10T02:47:34.768 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-10T02:47:34.768 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-10T02:47:35.179 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-10T02:47:35.179 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:47:35.179 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T02:47:35.179 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-test-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:47:35.179 INFO:teuthology.orchestra.run.smithi092.stdout: jq-1.6-16.el9.x86_64 2024-03-10T02:47:35.179 INFO:teuthology.orchestra.run.smithi092.stdout: libcephsqlite-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:47:35.180 INFO:teuthology.orchestra.run.smithi092.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-10T02:47:35.180 INFO:teuthology.orchestra.run.smithi092.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-10T02:47:35.180 INFO:teuthology.orchestra.run.smithi092.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-10T02:47:35.180 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:47:35.180 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:47:35.476 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph 2024-03-10T02:47:36.048 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:09:24 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:47:36.206 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:47:36.208 INFO:teuthology.orchestra.run.smithi092.stdout:========================================================================================= 2024-03-10T02:47:36.208 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout:========================================================================================= 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: ceph x86_64 2:19.0.0-1875.g831bc188.el9 ceph 6.6 k 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mds x86_64 2:19.0.0-1875.g831bc188.el9 ceph 2.1 M 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr x86_64 2:19.0.0-1875.g831bc188.el9 ceph 1.5 M 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 248 k 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mon x86_64 2:19.0.0-1875.g831bc188.el9 ceph 4.7 M 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-osd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 17 M 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-10T02:47:36.209 INFO:teuthology.orchestra.run.smithi092.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-10T02:47:36.210 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-10T02:47:36.211 INFO:teuthology.orchestra.run.smithi092.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout:========================================================================================= 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout:Install 36 Packages 2024-03-10T02:47:36.212 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:47:36.213 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 30 M 2024-03-10T02:47:36.213 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 107 M 2024-03-10T02:47:36.213 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T02:49:38.379 INFO:teuthology.orchestra.run.smithi090.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 169 kB/s | 24 kB 00:00 2024-03-10T02:49:38.403 INFO:teuthology.orchestra.run.smithi090.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 106 kB/s | 18 kB 00:00 2024-03-10T02:49:38.462 INFO:teuthology.orchestra.run.smithi090.stdout:(3/13): ceph-mgr-rook-19.0.0-1875.g831bc188.el9 215 kB/s | 49 kB 00:00 2024-03-10T02:49:38.487 INFO:teuthology.orchestra.run.smithi090.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 174 kB 00:00 2024-03-10T02:49:38.512 INFO:teuthology.orchestra.run.smithi090.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 132 kB 00:00 2024-03-10T02:49:38.546 INFO:teuthology.orchestra.run.smithi090.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 211 kB 00:00 2024-03-10T02:49:38.571 INFO:teuthology.orchestra.run.smithi090.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 734 kB/s | 43 kB 00:00 2024-03-10T02:49:38.813 INFO:teuthology.orchestra.run.smithi090.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 107 kB/s | 32 kB 00:00 2024-03-10T02:49:38.839 INFO:teuthology.orchestra.run.smithi090.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 51 kB/s | 15 kB 00:00 2024-03-10T02:49:38.989 INFO:teuthology.orchestra.run.smithi090.stdout:(10/13): python3-google-auth-2.28.0-1.el9.noarc 485 kB/s | 203 kB 00:00 2024-03-10T02:49:39.015 INFO:teuthology.orchestra.run.smithi090.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-03-10T02:49:39.115 INFO:teuthology.orchestra.run.smithi090.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 716 kB/s | 90 kB 00:00 2024-03-10T02:49:39.148 INFO:teuthology.orchestra.run.smithi090.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-03-10T02:49:39.152 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:49:39.153 INFO:teuthology.orchestra.run.smithi090.stdout:Total 16 kB/s | 2.0 MB 02:12 2024-03-10T02:49:39.153 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:49:39.167 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:49:39.167 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:49:39.269 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:49:39.269 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:49:39.789 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:49:39.972 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-10T02:49:40.024 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-10T02:49:40.081 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-10T02:49:40.119 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-10T02:49:40.161 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-10T02:49:40.263 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-10T02:49:40.372 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-10T02:49:40.429 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-10T02:49:41.145 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-10T02:49:41.254 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-10T02:49:41.288 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-10T02:49:41.344 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-10T02:49:41.366 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 13/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 13/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 1/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-10T02:49:42.302 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-10T02:49:42.303 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-10T02:49:42.303 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-10T02:49:42.303 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-10T02:49:42.303 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-10T02:49:42.683 INFO:teuthology.orchestra.run.smithi090.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-10T02:49:42.684 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-10T02:49:42.684 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-10T02:49:42.684 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-10T02:49:42.684 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-10T02:49:42.684 INFO:teuthology.orchestra.run.smithi090.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-10T02:49:42.684 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:49:42.684 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:49:42.971 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-cephadm 2024-03-10T02:49:43.532 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:26 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:49:43.681 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:49:43.681 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================== 2024-03-10T02:49:43.681 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:49:43.681 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================== 2024-03-10T02:49:43.681 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 138 k 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================== 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout:Install 6 Packages 2024-03-10T02:49:43.682 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:49:43.683 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 6.8 M 2024-03-10T02:49:43.683 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 33 M 2024-03-10T02:49:43.683 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:49:56.925 INFO:teuthology.orchestra.run.smithi090.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-03-10T02:49:56.950 INFO:teuthology.orchestra.run.smithi090.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 874 kB/s | 248 kB 00:00 2024-03-10T02:49:56.984 INFO:teuthology.orchestra.run.smithi090.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1875.g831bc188.e 436 kB/s | 138 kB 00:00 2024-03-10T02:49:57.268 INFO:teuthology.orchestra.run.smithi090.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 182 kB/s | 58 kB 00:00 2024-03-10T02:49:57.293 INFO:teuthology.orchestra.run.smithi090.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-03-10T02:49:57.410 INFO:teuthology.orchestra.run.smithi090.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-03-10T02:49:57.413 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:49:57.413 INFO:teuthology.orchestra.run.smithi090.stdout:Total 507 kB/s | 6.8 MB 00:13 2024-03-10T02:49:57.425 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:49:57.435 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:49:57.435 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:49:57.525 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:49:57.526 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:49:57.819 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:49:57.983 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-10T02:49:58.036 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-10T02:49:58.546 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-10T02:49:58.623 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-10T02:49:58.694 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-10T02:49:58.726 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 6/6 2024-03-10T02:49:59.677 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 6/6 2024-03-10T02:49:59.677 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/6 2024-03-10T02:49:59.677 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-10T02:49:59.677 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-10T02:49:59.677 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-10T02:49:59.678 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:49:59.987 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:00.253 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-fuse 2024-03-10T02:50:00.815 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:43 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:00.966 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-fuse x86_64 2:19.0.0-1875.g831bc188.el9 ceph 888 k 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout:Install 2 Packages 2024-03-10T02:50:00.967 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:00.968 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 966 k 2024-03-10T02:50:00.968 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 2.8 M 2024-03-10T02:50:00.968 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:50:01.100 INFO:teuthology.orchestra.run.smithi090.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 598 kB/s | 79 kB 00:00 2024-03-10T02:50:01.433 INFO:teuthology.orchestra.run.smithi090.stdout:(2/2): ceph-fuse-19.0.0-1875.g831bc188.el9.x86_ 1.9 MB/s | 888 kB 00:00 2024-03-10T02:50:01.434 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:50:01.435 INFO:teuthology.orchestra.run.smithi090.stdout:Total 2.0 MB/s | 966 kB 00:00 2024-03-10T02:50:01.435 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:50:01.455 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:50:01.455 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:50:01.534 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:50:01.534 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:50:01.711 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:50:01.857 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-10T02:50:01.926 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2/2 2024-03-10T02:50:02.784 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2/2 2024-03-10T02:50:02.784 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/2 2024-03-10T02:50:03.112 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-10T02:50:03.112 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:03.112 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:50:03.112 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-10T02:50:03.112 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:03.112 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:03.499 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-volume 2024-03-10T02:50:04.068 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:47 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:04.217 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:04.217 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:04.217 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-03-10T02:50:04.217 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:04.217 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:50:04.217 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-volume noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 264 k 2024-03-10T02:50:04.218 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-03-10T02:50:04.218 INFO:teuthology.orchestra.run.smithi090.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-10T02:50:04.218 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:04.218 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:50:04.218 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:04.218 INFO:teuthology.orchestra.run.smithi090.stdout:Install 2 Packages 2024-03-10T02:50:04.218 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:04.219 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 332 k 2024-03-10T02:50:04.219 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 1.5 M 2024-03-10T02:50:04.219 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:50:04.344 INFO:teuthology.orchestra.run.smithi090.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 550 kB/s | 69 kB 00:00 2024-03-10T02:50:04.636 INFO:teuthology.orchestra.run.smithi090.stdout:(2/2): ceph-volume-19.0.0-1875.g831bc188.el9.no 632 kB/s | 264 kB 00:00 2024-03-10T02:50:04.637 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:50:04.637 INFO:teuthology.orchestra.run.smithi090.stdout:Total 793 kB/s | 332 kB 00:00 2024-03-10T02:50:04.637 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:50:04.646 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:50:04.646 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:50:04.691 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:50:04.692 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:50:04.838 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:50:05.022 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-10T02:50:05.064 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2/2 2024-03-10T02:50:05.079 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2/2 2024-03-10T02:50:05.079 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:50:05.079 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-10T02:50:05.080 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:05.987 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 1/2 2024-03-10T02:50:06.353 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-10T02:50:06.353 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:06.353 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:50:06.353 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:50:06.353 INFO:teuthology.orchestra.run.smithi090.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-10T02:50:06.353 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:06.354 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:06.747 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install librados-devel 2024-03-10T02:50:07.314 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:50 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:07.466 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout: librados-devel x86_64 2:19.0.0-1875.g831bc188.el9 ceph 127 k 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:07.467 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-03-10T02:50:07.468 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:07.468 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 127 k 2024-03-10T02:50:07.468 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 456 k 2024-03-10T02:50:07.468 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:50:07.698 INFO:teuthology.orchestra.run.smithi090.stdout:librados-devel-19.0.0-1875.g831bc188.el9.x86_64 551 kB/s | 127 kB 00:00 2024-03-10T02:50:07.698 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:50:07.698 INFO:teuthology.orchestra.run.smithi090.stdout:Total 548 kB/s | 127 kB 00:00 2024-03-10T02:50:07.698 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:50:07.704 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:50:07.704 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:50:07.760 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:50:07.760 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:50:07.898 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:50:07.996 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:08.577 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:08.869 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:08.869 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:08.870 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:50:08.870 INFO:teuthology.orchestra.run.smithi090.stdout: librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:50:08.870 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:08.870 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:09.203 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install libcephfs2 2024-03-10T02:50:09.778 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:52 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:09.879 INFO:teuthology.orchestra.run.smithi090.stdout:Package libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:50:09.933 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:09.934 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:50:09.934 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:10.012 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install libcephfs-devel 2024-03-10T02:50:10.572 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:53 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:10.723 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:10.723 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:10.723 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-03-10T02:50:10.723 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:10.723 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:50:10.723 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs-devel x86_64 2:19.0.0-1875.g831bc188.el9 ceph 31 k 2024-03-10T02:50:10.723 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:10.724 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:50:10.724 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:10.724 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-03-10T02:50:10.724 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:10.724 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 31 k 2024-03-10T02:50:10.724 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 140 k 2024-03-10T02:50:10.724 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:50:11.047 INFO:teuthology.orchestra.run.smithi090.stdout:libcephfs-devel-19.0.0-1875.g831bc188.el9.x86_6 96 kB/s | 31 kB 00:00 2024-03-10T02:50:11.048 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:50:11.048 INFO:teuthology.orchestra.run.smithi090.stdout:Total 96 kB/s | 31 kB 00:00 2024-03-10T02:50:11.048 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:50:11.052 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:50:11.052 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:50:11.087 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:50:11.087 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:50:11.229 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:50:11.330 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:11.811 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:12.087 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:12.087 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:12.087 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:50:12.087 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:50:12.087 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:12.088 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:12.295 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install librados2 2024-03-10T02:50:12.859 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:55 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:12.962 INFO:teuthology.orchestra.run.smithi090.stdout:Package librados2-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:50:13.016 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:13.017 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:50:13.017 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:13.070 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install librbd1 2024-03-10T02:50:13.665 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:56 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:13.766 INFO:teuthology.orchestra.run.smithi090.stdout:Package librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:50:13.820 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:13.821 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:50:13.822 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:13.874 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-rados 2024-03-10T02:50:14.432 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:57 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:14.528 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:50:14.580 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:14.581 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:50:14.581 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:14.631 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-rgw 2024-03-10T02:50:15.188 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:58 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:15.284 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:50:15.335 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:15.336 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:50:15.336 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:15.387 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-cephfs 2024-03-10T02:50:15.947 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:58 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:16.043 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:50:16.096 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:16.097 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:50:16.097 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:16.154 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-rbd 2024-03-10T02:50:16.713 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:15:59 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:16.809 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:50:16.860 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:16.861 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-03-10T02:50:16.862 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:16.946 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install rbd-fuse 2024-03-10T02:50:17.505 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:16:00 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:17.656 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-fuse x86_64 2:19.0.0-1875.g831bc188.el9 ceph 85 k 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 85 k 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 231 k 2024-03-10T02:50:17.657 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:50:17.869 INFO:teuthology.orchestra.run.smithi090.stdout:rbd-fuse-19.0.0-1875.g831bc188.el9.x86_64.rpm 403 kB/s | 85 kB 00:00 2024-03-10T02:50:17.870 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:50:17.870 INFO:teuthology.orchestra.run.smithi090.stdout:Total 401 kB/s | 85 kB 00:00 2024-03-10T02:50:17.870 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:50:17.877 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:50:17.877 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:50:17.932 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:50:17.932 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:50:18.066 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:50:18.183 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:18.710 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:19.016 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:19.017 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:50:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:50:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:19.017 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:19.289 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install rbd-mirror 2024-03-10T02:50:19.848 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:16:02 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:19.998 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:19.999 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:19.999 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-mirror x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.1 M 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 3.1 M 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 13 M 2024-03-10T02:50:20.000 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:50:20.585 INFO:teuthology.orchestra.run.smithi090.stdout:rbd-mirror-19.0.0-1875.g831bc188.el9.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-03-10T02:50:20.586 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:50:20.586 INFO:teuthology.orchestra.run.smithi090.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-03-10T02:50:20.587 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:50:20.596 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:50:20.596 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:50:20.669 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:50:20.669 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:50:21.089 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:50:21.170 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:21.194 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:21.194 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:50:21.194 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-10T02:50:21.194 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-10T02:50:21.194 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-10T02:50:21.194 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:22.479 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:22.479 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:22.479 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:50:22.479 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:50:22.479 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:22.479 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:22.774 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install rbd-nbd 2024-03-10T02:50:23.342 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:16:06 ago on Sun 10 Mar 2024 02:34:17 AM UTC. 2024-03-10T02:50:23.495 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-nbd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 170 k 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-03-10T02:50:23.496 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-03-10T02:50:23.497 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-03-10T02:50:23.497 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:23.497 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 170 k 2024-03-10T02:50:23.497 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 490 k 2024-03-10T02:50:23.497 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-03-10T02:50:23.853 INFO:teuthology.orchestra.run.smithi090.stdout:rbd-nbd-19.0.0-1875.g831bc188.el9.x86_64.rpm 478 kB/s | 170 kB 00:00 2024-03-10T02:50:23.853 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:50:23.854 INFO:teuthology.orchestra.run.smithi090.stdout:Total 477 kB/s | 170 kB 00:00 2024-03-10T02:50:23.854 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-03-10T02:50:23.862 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-03-10T02:50:23.862 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-03-10T02:50:23.919 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-03-10T02:50:23.919 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-03-10T02:50:24.067 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-03-10T02:50:24.168 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:24.696 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:24.993 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T02:50:24.994 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:24.994 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-03-10T02:50:24.994 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:50:24.994 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T02:50:24.994 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-03-10T02:50:25.283 DEBUG:teuthology.parallel:result is None 2024-03-10T02:51:59.898 INFO:teuthology.orchestra.run.smithi092.stdout:(1/36): ceph-19.0.0-1875.g831bc188.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-03-10T02:52:00.356 INFO:teuthology.orchestra.run.smithi092.stdout:(2/36): ceph-mon-19.0.0-1875.g831bc188.el9.x86_ 10 MB/s | 4.7 MB 00:00 2024-03-10T02:52:00.390 INFO:teuthology.orchestra.run.smithi092.stdout:(3/36): ceph-mgr-19.0.0-1875.g831bc188.el9.x86_ 2.3 MB/s | 1.5 MB 00:00 2024-03-10T02:52:00.440 INFO:teuthology.orchestra.run.smithi092.stdout:(4/36): ceph-mds-19.0.0-1875.g831bc188.el9.x86_ 3.0 MB/s | 2.1 MB 00:00 2024-03-10T02:52:00.498 INFO:teuthology.orchestra.run.smithi092.stdout:(5/36): ceph-mgr-modules-core-19.0.0-1875.g831b 2.2 MB/s | 248 kB 00:00 2024-03-10T02:52:00.565 INFO:teuthology.orchestra.run.smithi092.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.2 MB/s | 144 kB 00:00 2024-03-10T02:52:00.590 INFO:teuthology.orchestra.run.smithi092.stdout:(7/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-10T02:52:00.607 INFO:teuthology.orchestra.run.smithi092.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 757 kB/s | 32 kB 00:00 2024-03-10T02:52:00.624 INFO:teuthology.orchestra.run.smithi092.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-03-10T02:52:00.641 INFO:teuthology.orchestra.run.smithi092.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-10T02:52:00.666 INFO:teuthology.orchestra.run.smithi092.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-03-10T02:52:00.717 INFO:teuthology.orchestra.run.smithi092.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-03-10T02:52:00.742 INFO:teuthology.orchestra.run.smithi092.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 103 kB 00:00 2024-03-10T02:52:00.767 INFO:teuthology.orchestra.run.smithi092.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-10T02:52:00.793 INFO:teuthology.orchestra.run.smithi092.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-03-10T02:52:00.876 INFO:teuthology.orchestra.run.smithi092.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 268 kB/s | 22 kB 00:00 2024-03-10T02:52:01.143 INFO:teuthology.orchestra.run.smithi092.stdout:(17/36): ceph-osd-19.0.0-1875.g831bc188.el9.x86 21 MB/s | 17 MB 00:00 2024-03-10T02:52:01.285 INFO:teuthology.orchestra.run.smithi092.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 374 kB/s | 43 kB 00:00 2024-03-10T02:52:01.310 INFO:teuthology.orchestra.run.smithi092.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 348 kB/s | 151 kB 00:00 2024-03-10T02:52:01.344 INFO:teuthology.orchestra.run.smithi092.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-03-10T02:52:01.386 INFO:teuthology.orchestra.run.smithi092.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-03-10T02:52:01.411 INFO:teuthology.orchestra.run.smithi092.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 161 kB/s | 11 kB 00:00 2024-03-10T02:52:01.461 INFO:teuthology.orchestra.run.smithi092.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-03-10T02:52:01.486 INFO:teuthology.orchestra.run.smithi092.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 308 kB/s | 23 kB 00:00 2024-03-10T02:52:01.528 INFO:teuthology.orchestra.run.smithi092.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 471 kB/s | 19 kB 00:00 2024-03-10T02:52:01.553 INFO:teuthology.orchestra.run.smithi092.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 296 kB/s | 20 kB 00:00 2024-03-10T02:52:01.579 INFO:teuthology.orchestra.run.smithi092.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 923 kB/s | 46 kB 00:00 2024-03-10T02:52:01.604 INFO:teuthology.orchestra.run.smithi092.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-03-10T02:52:01.630 INFO:teuthology.orchestra.run.smithi092.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-03-10T02:52:01.654 INFO:teuthology.orchestra.run.smithi092.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 331 kB/s | 16 kB 00:00 2024-03-10T02:52:01.680 INFO:teuthology.orchestra.run.smithi092.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-03-10T02:52:01.705 INFO:teuthology.orchestra.run.smithi092.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 712 kB/s | 36 kB 00:00 2024-03-10T02:52:01.730 INFO:teuthology.orchestra.run.smithi092.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-03-10T02:52:01.764 INFO:teuthology.orchestra.run.smithi092.stdout:(34/36): python3-requests-2.25.1-8.el9.noarch.r 125 kB/s | 125 kB 00:00 2024-03-10T02:52:01.789 INFO:teuthology.orchestra.run.smithi092.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-03-10T02:52:01.818 INFO:teuthology.orchestra.run.smithi092.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 240 kB/s | 20 kB 00:00 2024-03-10T02:52:01.820 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:52:01.820 INFO:teuthology.orchestra.run.smithi092.stdout:Total 115 kB/s | 30 MB 04:25 2024-03-10T02:52:01.842 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T02:52:01.886 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T02:52:01.886 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T02:52:02.298 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T02:52:02.298 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T02:52:03.624 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T02:52:03.684 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-10T02:52:03.716 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-10T02:52:03.744 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-10T02:52:03.813 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-10T02:52:03.860 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-10T02:52:03.892 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-10T02:52:03.983 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-10T02:52:04.095 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-10T02:52:04.161 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-10T02:52:04.240 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-10T02:52:04.295 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-10T02:52:04.334 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-10T02:52:04.382 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-10T02:52:04.438 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-10T02:52:04.620 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-10T02:52:04.663 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-10T02:52:04.693 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-10T02:52:04.728 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-10T02:52:04.758 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-10T02:52:04.834 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-10T02:52:04.869 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-10T02:52:04.902 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-10T02:52:04.941 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-10T02:52:04.985 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-10T02:52:05.020 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-10T02:52:05.108 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-10T02:52:05.142 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-10T02:52:05.213 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-10T02:52:05.349 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-10T02:52:05.483 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-10T02:52:05.642 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9. 31/36 2024-03-10T02:52:05.672 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 32/36 2024-03-10T02:52:05.696 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 32/36 2024-03-10T02:52:05.696 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:52:05.696 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-10T02:52:05.696 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-10T02:52:05.696 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-10T02:52:05.696 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:07.140 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 33/36 2024-03-10T02:52:07.167 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 33/36 2024-03-10T02:52:07.167 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:52:07.167 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-10T02:52:07.167 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-10T02:52:07.167 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-10T02:52:07.167 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:07.632 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 34/36 2024-03-10T02:52:07.656 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 34/36 2024-03-10T02:52:07.656 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:52:07.657 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-10T02:52:07.657 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-10T02:52:07.657 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-10T02:52:07.657 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:07.866 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 35/36 2024-03-10T02:52:07.889 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 35/36 2024-03-10T02:52:07.889 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:52:07.889 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-10T02:52:07.889 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-10T02:52:07.889 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-10T02:52:07.889 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:07.948 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-2:19.0.0-1875.g831bc188.el9.x86_64 36/36 2024-03-10T02:52:09.782 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-2:19.0.0-1875.g831bc188.el9.x86_64 36/36 2024-03-10T02:52:09.782 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-2:19.0.0-1875.g831bc188.el9.x86_64 1/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 2/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 3/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 4/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 5/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9. 6/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-10T02:52:09.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-10T02:52:09.784 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-10T02:52:09.785 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-10T02:52:10.732 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-10T02:52:10.732 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:10.732 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T02:52:10.732 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:52:10.732 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mds-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-modules-core-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mon-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-osd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: lua-5.4.4-4.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-10T02:52:10.733 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-10T02:52:10.734 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ply-3.11-14.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:10.735 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:52:11.103 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-base 2024-03-10T02:52:11.666 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:13:59 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:52:11.762 INFO:teuthology.orchestra.run.smithi092.stdout:Package ceph-base-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:52:11.813 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:52:11.814 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T02:52:11.814 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:52:11.893 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install cephadm 2024-03-10T02:52:12.449 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:14:00 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:52:12.597 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:52:12.597 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:52:12.597 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout: cephadm noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 748 k 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 748 k 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 755 k 2024-03-10T02:52:12.598 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T02:52:12.947 INFO:teuthology.orchestra.run.smithi092.stdout:cephadm-19.0.0-1875.g831bc188.el9.noarch.rpm 2.1 MB/s | 748 kB 00:00 2024-03-10T02:52:12.948 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:52:12.948 INFO:teuthology.orchestra.run.smithi092.stdout:Total 2.1 MB/s | 748 kB 00:00 2024-03-10T02:52:12.948 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T02:52:12.953 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T02:52:12.953 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T02:52:12.959 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T02:52:12.959 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T02:52:13.035 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T02:52:13.556 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:52:13.643 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:52:14.039 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:52:14.354 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/1 2024-03-10T02:52:14.355 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:14.355 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T02:52:14.355 INFO:teuthology.orchestra.run.smithi092.stdout: cephadm-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:52:14.355 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:14.355 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:52:14.572 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-immutable-object-cache 2024-03-10T02:52:15.135 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:14:03 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:52:15.289 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1875.g831bc188.el9 ceph 145 k 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-03-10T02:52:15.290 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:15.291 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 145 k 2024-03-10T02:52:15.291 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 436 k 2024-03-10T02:52:15.291 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T02:52:15.628 INFO:teuthology.orchestra.run.smithi092.stdout:ceph-immutable-object-cache-19.0.0-1875.g831bc1 431 kB/s | 145 kB 00:00 2024-03-10T02:52:15.629 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:52:15.629 INFO:teuthology.orchestra.run.smithi092.stdout:Total 429 kB/s | 145 kB 00:00 2024-03-10T02:52:15.629 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T02:52:15.636 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T02:52:15.637 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T02:52:15.690 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T02:52:15.690 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T02:52:15.833 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T02:52:15.896 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:52:15.919 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:52:15.920 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T02:52:15.920 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-10T02:52:15.920 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:16.916 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1875.g831bc188. 1/1 2024-03-10T02:52:16.916 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:16.916 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T02:52:16.916 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-immutable-object-cache-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T02:52:16.916 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:16.916 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:52:17.161 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr 2024-03-10T02:52:17.734 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:14:05 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:52:17.832 INFO:teuthology.orchestra.run.smithi092.stdout:Package ceph-mgr-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T02:52:17.885 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:52:17.885 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T02:52:17.886 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:52:17.962 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-dashboard 2024-03-10T02:52:18.525 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:14:06 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:52:18.673 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:52:18.674 INFO:teuthology.orchestra.run.smithi092.stdout:====================================================================================== 2024-03-10T02:52:18.674 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T02:52:18.674 INFO:teuthology.orchestra.run.smithi092.stdout:====================================================================================== 2024-03-10T02:52:18.674 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:52:18.674 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 1.8 M 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 31 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 16 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-10T02:52:18.675 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:18.676 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:52:18.676 INFO:teuthology.orchestra.run.smithi092.stdout:====================================================================================== 2024-03-10T02:52:18.676 INFO:teuthology.orchestra.run.smithi092.stdout:Install 12 Packages 2024-03-10T02:52:18.676 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:52:18.676 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 6.9 M 2024-03-10T02:52:18.676 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 26 M 2024-03-10T02:52:18.676 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T02:54:30.463 INFO:teuthology.orchestra.run.smithi092.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1875.g831 53 kB/s | 16 kB 00:00 2024-03-10T02:54:30.487 INFO:teuthology.orchestra.run.smithi092.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1875.g83 93 kB/s | 31 kB 00:00 2024-03-10T02:54:30.629 INFO:teuthology.orchestra.run.smithi092.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-03-10T02:54:30.671 INFO:teuthology.orchestra.run.smithi092.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-03-10T02:54:30.896 INFO:teuthology.orchestra.run.smithi092.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1875.g831bc18 2.4 MB/s | 1.8 MB 00:00 2024-03-10T02:54:30.946 INFO:teuthology.orchestra.run.smithi092.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-03-10T02:54:31.163 INFO:teuthology.orchestra.run.smithi092.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-03-10T02:54:31.272 INFO:teuthology.orchestra.run.smithi092.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 912 kB/s | 548 kB 00:00 2024-03-10T02:54:31.547 INFO:teuthology.orchestra.run.smithi092.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 112 kB/s | 31 kB 00:00 2024-03-10T02:54:31.614 INFO:teuthology.orchestra.run.smithi092.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 321 kB/s | 144 kB 00:00 2024-03-10T02:54:31.790 INFO:teuthology.orchestra.run.smithi092.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-03-10T02:54:32.048 INFO:teuthology.orchestra.run.smithi092.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 377 kB/s | 188 kB 00:00 2024-03-10T02:54:32.054 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T02:54:32.054 INFO:teuthology.orchestra.run.smithi092.stdout:Total 53 kB/s | 6.9 MB 02:13 2024-03-10T02:54:32.073 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T02:54:32.094 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T02:54:32.094 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T02:54:32.270 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T02:54:32.270 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T02:54:32.827 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T02:54:32.898 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-10T02:54:32.942 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-10T02:54:32.988 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-10T02:54:33.027 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-10T02:54:33.126 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-10T02:54:33.253 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-10T02:54:33.338 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-10T02:54:33.381 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-10T02:54:33.419 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-10T02:54:33.450 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9 10/12 2024-03-10T02:54:33.695 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el 11/12 2024-03-10T02:54:33.725 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 12/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 12/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el 1/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noa 2/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9 3/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-10T02:54:34.536 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-10T02:54:34.537 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-10T02:54:34.933 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-10T02:54:34.933 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:54:34.933 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-grafana-dashboards-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-dashboard-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-prometheus-alerts-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:54:34.934 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T02:54:35.204 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-10T02:54:35.762 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:16:23 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T02:54:35.912 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================ 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================ 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 7.4 M 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-10T02:54:35.913 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================ 2024-03-10T02:54:35.914 INFO:teuthology.orchestra.run.smithi092.stdout:Install 12 Packages 2024-03-10T02:54:35.915 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T02:54:35.915 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 37 M 2024-03-10T02:54:35.915 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 209 M 2024-03-10T02:54:35.915 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:09.176 INFO:teuthology.orchestra.run.smithi092.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 92 kB/s | 32 kB 00:00 2024-03-10T03:02:09.216 INFO:teuthology.orchestra.run.smithi092.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 424 kB/s | 17 kB 00:00 2024-03-10T03:02:09.275 INFO:teuthology.orchestra.run.smithi092.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 594 kB/s | 34 kB 00:00 2024-03-10T03:02:09.350 INFO:teuthology.orchestra.run.smithi092.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.7 MB/s | 3.0 MB 00:00 2024-03-10T03:02:09.734 INFO:teuthology.orchestra.run.smithi092.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 10 MB/s | 4.7 MB 00:00 2024-03-10T03:02:09.843 INFO:teuthology.orchestra.run.smithi092.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.7 MB/s | 4.8 MB 00:00 2024-03-10T03:02:09.876 INFO:teuthology.orchestra.run.smithi092.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.5 MB/s | 217 kB 00:00 2024-03-10T03:02:09.993 INFO:teuthology.orchestra.run.smithi092.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-18 6.4 MB/s | 7.4 MB 00:01 2024-03-10T03:02:10.560 INFO:teuthology.orchestra.run.smithi092.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 22 MB/s | 16 MB 00:00 2024-03-10T03:02:10.585 INFO:teuthology.orchestra.run.smithi092.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 331 kB/s | 195 kB 00:00 2024-03-10T03:02:10.660 INFO:teuthology.orchestra.run.smithi092.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-03-10T03:02:11.035 INFO:teuthology.orchestra.run.smithi092.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 516 kB/s | 245 kB 00:00 2024-03-10T03:02:11.037 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:11.038 INFO:teuthology.orchestra.run.smithi092.stdout:Total 83 kB/s | 37 MB 07:35 2024-03-10T03:02:11.075 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:11.100 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:11.100 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:11.469 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:11.469 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:12.176 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:12.258 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-10T03:02:12.289 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-10T03:02:12.381 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-10T03:02:12.417 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-10T03:02:12.594 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-10T03:02:12.625 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-10T03:02:12.709 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-10T03:02:13.356 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-10T03:02:13.470 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-10T03:02:14.698 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-10T03:02:15.923 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-10T03:02:15.948 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 12/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 12/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc 1/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-10T03:02:18.424 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-10T03:02:18.911 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-10T03:02:18.911 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-10T03:02:18.912 INFO:teuthology.orchestra.run.smithi092.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-10T03:02:18.913 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:18.913 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:19.291 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-rook 2024-03-10T03:02:19.853 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:07 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:20.001 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:20.002 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================== 2024-03-10T03:02:20.002 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T03:02:20.002 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================== 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-rook noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 49 k 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-10T03:02:20.003 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-10T03:02:20.004 INFO:teuthology.orchestra.run.smithi092.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-10T03:02:20.004 INFO:teuthology.orchestra.run.smithi092.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-10T03:02:20.004 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-10T03:02:20.004 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-10T03:02:20.004 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-10T03:02:20.004 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-10T03:02:20.005 INFO:teuthology.orchestra.run.smithi092.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-10T03:02:20.005 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:20.005 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:20.005 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================== 2024-03-10T03:02:20.005 INFO:teuthology.orchestra.run.smithi092.stdout:Install 13 Packages 2024-03-10T03:02:20.005 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:20.006 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 2.0 M 2024-03-10T03:02:20.006 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 26 M 2024-03-10T03:02:20.007 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:24.689 INFO:teuthology.orchestra.run.smithi092.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 201 kB/s | 24 kB 00:00 2024-03-10T03:02:24.714 INFO:teuthology.orchestra.run.smithi092.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-03-10T03:02:24.756 INFO:teuthology.orchestra.run.smithi092.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-10T03:02:24.789 INFO:teuthology.orchestra.run.smithi092.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-10T03:02:24.815 INFO:teuthology.orchestra.run.smithi092.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-03-10T03:02:24.840 INFO:teuthology.orchestra.run.smithi092.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 855 kB/s | 43 kB 00:00 2024-03-10T03:02:24.865 INFO:teuthology.orchestra.run.smithi092.stdout:(7/13): ceph-mgr-rook-19.0.0-1875.g831bc188.el9 165 kB/s | 49 kB 00:00 2024-03-10T03:02:25.299 INFO:teuthology.orchestra.run.smithi092.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 66 kB/s | 32 kB 00:00 2024-03-10T03:02:25.324 INFO:teuthology.orchestra.run.smithi092.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 31 kB/s | 15 kB 00:00 2024-03-10T03:02:25.516 INFO:teuthology.orchestra.run.smithi092.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 308 kB/s | 59 kB 00:00 2024-03-10T03:02:25.691 INFO:teuthology.orchestra.run.smithi092.stdout:(11/13): python3-google-auth-2.28.0-1.el9.noarc 245 kB/s | 203 kB 00:00 2024-03-10T03:02:25.725 INFO:teuthology.orchestra.run.smithi092.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 430 kB/s | 90 kB 00:00 2024-03-10T03:02:26.791 INFO:teuthology.orchestra.run.smithi092.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 701 kB/s | 1.0 MB 00:01 2024-03-10T03:02:26.797 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:26.797 INFO:teuthology.orchestra.run.smithi092.stdout:Total 308 kB/s | 2.0 MB 00:06 2024-03-10T03:02:26.797 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:26.812 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:26.813 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:26.920 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:26.920 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:27.443 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:27.610 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-10T03:02:27.674 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-10T03:02:27.731 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-10T03:02:27.768 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-10T03:02:27.809 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-10T03:02:27.911 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-10T03:02:28.019 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-10T03:02:28.068 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-10T03:02:28.779 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-10T03:02:28.833 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-10T03:02:28.867 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-10T03:02:28.914 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-10T03:02:28.936 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 13/13 2024-03-10T03:02:29.692 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 13/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 1/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-10T03:02:29.693 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-10T03:02:29.694 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-10T03:02:29.694 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-rook-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-10T03:02:30.057 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:30.058 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:30.342 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-cephadm 2024-03-10T03:02:30.897 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:18 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:31.046 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:31.047 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================== 2024-03-10T03:02:31.047 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T03:02:31.047 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================== 2024-03-10T03:02:31.047 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 138 k 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================== 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout:Install 6 Packages 2024-03-10T03:02:31.048 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:31.049 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 6.8 M 2024-03-10T03:02:31.049 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 33 M 2024-03-10T03:02:31.049 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:33.983 INFO:teuthology.orchestra.run.smithi092.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-03-10T03:02:34.192 INFO:teuthology.orchestra.run.smithi092.stdout:(2/6): ceph-mgr-cephadm-19.0.0-1875.g831bc188.e 327 kB/s | 138 kB 00:00 2024-03-10T03:02:34.258 INFO:teuthology.orchestra.run.smithi092.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 5.8 MB 00:00 2024-03-10T03:02:34.492 INFO:teuthology.orchestra.run.smithi092.stdout:(4/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-03-10T03:02:34.509 INFO:teuthology.orchestra.run.smithi092.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 183 kB/s | 58 kB 00:00 2024-03-10T03:02:34.567 INFO:teuthology.orchestra.run.smithi092.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-03-10T03:02:34.568 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:34.569 INFO:teuthology.orchestra.run.smithi092.stdout:Total 1.9 MB/s | 6.8 MB 00:03 2024-03-10T03:02:34.582 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:34.593 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:34.593 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:34.687 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:34.687 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:34.988 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:35.147 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-10T03:02:35.202 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-10T03:02:35.718 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-10T03:02:35.805 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-10T03:02:35.876 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-10T03:02:35.900 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 6/6 2024-03-10T03:02:36.703 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 6/6 2024-03-10T03:02:36.704 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 1/6 2024-03-10T03:02:36.704 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-10T03:02:36.704 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-10T03:02:36.704 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-10T03:02:36.704 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-10T03:02:37.010 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-cephadm-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:37.011 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:37.240 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-fuse 2024-03-10T03:02:37.800 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:25 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:37.954 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-fuse x86_64 2:19.0.0-1875.g831bc188.el9 ceph 888 k 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-10T03:02:37.955 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:37.956 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:37.956 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:37.956 INFO:teuthology.orchestra.run.smithi092.stdout:Install 2 Packages 2024-03-10T03:02:37.956 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:37.956 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 966 k 2024-03-10T03:02:37.956 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 2.8 M 2024-03-10T03:02:37.956 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:38.078 INFO:teuthology.orchestra.run.smithi092.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 645 kB/s | 79 kB 00:00 2024-03-10T03:02:38.445 INFO:teuthology.orchestra.run.smithi092.stdout:(2/2): ceph-fuse-19.0.0-1875.g831bc188.el9.x86_ 1.8 MB/s | 888 kB 00:00 2024-03-10T03:02:38.446 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:38.447 INFO:teuthology.orchestra.run.smithi092.stdout:Total 1.9 MB/s | 966 kB 00:00 2024-03-10T03:02:38.447 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:38.468 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:38.468 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:38.544 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:38.544 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:38.728 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:38.861 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-10T03:02:38.929 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2/2 2024-03-10T03:02:39.593 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2/2 2024-03-10T03:02:39.593 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/2 2024-03-10T03:02:39.913 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-10T03:02:39.914 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:39.914 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:39.914 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-10T03:02:39.914 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:39.914 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:40.288 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-volume 2024-03-10T03:02:40.858 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:28 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:41.006 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:41.007 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:41.007 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-03-10T03:02:41.007 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:41.007 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-volume noarch 2:19.0.0-1875.g831bc188.el9 ceph-noarch 264 k 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout:Install 2 Packages 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 332 k 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 1.5 M 2024-03-10T03:02:41.008 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:41.124 INFO:teuthology.orchestra.run.smithi092.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 591 kB/s | 69 kB 00:00 2024-03-10T03:02:41.408 INFO:teuthology.orchestra.run.smithi092.stdout:(2/2): ceph-volume-19.0.0-1875.g831bc188.el9.no 659 kB/s | 264 kB 00:00 2024-03-10T03:02:41.409 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:41.409 INFO:teuthology.orchestra.run.smithi092.stdout:Total 827 kB/s | 332 kB 00:00 2024-03-10T03:02:41.410 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:41.418 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:41.418 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:41.460 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:41.461 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:41.615 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:41.788 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-10T03:02:41.818 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2/2 2024-03-10T03:02:41.834 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2/2 2024-03-10T03:02:41.834 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T03:02:41.834 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-10T03:02:41.834 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:42.590 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 1/2 2024-03-10T03:02:42.951 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-10T03:02:42.952 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:42.952 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:42.952 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-volume-2:19.0.0-1875.g831bc188.el9.noarch 2024-03-10T03:02:42.952 INFO:teuthology.orchestra.run.smithi092.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-10T03:02:42.952 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:42.952 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:43.314 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install librados-devel 2024-03-10T03:02:43.884 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:31 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:44.033 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout: librados-devel x86_64 2:19.0.0-1875.g831bc188.el9 ceph 127 k 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-03-10T03:02:44.034 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:44.035 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 127 k 2024-03-10T03:02:44.035 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 456 k 2024-03-10T03:02:44.035 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:44.255 INFO:teuthology.orchestra.run.smithi092.stdout:librados-devel-19.0.0-1875.g831bc188.el9.x86_64 577 kB/s | 127 kB 00:00 2024-03-10T03:02:44.255 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:44.255 INFO:teuthology.orchestra.run.smithi092.stdout:Total 573 kB/s | 127 kB 00:00 2024-03-10T03:02:44.256 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:44.261 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:44.261 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:44.316 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:44.316 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:44.456 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:44.570 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:45.072 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:45.419 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:45.419 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:45.419 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:45.419 INFO:teuthology.orchestra.run.smithi092.stdout: librados-devel-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T03:02:45.419 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:45.420 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:45.681 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install libcephfs2 2024-03-10T03:02:46.248 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:34 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:46.351 INFO:teuthology.orchestra.run.smithi092.stdout:Package libcephfs2-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T03:02:46.405 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:46.406 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T03:02:46.406 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:46.478 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install libcephfs-devel 2024-03-10T03:02:47.066 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:35 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:47.222 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs-devel x86_64 2:19.0.0-1875.g831bc188.el9 ceph 31 k 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-03-10T03:02:47.223 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:47.224 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 31 k 2024-03-10T03:02:47.224 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 140 k 2024-03-10T03:02:47.224 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:47.391 INFO:teuthology.orchestra.run.smithi092.stdout:libcephfs-devel-19.0.0-1875.g831bc188.el9.x86_6 186 kB/s | 31 kB 00:00 2024-03-10T03:02:47.392 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:47.392 INFO:teuthology.orchestra.run.smithi092.stdout:Total 184 kB/s | 31 kB 00:00 2024-03-10T03:02:47.392 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:47.396 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:47.397 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:47.429 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:47.429 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:47.560 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:47.674 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:48.094 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:48.366 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:48.366 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:48.367 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:48.367 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs-devel-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T03:02:48.367 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:48.367 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:48.537 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install librados2 2024-03-10T03:02:49.095 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:37 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:49.192 INFO:teuthology.orchestra.run.smithi092.stdout:Package librados2-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T03:02:49.244 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:49.245 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T03:02:49.245 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:49.294 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install librbd1 2024-03-10T03:02:49.846 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:37 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:49.942 INFO:teuthology.orchestra.run.smithi092.stdout:Package librbd1-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T03:02:49.994 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:49.995 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T03:02:49.995 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:50.035 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-rados 2024-03-10T03:02:50.597 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:38 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:50.693 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-rados-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T03:02:50.745 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:50.746 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T03:02:50.746 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:50.790 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-rgw 2024-03-10T03:02:51.347 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:39 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:51.443 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-rgw-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T03:02:51.494 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:51.495 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T03:02:51.495 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:51.543 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-cephfs 2024-03-10T03:02:52.094 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:40 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:52.190 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-cephfs-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T03:02:52.242 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:52.243 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T03:02:52.243 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:52.284 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-rbd 2024-03-10T03:02:52.838 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:40 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:52.933 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-rbd-2:19.0.0-1875.g831bc188.el9.x86_64 is already installed. 2024-03-10T03:02:52.984 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:52.985 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-03-10T03:02:52.985 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:53.026 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install rbd-fuse 2024-03-10T03:02:53.577 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:41 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:53.726 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-fuse x86_64 2:19.0.0-1875.g831bc188.el9 ceph 85 k 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 85 k 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 231 k 2024-03-10T03:02:53.727 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:53.935 INFO:teuthology.orchestra.run.smithi092.stdout:rbd-fuse-19.0.0-1875.g831bc188.el9.x86_64.rpm 411 kB/s | 85 kB 00:00 2024-03-10T03:02:53.936 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:53.936 INFO:teuthology.orchestra.run.smithi092.stdout:Total 408 kB/s | 85 kB 00:00 2024-03-10T03:02:53.936 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:53.943 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:53.943 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:53.998 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:53.999 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:54.141 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:54.249 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:54.686 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:55.008 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:55.008 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:55.008 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:55.008 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-fuse-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T03:02:55.008 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:55.008 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:55.232 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install rbd-mirror 2024-03-10T03:02:55.788 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:43 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:55.939 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:55.940 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:55.940 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-03-10T03:02:55.940 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:55.940 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:55.940 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-mirror x86_64 2:19.0.0-1875.g831bc188.el9 ceph 3.1 M 2024-03-10T03:02:55.940 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:55.940 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:55.941 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:55.941 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-03-10T03:02:55.941 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:55.941 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 3.1 M 2024-03-10T03:02:55.941 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 13 M 2024-03-10T03:02:55.941 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:56.321 INFO:teuthology.orchestra.run.smithi092.stdout:rbd-mirror-19.0.0-1875.g831bc188.el9.x86_64.rpm 8.1 MB/s | 3.1 MB 00:00 2024-03-10T03:02:56.322 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:56.322 INFO:teuthology.orchestra.run.smithi092.stdout:Total 8.1 MB/s | 3.1 MB 00:00 2024-03-10T03:02:56.322 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:56.331 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:56.331 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:56.403 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:56.404 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:56.817 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:56.872 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:56.896 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:56.896 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-10T03:02:56.896 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-10T03:02:56.896 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-10T03:02:56.896 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-10T03:02:56.897 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:58.040 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:58.041 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:58.041 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:02:58.041 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-mirror-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T03:02:58.041 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:58.041 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:02:58.272 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install rbd-nbd 2024-03-10T03:02:58.837 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:24:46 ago on Sun 10 Mar 2024 02:38:12 AM UTC. 2024-03-10T03:02:58.987 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-nbd x86_64 2:19.0.0-1875.g831bc188.el9 ceph 170 k 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 170 k 2024-03-10T03:02:58.988 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 490 k 2024-03-10T03:02:58.989 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-03-10T03:02:59.216 INFO:teuthology.orchestra.run.smithi092.stdout:rbd-nbd-19.0.0-1875.g831bc188.el9.x86_64.rpm 751 kB/s | 170 kB 00:00 2024-03-10T03:02:59.216 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:02:59.216 INFO:teuthology.orchestra.run.smithi092.stdout:Total 746 kB/s | 170 kB 00:00 2024-03-10T03:02:59.217 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-03-10T03:02:59.224 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-03-10T03:02:59.224 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-03-10T03:02:59.279 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-03-10T03:02:59.280 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-03-10T03:02:59.428 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-03-10T03:02:59.539 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:02:59.970 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:03:00.303 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 1/1 2024-03-10T03:03:00.303 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:03:00.303 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-03-10T03:03:00.303 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-nbd-2:19.0.0-1875.g831bc188.el9.x86_64 2024-03-10T03:03:00.303 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-03-10T03:03:00.303 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-03-10T03:03:00.513 DEBUG:teuthology.parallel:result is None 2024-03-10T03:03:00.514 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T03:03:00.657 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-10T03:03:00.684 INFO:teuthology.orchestra.run.smithi090.stdout:19.0.0-1875.g831bc188.el9 2024-03-10T03:03:00.684 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1875.g831bc188.el9 2024-03-10T03:03:00.685 INFO:teuthology.task.install:The correct ceph version 19.0.0-1875.g831bc188 is installed. 2024-03-10T03:03:00.686 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T03:03:00.826 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-10T03:03:00.847 INFO:teuthology.orchestra.run.smithi092.stdout:19.0.0-1875.g831bc188.el9 2024-03-10T03:03:00.847 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1875.g831bc188.el9 2024-03-10T03:03:00.847 INFO:teuthology.task.install:The correct ceph version 19.0.0-1875.g831bc188 is installed. 2024-03-10T03:03:00.850 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T03:03:00.991 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-10T03:03:01.017 INFO:teuthology.orchestra.run.smithi183.stdout:19.0.0-1875.g831bc188.el9 2024-03-10T03:03:01.017 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1875.g831bc188.el9 2024-03-10T03:03:01.017 INFO:teuthology.task.install:The correct ceph version 19.0.0-1875.g831bc188 is installed. 2024-03-10T03:03:01.019 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-10T03:03:01.019 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:03:01.019 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-10T03:03:01.053 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:03:01.053 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-10T03:03:01.083 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:03:01.083 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-10T03:03:01.117 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-10T03:03:01.117 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:03:01.117 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/usr/bin/daemon-helper 2024-03-10T03:03:01.148 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-10T03:03:01.218 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:03:01.218 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/daemon-helper 2024-03-10T03:03:01.246 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-10T03:03:01.313 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:03:01.313 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/daemon-helper 2024-03-10T03:03:01.345 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-10T03:03:01.415 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-10T03:03:01.416 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:03:01.416 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-10T03:03:01.446 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-10T03:03:01.517 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:03:01.517 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-10T03:03:01.544 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-10T03:03:01.612 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:03:01.612 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-10T03:03:01.644 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-10T03:03:01.713 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-10T03:03:01.714 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:03:01.714 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/usr/bin/stdin-killer 2024-03-10T03:03:01.746 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-10T03:03:01.815 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:03:01.815 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/stdin-killer 2024-03-10T03:03:01.843 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-10T03:03:01.910 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:03:01.910 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/usr/bin/stdin-killer 2024-03-10T03:03:01.941 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-10T03:03:02.012 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-10T03:03:02.129 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'], 'sha1': '831bc188fa69f143bbba69ac76119e784500e8e3'} 2024-03-10T03:03:02.130 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T03:03:02.131 INFO:tasks.cephadm:Cluster fsid is b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:03:02.131 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-10T03:03:02.131 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.90', 'mon.b': '172.21.15.92', 'mon.c': '172.21.15.183'} 2024-03-10T03:03:02.131 INFO:tasks.cephadm:First mon is mon.a on smithi090 2024-03-10T03:03:02.131 INFO:tasks.cephadm:First mgr is a 2024-03-10T03:03:02.131 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-10T03:03:02.132 DEBUG:teuthology.orchestra.run.smithi090:> sudo hostname $(hostname -s) 2024-03-10T03:03:02.164 DEBUG:teuthology.orchestra.run.smithi092:> sudo hostname $(hostname -s) 2024-03-10T03:03:02.193 DEBUG:teuthology.orchestra.run.smithi183:> sudo hostname $(hostname -s) 2024-03-10T03:03:02.224 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-10T03:03:02.225 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T03:03:02.441 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '831bc188fa69f143bbba69ac76119e784500e8e3', '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/77345/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1875-g831bc188', 'node_name': '172.21.2.1+braggi01', '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-1875.g831bc188'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-06 02:32:08.274555', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri4-testing-2024-03-05-0854', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-03-10T03:03:02.581 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri4-testing-2024-03-05-0854, sha1 831bc188fa69f143bbba69ac76119e784500e8e3 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T03:03:02.583 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/x86_64/flavors/default/cephadm 2024-03-10T03:03:02.583 DEBUG:teuthology.orchestra.run.smithi090:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:03.190 INFO:teuthology.orchestra.run.smithi090.stdout:-rw-r--r--. 1 ubuntu ubuntu 767443 Mar 10 03:03 /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:03.190 DEBUG:teuthology.orchestra.run.smithi092:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:03.624 INFO:teuthology.orchestra.run.smithi092.stdout:-rw-r--r--. 1 ubuntu ubuntu 767443 Mar 10 03:03 /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:03.624 DEBUG:teuthology.orchestra.run.smithi183:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:04.277 INFO:teuthology.orchestra.run.smithi183.stdout:-rw-r--r--. 1 ubuntu ubuntu 767443 Mar 10 03:03 /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:04.277 DEBUG:teuthology.orchestra.run.smithi090:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:04.296 DEBUG:teuthology.orchestra.run.smithi092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:04.314 DEBUG:teuthology.orchestra.run.smithi183:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-10T03:03:04.346 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 on all hosts... 2024-03-10T03:03:04.347 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 pull 2024-03-10T03:03:04.349 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 pull 2024-03-10T03:03:04.357 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 pull 2024-03-10T03:03:05.185 INFO:teuthology.orchestra.run.smithi183.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T03:03:05.230 INFO:teuthology.orchestra.run.smithi090.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T03:03:05.233 INFO:teuthology.orchestra.run.smithi092.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T03:03:33.968 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-03-10T03:03:33.969 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph_version": "ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev)", 2024-03-10T03:03:33.969 INFO:teuthology.orchestra.run.smithi090.stdout: "image_id": "01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538", 2024-03-10T03:03:33.969 INFO:teuthology.orchestra.run.smithi090.stdout: "repo_digests": [ 2024-03-10T03:03:33.969 INFO:teuthology.orchestra.run.smithi090.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada" 2024-03-10T03:03:33.969 INFO:teuthology.orchestra.run.smithi090.stdout: ] 2024-03-10T03:03:33.969 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-03-10T03:03:34.381 INFO:teuthology.orchestra.run.smithi183.stdout:{ 2024-03-10T03:03:34.382 INFO:teuthology.orchestra.run.smithi183.stdout: "ceph_version": "ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev)", 2024-03-10T03:03:34.382 INFO:teuthology.orchestra.run.smithi183.stdout: "image_id": "01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538", 2024-03-10T03:03:34.382 INFO:teuthology.orchestra.run.smithi183.stdout: "repo_digests": [ 2024-03-10T03:03:34.382 INFO:teuthology.orchestra.run.smithi183.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada" 2024-03-10T03:03:34.382 INFO:teuthology.orchestra.run.smithi183.stdout: ] 2024-03-10T03:03:34.382 INFO:teuthology.orchestra.run.smithi183.stdout:} 2024-03-10T03:03:36.023 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2024-03-10T03:03:36.023 INFO:teuthology.orchestra.run.smithi092.stdout: "ceph_version": "ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev)", 2024-03-10T03:03:36.023 INFO:teuthology.orchestra.run.smithi092.stdout: "image_id": "01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538", 2024-03-10T03:03:36.023 INFO:teuthology.orchestra.run.smithi092.stdout: "repo_digests": [ 2024-03-10T03:03:36.023 INFO:teuthology.orchestra.run.smithi092.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada" 2024-03-10T03:03:36.023 INFO:teuthology.orchestra.run.smithi092.stdout: ] 2024-03-10T03:03:36.023 INFO:teuthology.orchestra.run.smithi092.stdout:} 2024-03-10T03:03:36.050 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /etc/ceph 2024-03-10T03:03:36.085 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /etc/ceph 2024-03-10T03:03:36.116 DEBUG:teuthology.orchestra.run.smithi183:> sudo mkdir -p /etc/ceph 2024-03-10T03:03:36.152 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 777 /etc/ceph 2024-03-10T03:03:36.181 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 777 /etc/ceph 2024-03-10T03:03:36.209 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 777 /etc/ceph 2024-03-10T03:03:36.238 INFO:tasks.cephadm:Writing seed config... 2024-03-10T03:03:36.239 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-10T03:03:36.239 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-10T03:03:36.239 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-10T03:03:36.239 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-10T03:03:36.240 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-10T03:03:36.240 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-10T03:03:36.240 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-10T03:03:36.240 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-10T03:03:36.240 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-10T03:03:36.240 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:03:36.240 DEBUG:teuthology.orchestra.run.smithi090:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-10T03:03:36.257 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 = b5297138-de8a-11ee-95c7-87774f69a715 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-03-10T03:03:36.257 DEBUG:teuthology.orchestra.run.smithi090:mon.a> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a.service 2024-03-10T03:03:36.299 DEBUG:teuthology.orchestra.run.smithi090:mgr.a> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a.service 2024-03-10T03:03:36.342 INFO:tasks.cephadm:Bootstrapping... 2024-03-10T03:03:36.342 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 -v bootstrap --fsid b5297138-de8a-11ee-95c7-87774f69a715 --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.90 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:03:36.534 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-03-10T03:03:36.535 INFO:teuthology.orchestra.run.smithi090.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3', '-v', 'bootstrap', '--fsid', 'b5297138-de8a-11ee-95c7-87774f69a715', '--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.90', '--skip-admin-label'] 2024-03-10T03:03:36.559 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-10T03:03:36.560 INFO:teuthology.orchestra.run.smithi090.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-10T03:03:36.560 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying podman|docker is present... 2024-03-10T03:03:36.582 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-10T03:03:36.582 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying lvm2 is present... 2024-03-10T03:03:36.583 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying time synchronization is in place... 2024-03-10T03:03:36.590 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-10T03:03:36.590 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-10T03:03:36.596 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-10T03:03:36.596 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-03-10T03:03:36.602 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout enabled 2024-03-10T03:03:36.608 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout active 2024-03-10T03:03:36.608 INFO:teuthology.orchestra.run.smithi090.stdout:Unit chronyd.service is enabled and running 2024-03-10T03:03:36.608 INFO:teuthology.orchestra.run.smithi090.stdout:Repeating the final host check... 2024-03-10T03:03:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-10T03:03:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-10T03:03:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl is present 2024-03-10T03:03:36.632 INFO:teuthology.orchestra.run.smithi090.stdout:lvcreate is present 2024-03-10T03:03:36.637 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-10T03:03:36.638 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-10T03:03:36.643 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-10T03:03:36.643 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-03-10T03:03:36.649 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout enabled 2024-03-10T03:03:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout active 2024-03-10T03:03:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:Unit chronyd.service is enabled and running 2024-03-10T03:03:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:Host looks OK 2024-03-10T03:03:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:Cluster fsid: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:03:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:Acquiring lock 140417364303776 on /run/cephadm/b5297138-de8a-11ee-95c7-87774f69a715.lock 2024-03-10T03:03:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:Lock 140417364303776 acquired on /run/cephadm/b5297138-de8a-11ee-95c7-87774f69a715.lock 2024-03-10T03:03:36.656 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying IP 172.21.15.90 port 3300 ... 2024-03-10T03:03:36.657 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying IP 172.21.15.90 port 6789 ... 2024-03-10T03:03:36.657 INFO:teuthology.orchestra.run.smithi090.stdout:Base mon IP(s) is [172.21.15.90:3300, 172.21.15.90:6789], mon addrv is [v2:172.21.15.90:3300,v1:172.21.15.90:6789] 2024-03-10T03:03:36.659 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.90 metric 100 2024-03-10T03:03:36.659 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.90 metric 100 2024-03-10T03:03:36.662 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-10T03:03:36.662 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-10T03:03:36.662 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2024-03-10T03:03:36.664 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-10T03:03:36.665 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-10T03:03:36.665 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-10T03:03:36.665 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-10T03:03:36.665 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d767/64 scope link 2024-03-10T03:03:36.665 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-10T03:03:36.666 INFO:teuthology.orchestra.run.smithi090.stdout:Mon IP `172.21.15.90` is in CIDR network `172.21.0.0/20` 2024-03-10T03:03:36.666 INFO:teuthology.orchestra.run.smithi090.stdout:Mon IP `172.21.15.90` is in CIDR network `172.21.0.0/20` 2024-03-10T03:03:36.666 INFO:teuthology.orchestra.run.smithi090.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-10T03:03:36.666 INFO:teuthology.orchestra.run.smithi090.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-10T03:03:36.666 INFO:teuthology.orchestra.run.smithi090.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T03:03:37.056 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stdout 01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538 2024-03-10T03:03:37.056 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T03:03:37.057 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Getting image source signatures 2024-03-10T03:03:37.057 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Copying blob sha256:5230e21a7b1561343f4233b6671f80ad8914d8a2054fff55ddda8b9974582e35 2024-03-10T03:03:37.057 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Copying blob sha256:7feca07754707458c3945cf0062cf4dabc512f6d90fe1a9a1370b362b6011124 2024-03-10T03:03:37.057 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Copying config sha256:01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538 2024-03-10T03:03:37.057 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-10T03:03:38.003 INFO:teuthology.orchestra.run.smithi090.stdout:ceph: stdout ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev) 2024-03-10T03:03:38.004 INFO:teuthology.orchestra.run.smithi090.stdout:Ceph version: ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev) 2024-03-10T03:03:38.004 INFO:teuthology.orchestra.run.smithi090.stdout:Extracting ceph user uid/gid from container image... 2024-03-10T03:03:38.937 INFO:teuthology.orchestra.run.smithi090.stdout:stat: stdout 167 167 2024-03-10T03:03:38.937 INFO:teuthology.orchestra.run.smithi090.stdout:Creating initial keys... 2024-03-10T03:03:39.936 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph-authtool: stdout AQALI+1lRbujDxAAhw6pYF9QmrvMEykF8okr3Q== 2024-03-10T03:03:40.820 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph-authtool: stdout AQAMI+1lVmGiDhAATR+yqdg/3x3KC6pLveg2dA== 2024-03-10T03:03:41.778 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph-authtool: stdout AQANI+1lUuYfCBAAu8m2ZYTbbq2jGQtzPfutFw== 2024-03-10T03:03:41.779 INFO:teuthology.orchestra.run.smithi090.stdout:Creating initial monmap... 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:monmaptool for a [v2:172.21.15.90:3300,v1:172.21.15.90:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:setting min_mon_release = quincy 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: set fsid to b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:03:42.637 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-10T03:03:42.638 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:03:42.638 INFO:teuthology.orchestra.run.smithi090.stdout:Creating mon... 2024-03-10T03:03:43.554 INFO:teuthology.orchestra.run.smithi090.stdout:create mon.a on 2024-03-10T03:03:43.755 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-10T03:03:43.899 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-10T03:03:44.069 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b5297138-de8a-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-b5297138-de8a-11ee-95c7-87774f69a715.target. 2024-03-10T03:03:44.069 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b5297138-de8a-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-b5297138-de8a-11ee-95c7-87774f69a715.target. 2024-03-10T03:03:44.298 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a 2024-03-10T03:03:44.298 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-10T03:03:44.456 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b5297138-de8a-11ee-95c7-87774f69a715.target.wants/ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a.service → /etc/systemd/system/ceph-b5297138-de8a-11ee-95c7-87774f69a715@.service. 2024-03-10T03:03:44.997 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-10T03:03:44.997 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-03-10T03:03:45.003 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-10T03:03:45.003 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-03-10T03:03:45.003 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-03-10T03:03:45.003 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to enable service . firewalld.service is not available 2024-03-10T03:03:45.004 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mon to start... 2024-03-10T03:03:45.004 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mon... 2024-03-10T03:03:45.955 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout cluster: 2024-03-10T03:03:45.955 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout id: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:03:45.955 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-10T03:03:45.955 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:03:45.955 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout services: 2024-03-10T03:03:45.955 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.555953s) 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout data: 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout pgs: 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:mon is available 2024-03-10T03:03:45.956 INFO:teuthology.orchestra.run.smithi090.stdout:Assimilating anything we can from ceph.conf... 2024-03-10T03:03:49.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:03:49 smithi090 ceph-mon[29600]: from='client.? 172.21.15.90:0/903722269' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-10T03:03:57.415 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:03:57.417 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [global] 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout fsid = b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.90:3300,v1:172.21.15.90:6789] 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [osd] 2024-03-10T03:03:57.418 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-10T03:03:57.419 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-10T03:03:57.419 INFO:teuthology.orchestra.run.smithi090.stdout:Generating new minimal ceph.conf... 2024-03-10T03:04:00.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:00 smithi090 ceph-mon[29600]: from='client.? 172.21.15.90:0/4228703346' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:04:00.779 INFO:teuthology.orchestra.run.smithi090.stdout:Restarting the monitor... 2024-03-10T03:04:00.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:00 smithi090 systemd[1]: Stopping Ceph mon.a for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:04:01.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a[29596]: 2024-03-10T03:04:01.043+0000 7f3997b71700 -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-03-10T03:04:01.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a[29596]: 2024-03-10T03:04:01.043+0000 7f3997b71700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-10T03:04:01.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 podman[29858]: 2024-03-10 03:04:01.217539483 +0000 UTC m=+0.269087893 container died 06a572ce950b0dcdf99fcae63845c181910cae4691ec9f4af6fe28b47601c1d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True) 2024-03-10T03:04:01.902 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 podman[29858]: 2024-03-10 03:04:01.553535491 +0000 UTC m=+0.605083910 container cleanup 06a572ce950b0dcdf99fcae63845c181910cae4691ec9f4af6fe28b47601c1d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240222, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, ceph=True, maintainer=Guillaume Abrioux ) 2024-03-10T03:04:01.902 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 bash[29858]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a 2024-03-10T03:04:01.902 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 podman[29872]: 2024-03-10 03:04:01.713054698 +0000 UTC m=+0.487912063 container remove 06a572ce950b0dcdf99fcae63845c181910cae4691ec9f4af6fe28b47601c1d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True) 2024-03-10T03:04:02.230 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 systemd[1]: ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-10T03:04:02.230 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 systemd[1]: Stopped Ceph mon.a for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:04:02.230 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:01 smithi090 systemd[1]: Starting Ceph mon.a for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:04:02.230 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 podman[29966]: 2024-03-10 03:04:02.130821266 +0000 UTC m=+0.105760649 container create fc26f14d14b5d92446254fb8a9cfba78d6e28f76fb9869187b1beaa06b9fe96b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, GIT_BRANCH=HEAD, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-03-10T03:04:02.230 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 podman[29966]: 2024-03-10 03:04:02.043428668 +0000 UTC m=+0.018351606 image pull 01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T03:04:02.405 INFO:teuthology.orchestra.run.smithi090.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-10T03:04:02.511 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 podman[29966]: 2024-03-10 03:04:02.317068618 +0000 UTC m=+0.291991544 container init fc26f14d14b5d92446254fb8a9cfba78d6e28f76fb9869187b1beaa06b9fe96b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240222, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, io.buildah.version=1.33.5, GIT_CLEAN=True, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-10T03:04:02.511 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 podman[29966]: 2024-03-10 03:04:02.319836039 +0000 UTC m=+0.294758955 container start fc26f14d14b5d92446254fb8a9cfba78d6e28f76fb9869187b1beaa06b9fe96b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.schema-version=1.0) 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: set uid:gid to 167:167 (ceph:ceph) 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev), process ceph-mon, pid 2 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: pidfile_write: ignore empty --pid-file 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: load: jerasure load: lrc 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: RocksDB version: 7.9.2 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Git sha 0 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Compile date 2024-03-06 01:10:31 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: DB SUMMARY 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: DB Session ID: PHR9ZXM2164XYW36JSOG 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: CURRENT file: CURRENT 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: IDENTITY file: IDENTITY 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-10T03:04:02.512 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84621 ; 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.error_if_exists: 0 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.create_if_missing: 0 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.paranoid_checks: 1 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.env: 0x55f73bb20b20 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.fs: PosixFileSystem 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.info_log: 0x55f73cc418e0 2024-03-10T03:04:02.513 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_file_opening_threads: 16 2024-03-10T03:04:02.515 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.statistics: (nil) 2024-03-10T03:04:02.515 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.use_fsync: 0 2024-03-10T03:04:02.516 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_log_file_size: 0 2024-03-10T03:04:02.516 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.keep_log_file_num: 1000 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.recycle_log_file_num: 0 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.allow_fallocate: 1 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.allow_mmap_reads: 0 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.allow_mmap_writes: 0 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.use_direct_reads: 0 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-10T03:04:02.517 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.create_missing_column_families: 0 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.db_log_dir: 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.wal_dir: 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.advise_random_on_open: 1 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.db_write_buffer_size: 0 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.write_buffer_manager: 0x55f73cc15400 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-10T03:04:02.518 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.rate_limiter: (nil) 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.wal_recovery_mode: 2 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.enable_thread_tracking: 0 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.enable_pipelined_write: 0 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.unordered_write: 0 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.row_cache: None 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.wal_filter: None 2024-03-10T03:04:02.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.allow_ingest_behind: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.two_write_queues: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.manual_wal_flush: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.wal_compression: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.atomic_flush: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.log_readahead_size: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.best_efforts_recovery: 0 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-10T03:04:02.520 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.allow_data_in_errors: 0 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.db_host_id: __hostname__ 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_background_jobs: 2 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_background_compactions: -1 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_subcompactions: 1 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_total_wal_size: 0 2024-03-10T03:04:02.521 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_open_files: -1 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bytes_per_sync: 0 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_readahead_size: 0 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_background_flushes: -1 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Compression algorithms supported: 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kZSTD supported: 0 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kXpressCompression supported: 0 2024-03-10T03:04:02.522 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kLZ4HCCompression supported: 1 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kZlibCompression supported: 1 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kSnappyCompression supported: 1 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kLZ4Compression supported: 1 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: kBZip2Compression supported: 0 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.merge_operator: 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_filter: None 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_filter_factory: None 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.sst_partitioner_factory: None 2024-03-10T03:04:02.523 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f73cc419e0) 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: cache_index_and_filter_blocks: 1 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: pin_top_level_index_and_filter: 1 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: index_type: 0 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: data_block_index_type: 0 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: index_shortening: 1 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: checksum: 4 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: no_block_cache: 0 2024-03-10T03:04:02.524 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache: 0x55f73cc47090 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache_name: BinnedLRUCache 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache_options: 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: capacity : 536870912 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: num_shard_bits : 4 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: strict_capacity_limit : 0 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: high_pri_pool_ratio: 0.000 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache_compressed: (nil) 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: persistent_cache: (nil) 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_size: 4096 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_size_deviation: 10 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_restart_interval: 16 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: index_block_restart_interval: 1 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: metadata_block_size: 4096 2024-03-10T03:04:02.525 INFO:journalctl@ceph.mon.a.smithi090.stdout: partition_filters: 0 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: use_delta_encoding: 1 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: filter_policy: bloomfilter 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: whole_key_filtering: 1 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: verify_compression: 0 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: read_amp_bytes_per_bit: 0 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: format_version: 5 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: enable_index_compression: 1 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_align: 0 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: max_auto_readahead_size: 262144 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: prepopulate_block_cache: 0 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: initial_auto_readahead_size: 8192 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout: num_file_reads_for_auto_readahead: 2 2024-03-10T03:04:02.526 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.write_buffer_size: 33554432 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_write_buffer_number: 2 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression: NoCompression 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression: Disabled 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.prefix_extractor: nullptr 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.num_levels: 7 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-10T03:04:02.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-10T03:04:02.528 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-10T03:04:02.528 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-10T03:04:02.528 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-10T03:04:02.528 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-10T03:04:02.528 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-10T03:04:02.528 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.level: 32767 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.strategy: 0 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-10T03:04:02.529 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.enabled: false 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.target_file_size_base: 67108864 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-10T03:04:02.530 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.arena_block_size: 1048576 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.disable_auto_compactions: 0 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-10T03:04:02.531 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.table_properties_collectors: 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.inplace_update_support: 0 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.bloom_locality: 0 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.max_successive_merges: 0 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-10T03:04:02.532 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.paranoid_file_checks: 0 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.force_consistency_checks: 1 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.report_bg_io_stats: 0 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.ttl: 2592000 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.enable_blob_files: false 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.min_blob_size: 0 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.blob_file_size: 268435456 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-10T03:04:02.533 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.blob_file_starting_level: 0 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: 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-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: aa4565d1-bc45-4efa-a4eb-ce85a2414d7e 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710039842348114, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710039842348937, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81246, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79433, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 73742, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1710039842, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "aa4565d1-bc45-4efa-a4eb-ce85a2414d7e", "db_session_id": "PHR9ZXM2164XYW36JSOG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710039842349026, "job": 1, "event": "recovery_finished"} 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: 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-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f73cd3a000 2024-03-10T03:04:02.534 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: DB pointer 0x55f73cd24000 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** DB Stats ** 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.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-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.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-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** Compaction Stats [default] ** 2024-03-10T03:04:02.535 INFO:journalctl@ceph.mon.a.smithi090.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-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: L0 2/0 81.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: Sum 2/0 81.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.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 147.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** Compaction Stats [default] ** 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.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-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.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 147.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-03-10T03:04:02.536 INFO:journalctl@ceph.mon.a.smithi090.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: Cumulative compaction: 0.00 GB write, 27.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: Interval compaction: 0.00 GB write, 27.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.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-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: Block cache BinnedLRUCache@0x55f73cc47090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-10T03:04:02.537 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: starting mon.a rank 0 at public addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] at bind addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???) e1 preinit fsid b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???).mds e1 new map 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???).mds e1 print_map 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout: e1 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.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} 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout: legacy client fscid: -1 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout: No filesystems configured 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-10T03:04:02.538 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 bash[29966]: fc26f14d14b5d92446254fb8a9cfba78d6e28f76fb9869187b1beaa06b9fe96b 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 systemd[1]: Started Ceph mon.a for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: monmap e1: 1 mons at {a=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: fsmap 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: osdmap e1: 0 total, 0 up, 0 in 2024-03-10T03:04:02.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:02 smithi090 ceph-mon[29985]: mgrmap e1: no daemons active 2024-03-10T03:04:03.534 INFO:teuthology.orchestra.run.smithi090.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-10T03:04:03.562 INFO:teuthology.orchestra.run.smithi090.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:04:03.562 INFO:teuthology.orchestra.run.smithi090.stdout:Creating mgr... 2024-03-10T03:04:03.562 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-10T03:04:03.562 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-10T03:04:03.820 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a 2024-03-10T03:04:03.820 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a.service: Unit ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a.service not loaded. 2024-03-10T03:04:03.960 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b5297138-de8a-11ee-95c7-87774f69a715.target.wants/ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-b5297138-de8a-11ee-95c7-87774f69a715@.service. 2024-03-10T03:04:04.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:04 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2158560489' entity='client.admin' 2024-03-10T03:04:04.460 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:04 smithi090 podman[30203]: 2024-03-10 03:04:04.385407873 +0000 UTC m=+0.308775372 container start 72377c5946aba1dfb6164bbb6d8a9d2afa6a2cfbb18a1ef22bfa33200302ef26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, maintainer=Guillaume Abrioux , RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2) 2024-03-10T03:04:04.460 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:04 smithi090 bash[30203]: 72377c5946aba1dfb6164bbb6d8a9d2afa6a2cfbb18a1ef22bfa33200302ef26 2024-03-10T03:04:04.474 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-10T03:04:04.474 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-03-10T03:04:04.482 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-10T03:04:04.482 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-03-10T03:04:04.482 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-03-10T03:04:04.482 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to enable service . firewalld.service is not available 2024-03-10T03:04:04.491 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-10T03:04:04.491 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-03-10T03:04:04.498 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-10T03:04:04.499 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-03-10T03:04:04.499 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-03-10T03:04:04.499 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-10T03:04:04.499 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr to start... 2024-03-10T03:04:04.499 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr... 2024-03-10T03:04:04.711 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:04 smithi090 systemd[1]: Started Ceph mgr.a for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:04:05.059 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:05 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1233886163' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-10T03:04:05.060 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:04 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:04.949+0000 7f1264a79200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T03:04:05.060 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:05 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:05.057+0000 7f1264a79200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T03:04:06.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:05 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:05.729+0000 7f1264a79200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T03:04:06.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:05 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:05.824+0000 7f1264a79200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T03:04:06.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:05 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:05.970+0000 7f1264a79200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T03:04:06.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:06 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:06.067+0000 7f1264a79200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T03:04:06.175 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:06 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:06.154+0000 7f1264a79200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T03:04:06.536 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:06 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:06.425+0000 7f1264a79200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T03:04:06.895 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:06 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:06.534+0000 7f1264a79200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T03:04:06.895 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:06 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:06.619+0000 7f1264a79200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T03:04:06.895 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:06 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:06.714+0000 7f1264a79200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T03:04:06.896 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:06 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:06.893+0000 7f1264a79200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T03:04:06.978 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:04:06.978 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-03-10T03:04:06.978 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsid": "b5297138-de8a-11ee-95c7-87774f69a715", 2024-03-10T03:04:06.978 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "health": { 2024-03-10T03:04:06.978 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-10T03:04:06.978 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 0 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "a" 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-10T03:04:06.979 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-10T03:04:06.980 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-10T03:04:06.981 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "restful" 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modified": "2024-03-10T03:03:44.938535+0000", 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-03-10T03:04:06.982 INFO:teuthology.orchestra.run.smithi090.stdout:mgr not available, waiting (1/15)... 2024-03-10T03:04:08.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:07 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:07.855+0000 7f1264a79200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T03:04:08.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:07 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:07.983+0000 7f1264a79200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T03:04:08.592 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:08 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:08.309+0000 7f1264a79200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T03:04:08.592 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:08 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:08.398+0000 7f1264a79200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T03:04:08.592 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:08 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:08.589+0000 7f1264a79200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:04:08.924 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:08 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:08.770+0000 7f1264a79200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T03:04:09.316 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:09 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:09.053+0000 7f1264a79200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:04:09.316 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:09 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:09.313+0000 7f1264a79200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T03:04:09.569 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:09 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:09.560+0000 7f1264a79200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T03:04:09.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:09 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/753292459' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-10T03:04:10.095 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:04:10.095 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-03-10T03:04:10.095 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsid": "b5297138-de8a-11ee-95c7-87774f69a715", 2024-03-10T03:04:10.095 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "health": { 2024-03-10T03:04:10.095 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-10T03:04:10.095 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-10T03:04:10.095 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 0 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "a" 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:10.096 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-10T03:04:10.097 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-10T03:04:10.098 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "restful" 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modified": "2024-03-10T03:03:44.938535+0000", 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-03-10T03:04:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:mgr not available, waiting (2/15)... 2024-03-10T03:04:10.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:10 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:10.364+0000 7f1264a79200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T03:04:11.239 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:10 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:10.929+0000 7f1264a79200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T03:04:11.239 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:11.025+0000 7f1264a79200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T03:04:11.240 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:11.237+0000 7f1264a79200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T03:04:11.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: Activating manager daemon a 2024-03-10T03:04:11.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: mgrmap e2: a(active, starting, since 0.00285106s) 2024-03-10T03:04:11.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T03:04:11.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T03:04:11.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: Manager daemon a is now available 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' 2024-03-10T03:04:11.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:11 smithi090 ceph-mon[29985]: from='mgr.14100 172.21.15.90:0/2536729681' entity='mgr.a' 2024-03-10T03:04:13.351 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:04:13.351 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-03-10T03:04:13.351 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsid": "b5297138-de8a-11ee-95c7-87774f69a715", 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "health": { 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 0 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "a" 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:13.352 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-10T03:04:13.353 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-10T03:04:13.358 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-10T03:04:13.358 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-10T03:04:13.358 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-10T03:04:13.358 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:13.358 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-10T03:04:13.358 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-10T03:04:13.358 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-10T03:04:13.359 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "restful" 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modified": "2024-03-10T03:03:44.938535+0000", 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-10T03:04:13.360 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-03-10T03:04:13.361 INFO:teuthology.orchestra.run.smithi090.stdout:mgr is available 2024-03-10T03:04:13.475 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:13 smithi090 ceph-mon[29985]: mgrmap e3: a(active, since 1.00667s) 2024-03-10T03:04:13.475 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:13 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/4258915047' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-10T03:04:14.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:14 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/303814310' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-10T03:04:14.539 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:14 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/303814310' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-10T03:04:14.543 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [global] 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout fsid = b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [osd] 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-10T03:04:14.544 INFO:teuthology.orchestra.run.smithi090.stdout:Enabling cephadm module... 2024-03-10T03:04:15.582 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:15 smithi090 ceph-mon[29985]: mgrmap e4: a(active, since 3s) 2024-03-10T03:04:15.582 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:15 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1645743740' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-10T03:04:15.582 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:15 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: ignoring --setuser ceph since I am not root 2024-03-10T03:04:15.582 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:15 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: ignoring --setgroup ceph since I am not root 2024-03-10T03:04:15.840 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:15 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:15.822+0000 7f3032c1d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T03:04:16.135 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:15 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:15.920+0000 7f3032c1d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T03:04:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:16 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1645743740' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-10T03:04:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:16 smithi090 ceph-mon[29985]: mgrmap e5: a(active, since 4s) 2024-03-10T03:04:16.799 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:16 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:16.583+0000 7f3032c1d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T03:04:16.799 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:16 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:16.676+0000 7f3032c1d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T03:04:17.083 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:16 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:16.819+0000 7f3032c1d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T03:04:17.083 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:16 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:16.914+0000 7f3032c1d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T03:04:17.083 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:16 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:16.996+0000 7f3032c1d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T03:04:17.086 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-03-10T03:04:17.086 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-10T03:04:17.086 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-10T03:04:17.086 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-10T03:04:17.086 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-10T03:04:17.086 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-03-10T03:04:17.087 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for the mgr to restart... 2024-03-10T03:04:17.087 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr epoch 5... 2024-03-10T03:04:17.370 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:17 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/723387325' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-10T03:04:17.370 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:17.265+0000 7f3032c1d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T03:04:17.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:17.379+0000 7f3032c1d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T03:04:17.675 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:17.468+0000 7f3032c1d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T03:04:17.675 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:17.562+0000 7f3032c1d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T03:04:18.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:17.734+0000 7f3032c1d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T03:04:19.126 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:18 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:18.671+0000 7f3032c1d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T03:04:19.127 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:18 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:18.798+0000 7f3032c1d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T03:04:19.127 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:19 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:19.124+0000 7f3032c1d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T03:04:19.408 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:19 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:19.213+0000 7f3032c1d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T03:04:19.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:19 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:19.406+0000 7f3032c1d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:04:19.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:19 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:19.586+0000 7f3032c1d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T03:04:20.125 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:19 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:19.866+0000 7f3032c1d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:04:20.125 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:20 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:20.122+0000 7f3032c1d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T03:04:20.424 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:20 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:20.357+0000 7f3032c1d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T03:04:21.424 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:21 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:21.142+0000 7f3032c1d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T03:04:22.014 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:21 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:21.701+0000 7f3032c1d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T03:04:22.015 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:21 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:21.799+0000 7f3032c1d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T03:04:22.015 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:22.012+0000 7f3032c1d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T03:04:22.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: Active manager daemon a restarted 2024-03-10T03:04:22.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: Activating manager daemon a 2024-03-10T03:04:22.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: osdmap e2: 0 total, 0 up, 0 in 2024-03-10T03:04:22.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: mgrmap e6: a(active, starting, since 0.00319504s) 2024-03-10T03:04:22.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:04:22.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T03:04:22.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T03:04:22.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T03:04:22.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T03:04:22.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: Manager daemon a is now available 2024-03-10T03:04:22.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:22.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:22.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:22.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:22 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:23.350 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:23 smithi090 ceph-mon[29985]: Found migration_current of "None". Setting to last migration. 2024-03-10T03:04:23.350 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:23 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:23.351 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:23 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T03:04:23.351 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:23 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T03:04:23.351 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:23 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:23.351 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:23 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:23.351 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:23 smithi090 ceph-mon[29985]: mgrmap e7: a(active, since 1.00578s) 2024-03-10T03:04:23.596 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-03-10T03:04:23.596 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-10T03:04:23.596 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-10T03:04:23.596 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-03-10T03:04:23.596 INFO:teuthology.orchestra.run.smithi090.stdout:mgr epoch 5 is available 2024-03-10T03:04:23.596 INFO:teuthology.orchestra.run.smithi090.stdout:Setting orchestrator backend to cephadm... 2024-03-10T03:04:24.211 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:24 smithi090 ceph-mon[29985]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-10T03:04:24.211 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:24 smithi090 ceph-mon[29985]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-10T03:04:24.211 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:24 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:23] ENGINE Bus STARTING 2024-03-10T03:04:24.212 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:24 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:25.155 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:25 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:23] ENGINE Serving on http://172.21.15.90:8765 2024-03-10T03:04:25.155 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:25 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:23] ENGINE Serving on https://172.21.15.90:7150 2024-03-10T03:04:25.155 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:25 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:23] ENGINE Bus STARTED 2024-03-10T03:04:25.156 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:25 smithi090 ceph-mon[29985]: mgrmap e8: a(active, since 2s) 2024-03-10T03:04:25.156 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:25 smithi090 ceph-mon[29985]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:25.156 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:25 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:25.156 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:25 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:25.905 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-10T03:04:25.905 INFO:teuthology.orchestra.run.smithi090.stdout:Generating ssh key... 2024-03-10T03:04:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-mon[29985]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:27.301 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: Generating public/private rsa key pair. 2024-03-10T03:04:27.301 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: Your identification has been saved in /tmp/tmp8v_hd98m/key. 2024-03-10T03:04:27.301 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: Your public key has been saved in /tmp/tmp8v_hd98m/key.pub. 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: The key fingerprint is: 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: SHA256:dDsFSXrfGatTR2UOAISwsrRDSKvz9NSOpNTYC73Dny4 ceph-b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: The key's randomart image is: 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: +---[RSA 3072]----+ 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | . .. +=o... o| 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | . o ..... +.| 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | o + . o o . . o| 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | . B = . o + . = | 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: |o = X . S o . = .| 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | = B * . o . | 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | o B . o | 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | Eo . . | 2024-03-10T03:04:27.302 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: | o+ | 2024-03-10T03:04:27.303 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:26 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: +----[SHA256]-----+ 2024-03-10T03:04:28.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:27 smithi090 ceph-mon[29985]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:28.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:27 smithi090 ceph-mon[29985]: Generating ssh key... 2024-03-10T03:04:28.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:27 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:28.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:27 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:28.749 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg1W2h26Tf6+7T73/Pct5kCSOoO3ssnrJUsbG+qVRqNwdxnckbeYqmwP/xnlLq/E3p75bUqKp2kcOP7HYylgaSk4hL9HI9a9O2DF0C6M7tgdY/CFkZDtq3SEZnwrHvUtQTaZJGb/JBil22ScUVJ2tQ52nRQjhNTCJAnwZVRmv5hw7I5z5BiF3ml0AVa2fp6SReoC5MCsx70178BnrPBo5/BYE4eEZFuZ1E1B8B9CuVh+xLsGopI5GMp4vFHLhGO+kMrThkfxmUvZ8zASNfQ0KWSLY0UtHSEHB+VEHxnulHQsbJpsfDITCTm3kEg4leG3VaJxDCWM+Ex4O4hHTaibWpOixEIkWkKoOXzQWYn9aOASjekCp1f2q4xfteLmeay4aNMIcj2KGkUSRmaL2pJ4vRKMRL3h18ElfQJAWTqmKH5rc79A/gINX7JCO4z9NSYbYEgE206eYfa1s2W37vifO7d6no/d9l0iQ3lWyVmksq0wwqQ8V5olHR6KgxP0Hv30s= ceph-b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:28.749 INFO:teuthology.orchestra.run.smithi090.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-10T03:04:28.749 INFO:teuthology.orchestra.run.smithi090.stdout:Adding key to root@localhost authorized_keys... 2024-03-10T03:04:28.749 INFO:teuthology.orchestra.run.smithi090.stdout:Adding host smithi090... 2024-03-10T03:04:29.369 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:28 smithi090 ceph-mon[29985]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:30.510 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:30 smithi090 ceph-mon[29985]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi090", "addr": "172.21.15.90", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:30.510 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:30 smithi090 ceph-mon[29985]: Deploying cephadm binary to smithi090 2024-03-10T03:04:34.202 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Added host 'smithi090' with addr '172.21.15.90' 2024-03-10T03:04:34.203 INFO:teuthology.orchestra.run.smithi090.stdout:Deploying unmanaged mon service... 2024-03-10T03:04:34.765 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:34 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:34.765 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:34 smithi090 ceph-mon[29985]: Added host smithi090 2024-03-10T03:04:34.765 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:34 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:35.601 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-10T03:04:35.601 INFO:teuthology.orchestra.run.smithi090.stdout:Deploying unmanaged mgr service... 2024-03-10T03:04:36.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:35 smithi090 ceph-mon[29985]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:36.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:35 smithi090 ceph-mon[29985]: Saving service mon spec with placement count:5 2024-03-10T03:04:36.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:35 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:37.366 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-10T03:04:37.489 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:37 smithi090 ceph-mon[29985]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:37.489 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:37 smithi090 ceph-mon[29985]: Saving service mgr spec with placement count:2 2024-03-10T03:04:37.489 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:37 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:37.489 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:37 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:38.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:38 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:38.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:38 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/3944612618' entity='client.admin' 2024-03-10T03:04:40.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:39 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:40.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:39 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1524535299' entity='client.admin' 2024-03-10T03:04:40.299 INFO:teuthology.orchestra.run.smithi090.stdout:Enabling the dashboard module... 2024-03-10T03:04:41.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:41 smithi090 ceph-mon[29985]: from='mgr.14118 172.21.15.90:0/3317322612' entity='mgr.a' 2024-03-10T03:04:41.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:41 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2135472141' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-10T03:04:41.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:41 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: ignoring --setuser ceph since I am not root 2024-03-10T03:04:41.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:41 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: ignoring --setgroup ceph since I am not root 2024-03-10T03:04:42.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:41 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:41.940+0000 7f8fbc3ba200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T03:04:42.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:42 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:42.035+0000 7f8fbc3ba200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T03:04:42.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:42 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2135472141' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-10T03:04:42.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:42 smithi090 ceph-mon[29985]: mgrmap e9: a(active, since 19s) 2024-03-10T03:04:43.036 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:42 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:42.696+0000 7f8fbc3ba200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T03:04:43.036 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:42 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:42.793+0000 7f8fbc3ba200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T03:04:43.036 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:42 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:42.938+0000 7f8fbc3ba200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T03:04:43.036 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:43.034+0000 7f8fbc3ba200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T03:04:43.376 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:43.118+0000 7f8fbc3ba200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T03:04:43.468 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-03-10T03:04:43.468 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-10T03:04:43.468 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-10T03:04:43.468 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-10T03:04:43.468 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-10T03:04:43.468 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-03-10T03:04:43.468 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for the mgr to restart... 2024-03-10T03:04:43.469 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr epoch 9... 2024-03-10T03:04:43.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1525674710' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-10T03:04:43.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:43.385+0000 7f8fbc3ba200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T03:04:43.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:43.499+0000 7f8fbc3ba200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T03:04:43.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:43.585+0000 7f8fbc3ba200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T03:04:44.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:43.680+0000 7f8fbc3ba200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T03:04:44.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:43.862+0000 7f8fbc3ba200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T03:04:45.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:44 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:44.820+0000 7f8fbc3ba200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T03:04:45.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:44 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:44.954+0000 7f8fbc3ba200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T03:04:45.564 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:45.280+0000 7f8fbc3ba200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T03:04:45.564 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:45.369+0000 7f8fbc3ba200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T03:04:45.564 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:45.561+0000 7f8fbc3ba200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:04:45.924 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:45.744+0000 7f8fbc3ba200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T03:04:46.283 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:46 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:46.025+0000 7f8fbc3ba200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:04:46.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:46 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:46.280+0000 7f8fbc3ba200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T03:04:46.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:46 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:46.515+0000 7f8fbc3ba200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T03:04:47.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:47 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:47.328+0000 7f8fbc3ba200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T03:04:48.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:47 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:47.905+0000 7f8fbc3ba200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T03:04:48.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:48.004+0000 7f8fbc3ba200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T03:04:48.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:04:48.226+0000 7f8fbc3ba200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T03:04:48.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: Active manager daemon a restarted 2024-03-10T03:04:48.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: Activating manager daemon a 2024-03-10T03:04:48.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: osdmap e3: 0 total, 0 up, 0 in 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: mgrmap e10: a(active, starting, since 0.00333186s) 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: Manager daemon a is now available 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:48.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:48 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:04:49.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T03:04:49.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T03:04:49.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:49 smithi090 ceph-mon[29985]: mgrmap e11: a(active, since 1.00555s) 2024-03-10T03:04:50.091 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-03-10T03:04:50.091 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-10T03:04:50.091 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-10T03:04:50.091 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-03-10T03:04:50.091 INFO:teuthology.orchestra.run.smithi090.stdout:mgr epoch 9 is available 2024-03-10T03:04:50.092 INFO:teuthology.orchestra.run.smithi090.stdout:Generating a dashboard self-signed certificate... 2024-03-10T03:04:50.409 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:50 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:48] ENGINE Bus STARTING 2024-03-10T03:04:50.409 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:50 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:48] ENGINE Serving on https://172.21.15.90:7150 2024-03-10T03:04:50.409 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:50 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:48] ENGINE Serving on http://172.21.15.90:8765 2024-03-10T03:04:50.410 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:50 smithi090 ceph-mon[29985]: [10/Mar/2024:03:04:48] ENGINE Bus STARTED 2024-03-10T03:04:50.410 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:50 smithi090 ceph-mon[29985]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-10T03:04:50.410 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:50 smithi090 ceph-mon[29985]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-10T03:04:51.374 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-10T03:04:51.374 INFO:teuthology.orchestra.run.smithi090.stdout:Creating initial admin user... 2024-03-10T03:04:51.480 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:51 smithi090 ceph-mon[29985]: mgrmap e12: a(active, since 2s) 2024-03-10T03:04:51.480 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:51 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:04:51.481 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:51 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:04:51.481 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:51 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:04:52.666 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:52 smithi090 ceph-mon[29985]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:04:52.666 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:52 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:04:52.666 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:52 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:04:52.667 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$gXg4pQqQCXCFqbgQ38LTS.dyEX0TMLiQ2XbxZo5Y.JiX3ySQDjRHS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710039892, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-10T03:04:52.667 INFO:teuthology.orchestra.run.smithi090.stdout:Fetching dashboard port number... 2024-03-10T03:04:53.616 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:53 smithi090 ceph-mon[29985]: 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-03-10T03:04:53.616 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:53 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1435127616' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-10T03:04:54.434 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 8443 2024-03-10T03:04:54.444 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-10T03:04:54.444 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-03-10T03:04:54.451 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-10T03:04:54.452 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-03-10T03:04:54.452 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-03-10T03:04:54.452 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-10T03:04:54.453 INFO:teuthology.orchestra.run.smithi090.stdout:Ceph Dashboard is now available at: 2024-03-10T03:04:54.453 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:54.453 INFO:teuthology.orchestra.run.smithi090.stdout: URL: https://smithi090.front.sepia.ceph.com:8443/ 2024-03-10T03:04:54.453 INFO:teuthology.orchestra.run.smithi090.stdout: User: admin 2024-03-10T03:04:54.454 INFO:teuthology.orchestra.run.smithi090.stdout: Password: g4q5py0saa 2024-03-10T03:04:54.454 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:54.454 INFO:teuthology.orchestra.run.smithi090.stdout:Saving cluster configuration to /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config directory 2024-03-10T03:04:54.454 INFO:teuthology.orchestra.run.smithi090.stdout:Enabling autotune for osd_memory_target 2024-03-10T03:04:55.633 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:55 smithi090 ceph-mon[29985]: mgrmap e13: a(active, since 6s) 2024-03-10T03:04:56.886 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-10T03:04:56.886 INFO:teuthology.orchestra.run.smithi090.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-10T03:04:56.886 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.886 INFO:teuthology.orchestra.run.smithi090.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:04:56.886 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.886 INFO:teuthology.orchestra.run.smithi090.stdout:Or, if you are only running a single cluster on this host: 2024-03-10T03:04:56.886 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: ceph telemetry on 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout:For more information see: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:04:56.887 INFO:teuthology.orchestra.run.smithi090.stdout:Bootstrap complete. 2024-03-10T03:04:56.927 INFO:tasks.cephadm:Fetching config... 2024-03-10T03:04:56.927 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:04:56.928 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-10T03:04:56.943 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-10T03:04:56.943 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:04:56.943 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-10T03:04:56.997 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-10T03:04:56.998 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:04:56.998 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-10T03:04:57.065 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-10T03:04:57.065 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:04:57.065 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-10T03:04:57.120 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-10T03:04:57.120 DEBUG:teuthology.orchestra.run.smithi090:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg1W2h26Tf6+7T73/Pct5kCSOoO3ssnrJUsbG+qVRqNwdxnckbeYqmwP/xnlLq/E3p75bUqKp2kcOP7HYylgaSk4hL9HI9a9O2DF0C6M7tgdY/CFkZDtq3SEZnwrHvUtQTaZJGb/JBil22ScUVJ2tQ52nRQjhNTCJAnwZVRmv5hw7I5z5BiF3ml0AVa2fp6SReoC5MCsx70178BnrPBo5/BYE4eEZFuZ1E1B8B9CuVh+xLsGopI5GMp4vFHLhGO+kMrThkfxmUvZ8zASNfQ0KWSLY0UtHSEHB+VEHxnulHQsbJpsfDITCTm3kEg4leG3VaJxDCWM+Ex4O4hHTaibWpOixEIkWkKoOXzQWYn9aOASjekCp1f2q4xfteLmeay4aNMIcj2KGkUSRmaL2pJ4vRKMRL3h18ElfQJAWTqmKH5rc79A/gINX7JCO4z9NSYbYEgE206eYfa1s2W37vifO7d6no/d9l0iQ3lWyVmksq0wwqQ8V5olHR6KgxP0Hv30s= ceph-b5297138-de8a-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-10T03:04:57.198 INFO:teuthology.orchestra.run.smithi090.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg1W2h26Tf6+7T73/Pct5kCSOoO3ssnrJUsbG+qVRqNwdxnckbeYqmwP/xnlLq/E3p75bUqKp2kcOP7HYylgaSk4hL9HI9a9O2DF0C6M7tgdY/CFkZDtq3SEZnwrHvUtQTaZJGb/JBil22ScUVJ2tQ52nRQjhNTCJAnwZVRmv5hw7I5z5BiF3ml0AVa2fp6SReoC5MCsx70178BnrPBo5/BYE4eEZFuZ1E1B8B9CuVh+xLsGopI5GMp4vFHLhGO+kMrThkfxmUvZ8zASNfQ0KWSLY0UtHSEHB+VEHxnulHQsbJpsfDITCTm3kEg4leG3VaJxDCWM+Ex4O4hHTaibWpOixEIkWkKoOXzQWYn9aOASjekCp1f2q4xfteLmeay4aNMIcj2KGkUSRmaL2pJ4vRKMRL3h18ElfQJAWTqmKH5rc79A/gINX7JCO4z9NSYbYEgE206eYfa1s2W37vifO7d6no/d9l0iQ3lWyVmksq0wwqQ8V5olHR6KgxP0Hv30s= ceph-b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:57.213 DEBUG:teuthology.orchestra.run.smithi092:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg1W2h26Tf6+7T73/Pct5kCSOoO3ssnrJUsbG+qVRqNwdxnckbeYqmwP/xnlLq/E3p75bUqKp2kcOP7HYylgaSk4hL9HI9a9O2DF0C6M7tgdY/CFkZDtq3SEZnwrHvUtQTaZJGb/JBil22ScUVJ2tQ52nRQjhNTCJAnwZVRmv5hw7I5z5BiF3ml0AVa2fp6SReoC5MCsx70178BnrPBo5/BYE4eEZFuZ1E1B8B9CuVh+xLsGopI5GMp4vFHLhGO+kMrThkfxmUvZ8zASNfQ0KWSLY0UtHSEHB+VEHxnulHQsbJpsfDITCTm3kEg4leG3VaJxDCWM+Ex4O4hHTaibWpOixEIkWkKoOXzQWYn9aOASjekCp1f2q4xfteLmeay4aNMIcj2KGkUSRmaL2pJ4vRKMRL3h18ElfQJAWTqmKH5rc79A/gINX7JCO4z9NSYbYEgE206eYfa1s2W37vifO7d6no/d9l0iQ3lWyVmksq0wwqQ8V5olHR6KgxP0Hv30s= ceph-b5297138-de8a-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-10T03:04:57.259 INFO:teuthology.orchestra.run.smithi092.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg1W2h26Tf6+7T73/Pct5kCSOoO3ssnrJUsbG+qVRqNwdxnckbeYqmwP/xnlLq/E3p75bUqKp2kcOP7HYylgaSk4hL9HI9a9O2DF0C6M7tgdY/CFkZDtq3SEZnwrHvUtQTaZJGb/JBil22ScUVJ2tQ52nRQjhNTCJAnwZVRmv5hw7I5z5BiF3ml0AVa2fp6SReoC5MCsx70178BnrPBo5/BYE4eEZFuZ1E1B8B9CuVh+xLsGopI5GMp4vFHLhGO+kMrThkfxmUvZ8zASNfQ0KWSLY0UtHSEHB+VEHxnulHQsbJpsfDITCTm3kEg4leG3VaJxDCWM+Ex4O4hHTaibWpOixEIkWkKoOXzQWYn9aOASjekCp1f2q4xfteLmeay4aNMIcj2KGkUSRmaL2pJ4vRKMRL3h18ElfQJAWTqmKH5rc79A/gINX7JCO4z9NSYbYEgE206eYfa1s2W37vifO7d6no/d9l0iQ3lWyVmksq0wwqQ8V5olHR6KgxP0Hv30s= ceph-b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:57.275 DEBUG:teuthology.orchestra.run.smithi183:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg1W2h26Tf6+7T73/Pct5kCSOoO3ssnrJUsbG+qVRqNwdxnckbeYqmwP/xnlLq/E3p75bUqKp2kcOP7HYylgaSk4hL9HI9a9O2DF0C6M7tgdY/CFkZDtq3SEZnwrHvUtQTaZJGb/JBil22ScUVJ2tQ52nRQjhNTCJAnwZVRmv5hw7I5z5BiF3ml0AVa2fp6SReoC5MCsx70178BnrPBo5/BYE4eEZFuZ1E1B8B9CuVh+xLsGopI5GMp4vFHLhGO+kMrThkfxmUvZ8zASNfQ0KWSLY0UtHSEHB+VEHxnulHQsbJpsfDITCTm3kEg4leG3VaJxDCWM+Ex4O4hHTaibWpOixEIkWkKoOXzQWYn9aOASjekCp1f2q4xfteLmeay4aNMIcj2KGkUSRmaL2pJ4vRKMRL3h18ElfQJAWTqmKH5rc79A/gINX7JCO4z9NSYbYEgE206eYfa1s2W37vifO7d6no/d9l0iQ3lWyVmksq0wwqQ8V5olHR6KgxP0Hv30s= ceph-b5297138-de8a-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-10T03:04:57.320 INFO:teuthology.orchestra.run.smithi183.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg1W2h26Tf6+7T73/Pct5kCSOoO3ssnrJUsbG+qVRqNwdxnckbeYqmwP/xnlLq/E3p75bUqKp2kcOP7HYylgaSk4hL9HI9a9O2DF0C6M7tgdY/CFkZDtq3SEZnwrHvUtQTaZJGb/JBil22ScUVJ2tQ52nRQjhNTCJAnwZVRmv5hw7I5z5BiF3ml0AVa2fp6SReoC5MCsx70178BnrPBo5/BYE4eEZFuZ1E1B8B9CuVh+xLsGopI5GMp4vFHLhGO+kMrThkfxmUvZ8zASNfQ0KWSLY0UtHSEHB+VEHxnulHQsbJpsfDITCTm3kEg4leG3VaJxDCWM+Ex4O4hHTaibWpOixEIkWkKoOXzQWYn9aOASjekCp1f2q4xfteLmeay4aNMIcj2KGkUSRmaL2pJ4vRKMRL3h18ElfQJAWTqmKH5rc79A/gINX7JCO4z9NSYbYEgE206eYfa1s2W37vifO7d6no/d9l0iQ3lWyVmksq0wwqQ8V5olHR6KgxP0Hv30s= ceph-b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:04:57.335 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-10T03:04:57.573 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:04:57.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:04:57 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2047957163' entity='client.admin' 2024-03-10T03:05:00.854 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-10T03:05:00.855 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-10T03:05:01.421 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:01.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:01 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1987010875' entity='client.admin' 2024-03-10T03:05:02.625 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:02.625 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:02.625 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi090", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:05:02.625 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:02.625 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:02.626 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:03.899 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi092 2024-03-10T03:05:03.900 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:05:03.900 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/etc/ceph/ceph.conf 2024-03-10T03:05:03.918 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:05:03.918 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:03.975 INFO:tasks.cephadm:Adding host smithi092 to orchestrator... 2024-03-10T03:05:03.976 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch host add smithi092 2024-03-10T03:05:04.218 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:04.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:04.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:05.390 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:05 smithi090 ceph-mon[29985]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:05.390 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:05 smithi090 ceph-mon[29985]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:05:06.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:06 smithi090 ceph-mon[29985]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi092", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:07.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:07 smithi090 ceph-mon[29985]: Deploying cephadm binary to smithi092 2024-03-10T03:05:09.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:09 smithi090 ceph-mon[29985]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:10.099 INFO:teuthology.orchestra.run.smithi090.stdout:Added host 'smithi092' with addr '172.21.15.92' 2024-03-10T03:05:10.770 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch host ls --format=json 2024-03-10T03:05:11.004 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:11.404 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:11 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:11.404 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:11 smithi090 ceph-mon[29985]: Added host smithi092 2024-03-10T03:05:11.404 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:11 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:11.404 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:11 smithi090 ceph-mon[29985]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:11.404 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:11 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:12.329 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:12 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:12.537 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:05:12.537 INFO:teuthology.orchestra.run.smithi090.stdout:[{"addr": "172.21.15.90", "hostname": "smithi090", "labels": [], "status": ""}, {"addr": "172.21.15.92", "hostname": "smithi092", "labels": [], "status": ""}] 2024-03-10T03:05:13.095 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi183 2024-03-10T03:05:13.095 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:05:13.095 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.conf 2024-03-10T03:05:13.113 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:05:13.113 DEBUG:teuthology.orchestra.run.smithi183:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:13.169 INFO:tasks.cephadm:Adding host smithi183 to orchestrator... 2024-03-10T03:05:13.170 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch host add smithi183 2024-03-10T03:05:13.405 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:13.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:13 smithi090 ceph-mon[29985]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:13.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:14.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:14 smithi090 ceph-mon[29985]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:05:15.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:15 smithi090 ceph-mon[29985]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:16.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:05:16.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:16.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:16 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:17.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:05:17.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:17.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: Deploying cephadm binary to smithi183 2024-03-10T03:05:17.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:17.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:17.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:05:17.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:17.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:17.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:17 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:19.458 INFO:teuthology.orchestra.run.smithi090.stdout:Added host 'smithi183' with addr '172.21.15.183' 2024-03-10T03:05:19.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:19 smithi090 ceph-mon[29985]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:20.036 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch host ls --format=json 2024-03-10T03:05:20.268 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:20.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:20 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:20.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:20 smithi090 ceph-mon[29985]: Added host smithi183 2024-03-10T03:05:20.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:20 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:20.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:20 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:20.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:20 smithi090 ceph-mon[29985]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:20.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:20 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:21.904 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:05:21.904 INFO:teuthology.orchestra.run.smithi090.stdout:[{"addr": "172.21.15.90", "hostname": "smithi090", "labels": [], "status": ""}, {"addr": "172.21.15.92", "hostname": "smithi092", "labels": [], "status": ""}, {"addr": "172.21.15.183", "hostname": "smithi183", "labels": [], "status": ""}] 2024-03-10T03:05:22.489 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-10T03:05:22.490 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd crush tunables default 2024-03-10T03:05:22.722 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:23.116 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:23 smithi090 ceph-mon[29985]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:05:23.116 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:23 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:23.116 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:23 smithi090 ceph-mon[29985]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:25.308 INFO:teuthology.orchestra.run.smithi090.stderr:adjusted tunables profile to default 2024-03-10T03:05:25.629 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:25.629 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2671362666' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-10T03:05:25.629 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:25.629 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:25.630 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:25.630 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:25.630 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:05:25.630 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:25.630 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:25 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:25.967 INFO:tasks.cephadm:Adding mon.a on smithi090 2024-03-10T03:05:25.967 INFO:tasks.cephadm:Adding mon.b on smithi092 2024-03-10T03:05:25.967 INFO:tasks.cephadm:Adding mon.c on smithi183 2024-03-10T03:05:25.967 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch apply mon '3;smithi090:172.21.15.90=a;smithi092:172.21.15.92=b;smithi183:172.21.15.183=c' 2024-03-10T03:05:26.194 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:26 smithi090 ceph-mon[29985]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:05:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:26 smithi090 ceph-mon[29985]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:26 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2671362666' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-10T03:05:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:26 smithi090 ceph-mon[29985]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:26 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:26.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:26 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:26.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:26 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:27.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:27 smithi090 ceph-mon[29985]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:27.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:27 smithi090 ceph-mon[29985]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:05:27.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:27 smithi090 ceph-mon[29985]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:27.932 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mon update... 2024-03-10T03:05:28.440 DEBUG:teuthology.orchestra.run.smithi092:mon.b> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.b.service 2024-03-10T03:05:28.443 DEBUG:teuthology.orchestra.run.smithi183:mon.c> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.c.service 2024-03-10T03:05:28.446 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-10T03:05:28.446 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-10T03:05:29.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi090:172.21.15.90=a;smithi092:172.21.15.92=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:29.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: Saving service mon spec with placement smithi090:172.21.15.90=a;smithi092:172.21.15.92=b;smithi183:172.21.15.183=c;count:3 2024-03-10T03:05:29.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:29.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:29.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:29.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:29.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:29.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:29.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:29.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: Deploying daemon mon.c on smithi183 2024-03-10T03:05:29.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:28 smithi090 ceph-mon[29985]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:30.400 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T03:05:31.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:31 smithi090 ceph-mon[29985]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:32.478 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T03:05:32.478 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":1,"fsid":"b5297138-de8a-11ee-95c7-87774f69a715","modified":"2024-03-10T03:03:42.091566Z","created":"2024-03-10T03:03:42.091566Z","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.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-10T03:05:32.496 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 1 2024-03-10T03:05:32.582 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).mds e1 print_map 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout: e1 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout: legacy client fscid: -1 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout: 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout: No filesystems configured 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-10T03:05:32.583 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: 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-03-10T03:05:32.584 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-10T03:05:32.584 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-10T03:05:32.584 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-10T03:05:32.584 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-10T03:05:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-10T03:05:33.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Deploying cephadm binary to smithi183 2024-03-10T03:05:33.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Added host smithi183 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2671362666' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:33.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2671362666' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi090:172.21.15.90=a;smithi092:172.21.15.92=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Saving service mon spec with placement smithi090:172.21.15.90=a;smithi092:172.21.15.92=b;smithi183:172.21.15.183=c;count:3 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:33.040 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: Deploying daemon mon.c on smithi183 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 ceph-mon[33327]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 bash[33294]: 0f182094587083813f80486e5110bb47f82247329a710592c9faf562f89876b4 2024-03-10T03:05:33.041 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:32 smithi183 systemd[1]: Started Ceph mon.c for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:05:34.187 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-10T03:05:34.187 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-10T03:05:34.434 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T03:05:37.981 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: mon.a calling monitor election 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: mon.c calling monitor election 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:37.982 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: monmap e2: 2 mons at {a=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],c=[v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: fsmap 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: mgrmap e13: a(active, since 49s) 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: overall HEALTH_OK 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:37.983 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:37 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:38.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:05:38.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: mon.a calling monitor election 2024-03-10T03:05:38.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:38.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:38.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:38.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: mon.c calling monitor election 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: monmap e2: 2 mons at {a=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],c=[v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: fsmap 2024-03-10T03:05:38.038 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:38.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: mgrmap e13: a(active, since 49s) 2024-03-10T03:05:38.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: overall HEALTH_OK 2024-03-10T03:05:38.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:38.039 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:37 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:38.996 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:38 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:38.997 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:38 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:38.997 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:38 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:38.997 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:38 smithi090 ceph-mon[29985]: Deploying daemon mon.b on smithi092 2024-03-10T03:05:38.997 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:38 smithi090 ceph-mon[29985]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:38.997 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:38 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:38 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:38 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:38 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:38 smithi183 ceph-mon[33327]: Deploying daemon mon.b on smithi092 2024-03-10T03:05:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:38 smithi183 ceph-mon[33327]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:38 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:39.227 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T03:05:39.227 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":2,"fsid":"b5297138-de8a-11ee-95c7-87774f69a715","modified":"2024-03-10T03:05:32.586330Z","created":"2024-03-10T03:03:42.091566Z","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.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:3300","nonce":0},{"type":"v1","addr":"172.21.15.183:6789","nonce":0}]},"addr":"172.21.15.183:6789/0","public_addr":"172.21.15.183:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-10T03:05:39.229 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 2 2024-03-10T03:05:39.980 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:39 smithi183 ceph-mon[33327]: from='client.? 172.21.15.183:0/3065604833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T03:05:40.169 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:39 smithi090 ceph-mon[29985]: from='client.? 172.21.15.183:0/3065604833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T03:05:41.008 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-10T03:05:41.008 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-10T03:05:41.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:40 smithi183 ceph-mon[33327]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:41.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:40 smithi090 ceph-mon[29985]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:41.255 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T03:05:41.275 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 systemd[1]: Starting Ceph mon.b for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:05:41.543 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 podman[32593]: 2024-03-10 03:05:41.435669535 +0000 UTC m=+0.088509970 container create 802dd3d0a724f8d39950ee08e9a3c13814f90fa894f51eb0851759a53b7735ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-03-10T03:05:41.544 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 podman[32593]: 2024-03-10 03:05:41.366536344 +0000 UTC m=+0.019376814 image pull 01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada 2024-03-10T03:05:41.977 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 podman[32593]: 2024-03-10 03:05:41.629569164 +0000 UTC m=+0.282409599 container init 802dd3d0a724f8d39950ee08e9a3c13814f90fa894f51eb0851759a53b7735ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 podman[32593]: 2024-03-10 03:05:41.632627351 +0000 UTC m=+0.285467787 container start 802dd3d0a724f8d39950ee08e9a3c13814f90fa894f51eb0851759a53b7735ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240222, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: set uid:gid to 167:167 (ceph:ceph) 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev), process ceph-mon, pid 2 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pidfile_write: ignore empty --pid-file 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: load: jerasure load: lrc 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: RocksDB version: 7.9.2 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Git sha 0 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Compile date 2024-03-06 01:10:31 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: DB SUMMARY 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: DB Session ID: N4PEPNCZA5TBEGF20H1T 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: CURRENT file: CURRENT 2024-03-10T03:05:41.980 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: IDENTITY file: IDENTITY 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.error_if_exists: 0 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.create_if_missing: 0 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.paranoid_checks: 1 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.env: 0x558bb22feb20 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.fs: PosixFileSystem 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.info_log: 0x558bb46818e0 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_file_opening_threads: 16 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.statistics: (nil) 2024-03-10T03:05:41.981 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.use_fsync: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_log_file_size: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.keep_log_file_num: 1000 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.recycle_log_file_num: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.allow_fallocate: 1 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.allow_mmap_reads: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.allow_mmap_writes: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.use_direct_reads: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.create_missing_column_families: 0 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.db_log_dir: 2024-03-10T03:05:41.982 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.wal_dir: 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.advise_random_on_open: 1 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.db_write_buffer_size: 0 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.write_buffer_manager: 0x558bb4655400 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.rate_limiter: (nil) 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-10T03:05:41.983 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.wal_recovery_mode: 2 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.enable_thread_tracking: 0 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.enable_pipelined_write: 0 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.unordered_write: 0 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.row_cache: None 2024-03-10T03:05:41.984 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.wal_filter: None 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.allow_ingest_behind: 0 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.two_write_queues: 0 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.manual_wal_flush: 0 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.wal_compression: 0 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.atomic_flush: 0 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-10T03:05:41.986 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.log_readahead_size: 0 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.best_efforts_recovery: 0 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.allow_data_in_errors: 0 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.db_host_id: __hostname__ 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_background_jobs: 2 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_background_compactions: -1 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_subcompactions: 1 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-10T03:05:41.987 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_total_wal_size: 0 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_open_files: -1 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bytes_per_sync: 0 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_readahead_size: 0 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_background_flushes: -1 2024-03-10T03:05:41.988 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Compression algorithms supported: 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kZSTD supported: 0 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kXpressCompression supported: 0 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kLZ4HCCompression supported: 1 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kZlibCompression supported: 1 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kSnappyCompression supported: 1 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kLZ4Compression supported: 1 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: kBZip2Compression supported: 0 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-10T03:05:41.989 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.merge_operator: 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_filter: None 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_filter_factory: None 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.sst_partitioner_factory: None 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558bb46819e0) 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: cache_index_and_filter_blocks: 1 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: pin_top_level_index_and_filter: 1 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: index_type: 0 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: data_block_index_type: 0 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: index_shortening: 1 2024-03-10T03:05:41.990 INFO:journalctl@ceph.mon.b.smithi092.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: checksum: 4 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: no_block_cache: 0 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_cache: 0x558bb4687090 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_cache_name: BinnedLRUCache 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_cache_options: 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: capacity : 536870912 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: num_shard_bits : 4 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: strict_capacity_limit : 0 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: high_pri_pool_ratio: 0.000 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_cache_compressed: (nil) 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: persistent_cache: (nil) 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_size: 4096 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_size_deviation: 10 2024-03-10T03:05:41.991 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_restart_interval: 16 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: index_block_restart_interval: 1 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: metadata_block_size: 4096 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: partition_filters: 0 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: use_delta_encoding: 1 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: filter_policy: bloomfilter 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: whole_key_filtering: 1 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: verify_compression: 0 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: read_amp_bytes_per_bit: 0 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: format_version: 5 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: enable_index_compression: 1 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: block_align: 0 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: max_auto_readahead_size: 262144 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: prepopulate_block_cache: 0 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: initial_auto_readahead_size: 8192 2024-03-10T03:05:41.992 INFO:journalctl@ceph.mon.b.smithi092.stdout: num_file_reads_for_auto_readahead: 2 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.write_buffer_size: 33554432 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_write_buffer_number: 2 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression: NoCompression 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression: Disabled 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.prefix_extractor: nullptr 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.num_levels: 7 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-10T03:05:41.993 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.level: 32767 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.strategy: 0 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.enabled: false 2024-03-10T03:05:41.994 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.target_file_size_base: 67108864 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-10T03:05:41.995 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.arena_block_size: 1048576 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.disable_auto_compactions: 0 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-10T03:05:41.996 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.table_properties_collectors: 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.inplace_update_support: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.bloom_locality: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.max_successive_merges: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.paranoid_file_checks: 0 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.force_consistency_checks: 1 2024-03-10T03:05:41.997 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.report_bg_io_stats: 0 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.ttl: 2592000 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.enable_blob_files: false 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.min_blob_size: 0 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.blob_file_size: 268435456 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.blob_file_starting_level: 0 2024-03-10T03:05:41.998 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ad7945fa-a905-4dc8-b116-dee299c4f96f 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710039941662401, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710039941662937, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "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": 1710039941, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ad7945fa-a905-4dc8-b116-dee299c4f96f", "db_session_id": "N4PEPNCZA5TBEGF20H1T", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710039941663067, "job": 1, "event": "recovery_finished"} 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558bb477a000 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: DB pointer 0x558bb4764000 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-10T03:05:41.999 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: ** DB Stats ** 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.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-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.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-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: ** Compaction Stats [default] ** 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.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-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:05:42.000 INFO:journalctl@ceph.mon.b.smithi092.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: ** Compaction Stats [default] ** 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.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-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-10T03:05:42.001 INFO:journalctl@ceph.mon.b.smithi092.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.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-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout: Block cache BinnedLRUCache@0x558bb4687090#2 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-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.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-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout: 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: using public_addr v2:172.21.15.92:0/0 -> [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: starting mon.b rank -1 at public addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] at bind addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(???) e0 preinit fsid b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).mds e1 new map 2024-03-10T03:05:42.002 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).mds e1 print_map 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout: e1 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.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} 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout: legacy client fscid: -1 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout: 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout: No filesystems configured 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-10T03:05:42.003 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi183", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Deploying cephadm binary to smithi183 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:42.004 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Added host smithi183 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.005 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2671362666' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi183", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2671362666' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.006 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi090:172.21.15.90=a;smithi092:172.21.15.92=b;smithi183:172.21.15.183=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Saving service mon spec with placement smithi090:172.21.15.90=a;smithi092:172.21.15.92=b;smithi183:172.21.15.183=c;count:3 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:42.007 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Deploying daemon mon.c on smithi183 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.a calling monitor election 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.c calling monitor election 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T03:05:42.008 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: monmap e2: 2 mons at {a=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],c=[v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: fsmap 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mgrmap e13: a(active, since 49s) 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: overall HEALTH_OK 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: Deploying daemon mon.b on smithi092 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: from='client.? 172.21.15.183:0/3065604833' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:42.009 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 ceph-mon[32612]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-10T03:05:42.010 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 bash[32593]: 802dd3d0a724f8d39950ee08e9a3c13814f90fa894f51eb0851759a53b7735ac 2024-03-10T03:05:42.010 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:41 smithi092 systemd[1]: Started Ceph mon.b for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:05:47.179 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:05:47.179 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: mon.a calling monitor election 2024-03-10T03:05:47.179 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: mon.c calling monitor election 2024-03-10T03:05:47.179 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.179 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:47.179 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.180 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.180 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.180 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: mon.b calling monitor election 2024-03-10T03:05:47.180 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.180 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.180 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.180 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: monmap e3: 3 mons at {a=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],b=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0],c=[v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: fsmap 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: mgrmap e13: a(active, since 58s) 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: overall HEALTH_OK 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.181 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:46 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.226 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: mon.a calling monitor election 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: mon.c calling monitor election 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: mon.b calling monitor election 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: monmap e3: 3 mons at {a=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],b=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0],c=[v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: fsmap 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: mgrmap e13: a(active, since 58s) 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: overall HEALTH_OK 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:46 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.268 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-03-10T03:05:47.268 INFO:teuthology.orchestra.run.smithi183.stdout:{"epoch":3,"fsid":"b5297138-de8a-11ee-95c7-87774f69a715","modified":"2024-03-10T03:05:41.687451Z","created":"2024-03-10T03:03:42.091566Z","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.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:3300","nonce":0},{"type":"v1","addr":"172.21.15.183:6789","nonce":0}]},"addr":"172.21.15.183:6789/0","public_addr":"172.21.15.183:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-10T03:05:47.268 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:05:47.268 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: mon.a calling monitor election 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: mon.c calling monitor election 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: mon.b calling monitor election 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: monmap e3: 3 mons at {a=[v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0],b=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0],c=[v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T03:05:47.269 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: fsmap 2024-03-10T03:05:47.270 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: osdmap e4: 0 total, 0 up, 0 in 2024-03-10T03:05:47.270 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: mgrmap e13: a(active, since 58s) 2024-03-10T03:05:47.270 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: overall HEALTH_OK 2024-03-10T03:05:47.270 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.270 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:46 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.270 INFO:teuthology.orchestra.run.smithi183.stderr:dumped monmap epoch 3 2024-03-10T03:05:47.913 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:47 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.913 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:47 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:47.913 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:47 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:47.913 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:47 smithi183 ceph-mon[33327]: from='client.? 172.21.15.183:0/4187587012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T03:05:47.914 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:47 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:47.940 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-10T03:05:47.940 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph config generate-minimal-conf 2024-03-10T03:05:48.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:47 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:48.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:47 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:48.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:47 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:48.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:47 smithi090 ceph-mon[29985]: from='client.? 172.21.15.183:0/4187587012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T03:05:48.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:47 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:48.186 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:48.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:47 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:48.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:47 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:48.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:47 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:48.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:47 smithi092 ceph-mon[32612]: from='client.? 172.21.15.183:0/4187587012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T03:05:48.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:47 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:49.421 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:49.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:49.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:49.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:49.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:49.937 INFO:teuthology.orchestra.run.smithi090.stdout:# minimal ceph.conf for b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:05:49.937 INFO:teuthology.orchestra.run.smithi090.stdout:[global] 2024-03-10T03:05:49.937 INFO:teuthology.orchestra.run.smithi090.stdout: fsid = b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:05:49.937 INFO:teuthology.orchestra.run.smithi090.stdout: mon_host = [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] [v2:172.21.15.183:3300/0,v1:172.21.15.183:6789/0] 2024-03-10T03:05:50.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-10T03:05:50.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:05:50.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:05:50.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Reconfiguring mon.a (unknown last config time)... 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: Reconfiguring daemon mon.a on smithi090 2024-03-10T03:05:50.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:50 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1037479765' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Reconfiguring mon.a (unknown last config time)... 2024-03-10T03:05:50.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:50.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:50.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:50.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: Reconfiguring daemon mon.a on smithi090 2024-03-10T03:05:50.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:50 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/1037479765' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Reconfiguring mon.a (unknown last config time)... 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: Reconfiguring daemon mon.a on smithi090 2024-03-10T03:05:50.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:50 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/1037479765' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:50.900 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-10T03:05:50.900 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:05:50.900 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.conf 2024-03-10T03:05:50.930 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:05:50.931 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:50.998 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:05:50.998 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.conf 2024-03-10T03:05:51.034 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:05:51.034 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:51.105 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:05:51.105 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.conf 2024-03-10T03:05:51.139 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:05:51.139 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:05:51.210 INFO:tasks.cephadm:Adding mgr.a on smithi090 2024-03-10T03:05:51.210 INFO:tasks.cephadm:Adding mgr.b on smithi092 2024-03-10T03:05:51.210 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch apply mgr '2;smithi090=a;smithi092=b' 2024-03-10T03:05:51.304 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:51 smithi092 ceph-mon[32612]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:51.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:51 smithi090 ceph-mon[29985]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:51.485 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T03:05:51.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:51 smithi183 ceph-mon[33327]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:52 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:52 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:52 smithi092 ceph-mon[32612]: Reconfiguring mon.b (monmap changed)... 2024-03-10T03:05:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:52 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:52 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:52 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:52 smithi092 ceph-mon[32612]: Reconfiguring daemon mon.b on smithi092 2024-03-10T03:05:52.590 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:52 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:52.591 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:52 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:52.591 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:52 smithi183 ceph-mon[33327]: Reconfiguring mon.b (monmap changed)... 2024-03-10T03:05:52.591 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:52 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:52.591 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:52 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:52.591 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:52 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:52.591 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:52 smithi183 ceph-mon[33327]: Reconfiguring daemon mon.b on smithi092 2024-03-10T03:05:52.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:52 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:52.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:52 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:52 smithi090 ceph-mon[29985]: Reconfiguring mon.b (monmap changed)... 2024-03-10T03:05:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:52 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:52 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:52 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:52 smithi090 ceph-mon[29985]: Reconfiguring daemon mon.b on smithi092 2024-03-10T03:05:53.087 INFO:teuthology.orchestra.run.smithi183.stdout:Scheduled mgr update... 2024-03-10T03:05:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:53 smithi183 ceph-mon[33327]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:53 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:53 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:53 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:53 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:53 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:53.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:53 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:53 smithi090 ceph-mon[29985]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:53 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:53 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:53 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:53 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:53 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:53 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.686 DEBUG:teuthology.orchestra.run.smithi092:mgr.b> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.b.service 2024-03-10T03:05:53.688 INFO:tasks.cephadm:Deploying OSDs... 2024-03-10T03:05:53.689 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-03-10T03:05:53.689 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/scratch_devs of=/dev/stdout 2024-03-10T03:05:53.708 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-03-10T03:05:53.708 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_1 2024-03-10T03:05:53.714 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:53 smithi092 ceph-mon[32612]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:53.714 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:53 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.714 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:53 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.714 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:53 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T03:05:53.714 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:53 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T03:05:53.714 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:53 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:53.715 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:53 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-10 03:05:00.610962557 +0000 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-10 02:26:41.270238182 +0000 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-10 02:26:41.270238182 +0000 2024-03-10T03:05:53.766 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: 2024-03-10 02:26:41.270238182 +0000 2024-03-10T03:05:53.767 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-10T03:05:53.835 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-10T03:05:53.835 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-10T03:05:53.835 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000278509 s, 1.8 MB/s 2024-03-10T03:05:53.836 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-10T03:05:53.894 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_2 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-10 03:05:00.636962126 +0000 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-10 02:26:41.603232781 +0000 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-10 02:26:41.603232781 +0000 2024-03-10T03:05:53.952 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: 2024-03-10 02:26:41.603232781 +0000 2024-03-10T03:05:53.953 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-10T03:05:54.020 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-10T03:05:54.020 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-10T03:05:54.020 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000207328 s, 2.5 MB/s 2024-03-10T03:05:54.021 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-10T03:05:54.078 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_3 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-10 03:05:00.661961711 +0000 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-10 02:26:41.945227234 +0000 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-10 02:26:41.945227234 +0000 2024-03-10T03:05:54.134 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: 2024-03-10 02:26:41.945227234 +0000 2024-03-10T03:05:54.134 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-10T03:05:54.200 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-10T03:05:54.200 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-10T03:05:54.200 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000300077 s, 1.7 MB/s 2024-03-10T03:05:54.202 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-10T03:05:54.258 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_4 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-03-10 03:05:00.686961295 +0000 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-03-10 02:26:42.291221622 +0000 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-03-10 02:26:42.291221622 +0000 2024-03-10T03:05:54.315 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: 2024-03-10 02:26:42.291221622 +0000 2024-03-10T03:05:54.316 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-10T03:05:54.382 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-03-10T03:05:54.382 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-03-10T03:05:54.382 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000199259 s, 2.6 MB/s 2024-03-10T03:05:54.383 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-10T03:05:54.441 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-03-10T03:05:54.441 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2024-03-10T03:05:54.460 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-03-10T03:05:54.460 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_1 2024-03-10T03:05:54.517 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-10 03:05:41.161896012 +0000 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-10 02:26:54.017341532 +0000 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-10 02:26:54.017341532 +0000 2024-03-10T03:05:54.518 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: 2024-03-10 02:26:54.017341532 +0000 2024-03-10T03:05:54.518 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-10T03:05:54.585 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:54 smithi092 ceph-mon[32612]: Reconfiguring mon.c (monmap changed)... 2024-03-10T03:05:54.586 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:54 smithi092 ceph-mon[32612]: Reconfiguring daemon mon.c on smithi183 2024-03-10T03:05:54.586 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:54 smithi092 ceph-mon[32612]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi090=a;smithi092=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:54.586 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:54 smithi092 ceph-mon[32612]: Saving service mgr spec with placement smithi090=a;smithi092=b;count:2 2024-03-10T03:05:54.589 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-10T03:05:54.589 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-10T03:05:54.589 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000304531 s, 1.7 MB/s 2024-03-10T03:05:54.590 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:54 smithi183 ceph-mon[33327]: Reconfiguring mon.c (monmap changed)... 2024-03-10T03:05:54.590 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:54 smithi183 ceph-mon[33327]: Reconfiguring daemon mon.c on smithi183 2024-03-10T03:05:54.590 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:54 smithi183 ceph-mon[33327]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi090=a;smithi092=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:54.590 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:54 smithi183 ceph-mon[33327]: Saving service mgr spec with placement smithi090=a;smithi092=b;count:2 2024-03-10T03:05:54.591 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-10T03:05:54.651 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_2 2024-03-10T03:05:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:54 smithi090 ceph-mon[29985]: Reconfiguring mon.c (monmap changed)... 2024-03-10T03:05:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:54 smithi090 ceph-mon[29985]: Reconfiguring daemon mon.c on smithi183 2024-03-10T03:05:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:54 smithi090 ceph-mon[29985]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi090=a;smithi092=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:05:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:54 smithi090 ceph-mon[29985]: Saving service mgr spec with placement smithi090=a;smithi092=b;count:2 2024-03-10T03:05:54.708 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-10T03:05:54.708 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:54.709 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-10T03:05:54.709 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:54.709 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:54.709 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-10 03:05:41.161896012 +0000 2024-03-10T03:05:54.709 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-10 02:26:54.374331331 +0000 2024-03-10T03:05:54.709 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-10 02:26:54.374331331 +0000 2024-03-10T03:05:54.709 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: 2024-03-10 02:26:54.374331331 +0000 2024-03-10T03:05:54.709 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-10T03:05:54.779 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-10T03:05:54.779 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-10T03:05:54.779 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000245532 s, 2.1 MB/s 2024-03-10T03:05:54.780 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-10T03:05:54.840 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_3 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-10 03:05:41.162895983 +0000 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-10 02:26:54.713321644 +0000 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-10 02:26:54.713321644 +0000 2024-03-10T03:05:54.897 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: 2024-03-10 02:26:54.713321644 +0000 2024-03-10T03:05:54.898 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-10T03:05:54.965 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-10T03:05:54.965 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-10T03:05:54.965 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000222464 s, 2.3 MB/s 2024-03-10T03:05:54.966 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-10T03:05:55.022 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_4 2024-03-10T03:05:55.078 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2024-03-10 03:05:41.162895983 +0000 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2024-03-10 02:26:55.056311842 +0000 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2024-03-10 02:26:55.056311842 +0000 2024-03-10T03:05:55.079 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: 2024-03-10 02:26:55.056311842 +0000 2024-03-10T03:05:55.079 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-10T03:05:55.146 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2024-03-10T03:05:55.146 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2024-03-10T03:05:55.146 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000208371 s, 2.5 MB/s 2024-03-10T03:05:55.147 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-10T03:05:55.204 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-03-10T03:05:55.204 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-03-10T03:05:55.220 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-03-10T03:05:55.221 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_1 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-03-10 03:05:31.313222240 +0000 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-03-10 02:24:21.691854067 +0000 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-03-10 02:24:21.691854067 +0000 2024-03-10T03:05:55.276 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-03-10 02:24:21.691854067 +0000 2024-03-10T03:05:55.277 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-10T03:05:55.347 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-03-10T03:05:55.348 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-03-10T03:05:55.348 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000211084 s, 2.4 MB/s 2024-03-10T03:05:55.348 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-10T03:05:55.403 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_2 2024-03-10T03:05:55.458 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-10T03:05:55.458 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:55.458 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-03-10T03:05:55.459 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:55.459 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:55.459 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-03-10 03:05:31.313222240 +0000 2024-03-10T03:05:55.459 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-03-10 02:24:22.037844535 +0000 2024-03-10T03:05:55.459 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-03-10 02:24:22.037844535 +0000 2024-03-10T03:05:55.459 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-03-10 02:24:22.037844535 +0000 2024-03-10T03:05:55.459 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-10T03:05:55.524 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-03-10T03:05:55.524 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-03-10T03:05:55.524 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000245116 s, 2.1 MB/s 2024-03-10T03:05:55.525 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-10T03:05:55.581 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_3 2024-03-10T03:05:55.635 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-10T03:05:55.635 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:55.635 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-03-10T03:05:55.636 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:55.636 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:55.636 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-03-10 03:05:31.314222213 +0000 2024-03-10T03:05:55.636 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-03-10 02:24:22.388834866 +0000 2024-03-10T03:05:55.636 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-03-10 02:24:22.388834866 +0000 2024-03-10T03:05:55.636 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-03-10 02:24:22.388834866 +0000 2024-03-10T03:05:55.636 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-10T03:05:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T03:05:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-10T03:05:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T03:05:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:55 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T03:05:55.699 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:55 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:55.701 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-03-10T03:05:55.701 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-03-10T03:05:55.701 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000249105 s, 2.1 MB/s 2024-03-10T03:05:55.702 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-10T03:05:55.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:55.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T03:05:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:55 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:05:55.758 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_4 2024-03-10T03:05:55.813 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-10T03:05:55.813 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T03:05:55.814 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-03-10T03:05:55.814 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T03:05:55.814 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2024-03-10T03:05:55.814 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-03-10 03:05:31.314222213 +0000 2024-03-10T03:05:55.814 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-03-10 02:24:22.724825610 +0000 2024-03-10T03:05:55.814 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-03-10 02:24:22.724825610 +0000 2024-03-10T03:05:55.814 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: 2024-03-10 02:24:22.724825610 +0000 2024-03-10T03:05:55.814 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-10T03:05:55.879 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-03-10T03:05:55.879 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-03-10T03:05:55.879 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000241996 s, 2.1 MB/s 2024-03-10T03:05:55.880 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-10T03:05:55.936 INFO:tasks.cephadm:Deploying osd.0 on smithi090 with /dev/vg_nvme/lv_4... 2024-03-10T03:05:55.936 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-10T03:05:56.171 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:56.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:56 smithi092 ceph-mon[32612]: Deploying daemon mgr.b on smithi092 2024-03-10T03:05:56.551 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:56 smithi090 ceph-mon[29985]: Deploying daemon mgr.b on smithi092 2024-03-10T03:05:56.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:56 smithi183 ceph-mon[33327]: Deploying daemon mgr.b on smithi092 2024-03-10T03:05:57.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:57 smithi092 ceph-mon[32612]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:57.527 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:57 smithi090 ceph-mon[29985]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:57.687 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:57 smithi183 ceph-mon[33327]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:57.768 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:57 smithi092 ceph-mgr[34000]: -- 172.21.15.92:0/1411339854 <== mon.2 v2:172.21.15.92:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5621ab3f05a0 con 0x5621ab3c4c00 2024-03-10T03:05:57.768 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:57 smithi092 bash[33980]: d0a8c858f8c2012ed0300a09bd93982e5d6d9ced209db34deb91bc11eaf31fc7 2024-03-10T03:05:57.972 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-10T03:05:57.972 INFO:teuthology.orchestra.run.smithi090.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-10T03:05:57.972 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10+0 records in 2024-03-10T03:05:57.972 INFO:teuthology.orchestra.run.smithi090.stderr:10+0 records out 2024-03-10T03:05:57.972 INFO:teuthology.orchestra.run.smithi090.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0118651 s, 884 MB/s 2024-03-10T03:05:57.972 INFO:teuthology.orchestra.run.smithi090.stderr:--> Zapping successful for: 2024-03-10T03:05:58.226 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:57 smithi092 systemd[1]: Started Ceph mgr.b for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:05:58.611 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi090:vg_nvme/lv_4 2024-03-10T03:05:58.726 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:58.250+0000 7f59bd6d7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T03:05:58.726 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:58.347+0000 7f59bd6d7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T03:05:58.846 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:05:59.120 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:58 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.120 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:58 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.120 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:58 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.120 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:58 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.120 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:58 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:59.120 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:58 smithi090 ceph-mon[29985]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:59.120 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:05:58 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.125 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.030+0000 7f59bd6d7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T03:05:59.125 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.123+0000 7f59bd6d7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T03:05:59.126 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.126 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.126 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.126 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.126 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:59.126 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-mon[32612]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:59.126 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:05:58 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:58 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:58 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:58 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:58 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:58 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:05:59.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:58 smithi183 ceph-mon[33327]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:05:59.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:05:58 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:05:59.376 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.266+0000 7f59bd6d7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T03:05:59.376 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.373+0000 7f59bd6d7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T03:05:59.682 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.461+0000 7f59bd6d7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T03:05:59.943 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.738+0000 7f59bd6d7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T03:05:59.943 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.851+0000 7f59bd6d7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T03:05:59.943 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:05:59 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:05:59.941+0000 7f59bd6d7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T03:06:00.218 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:00.037+0000 7f59bd6d7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T03:06:00.218 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:00.215+0000 7f59bd6d7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T03:06:00.474 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:00 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T03:06:00.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:00 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:00.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:00.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:00.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:00.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T03:06:00.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T03:06:00.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:00 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:01.476 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:01.181+0000 7f59bd6d7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T03:06:01.477 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:01.310+0000 7f59bd6d7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T03:06:01.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: Reconfiguring mgr.a (unknown last config time)... 2024-03-10T03:06:01.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: Reconfiguring daemon mgr.a on smithi090 2024-03-10T03:06:01.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:01.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:01.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:01.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:01.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:01.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:01.558 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: Reconfiguring mgr.a (unknown last config time)... 2024-03-10T03:06:01.558 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: Reconfiguring daemon mgr.a on smithi090 2024-03-10T03:06:01.558 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:01.558 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:01.558 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:01.559 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:01.559 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:01.559 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: Reconfiguring mgr.a (unknown last config time)... 2024-03-10T03:06:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: Reconfiguring daemon mgr.a on smithi090 2024-03-10T03:06:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:01.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:01.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:01.932 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:01.647+0000 7f59bd6d7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T03:06:01.932 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:01.737+0000 7f59bd6d7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T03:06:01.932 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:01 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:01.930+0000 7f59bd6d7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:06:02.226 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:02.111+0000 7f59bd6d7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T03:06:02.618 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:02 smithi090 ceph-mon[29985]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:02.619 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:02.619 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:02.619 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:02.619 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:02 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:02.650 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:02.393+0000 7f59bd6d7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:06:02.650 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:02.648+0000 7f59bd6d7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T03:06:02.651 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-mon[32612]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:02.651 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:02.651 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:02.651 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:02.651 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:02.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:02 smithi183 ceph-mon[33327]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi090:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:02.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:02 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:02.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:02 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:02.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:02 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:02.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:02 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:02.976 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:02 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:02.880+0000 7f59bd6d7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T03:06:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:03 smithi090 ceph-mon[29985]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:03.675 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:03 smithi092 ceph-mon[32612]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:03 smithi183 ceph-mon[33327]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:03.976 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:03 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:03.672+0000 7f59bd6d7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T03:06:04.552 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2188251015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d05a35-9ab5-4436-be74-a73e484cfe3c"}]: dispatch 2024-03-10T03:06:04.552 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2188251015' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86d05a35-9ab5-4436-be74-a73e484cfe3c"}]': finished 2024-03-10T03:06:04.552 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-mon[32612]: osdmap e5: 1 total, 0 up, 1 in 2024-03-10T03:06:04.552 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:04.552 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2699526104' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:04.553 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:04.236+0000 7f59bd6d7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T03:06:04.553 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:04.333+0000 7f59bd6d7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T03:06:04.553 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:06:04 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:06:04.549+0000 7f59bd6d7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T03:06:04.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:04 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2188251015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d05a35-9ab5-4436-be74-a73e484cfe3c"}]: dispatch 2024-03-10T03:06:04.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:04 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2188251015' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86d05a35-9ab5-4436-be74-a73e484cfe3c"}]': finished 2024-03-10T03:06:04.678 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:04 smithi090 ceph-mon[29985]: osdmap e5: 1 total, 0 up, 1 in 2024-03-10T03:06:04.678 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:04.678 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:04 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2699526104' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:04.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:04 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2188251015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86d05a35-9ab5-4436-be74-a73e484cfe3c"}]: dispatch 2024-03-10T03:06:04.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:04 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2188251015' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86d05a35-9ab5-4436-be74-a73e484cfe3c"}]': finished 2024-03-10T03:06:04.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:04 smithi183 ceph-mon[33327]: osdmap e5: 1 total, 0 up, 1 in 2024-03-10T03:06:04.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:04 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:04.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:04 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2699526104' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:05.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:05 smithi090 ceph-mon[29985]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:05.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:05 smithi090 ceph-mon[29985]: Standby manager daemon b started 2024-03-10T03:06:05.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:05 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T03:06:05.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:05 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T03:06:05.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:05 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T03:06:05.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:05 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T03:06:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:05 smithi092 ceph-mon[32612]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:05 smithi092 ceph-mon[32612]: Standby manager daemon b started 2024-03-10T03:06:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:05 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T03:06:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:05 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T03:06:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:05 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T03:06:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:05 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T03:06:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:05 smithi183 ceph-mon[33327]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:05 smithi183 ceph-mon[33327]: Standby manager daemon b started 2024-03-10T03:06:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:05 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T03:06:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:05 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T03:06:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:05 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T03:06:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:05 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/1186072260' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T03:06:06.667 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:06 smithi090 ceph-mon[29985]: mgrmap e14: a(active, since 77s), standbys: b 2024-03-10T03:06:06.667 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:06 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T03:06:06.667 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:06 smithi090 ceph-mon[29985]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:06.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:06 smithi092 ceph-mon[32612]: mgrmap e14: a(active, since 77s), standbys: b 2024-03-10T03:06:06.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:06 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T03:06:06.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:06 smithi092 ceph-mon[32612]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:06.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:06 smithi183 ceph-mon[33327]: mgrmap e14: a(active, since 77s), standbys: b 2024-03-10T03:06:06.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:06 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T03:06:06.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:06 smithi183 ceph-mon[33327]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:09.590 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:09 smithi090 ceph-mon[29985]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:09.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:09 smithi092 ceph-mon[32612]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:09.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:09 smithi183 ceph-mon[33327]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:10.624 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:10 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-10T03:06:10.625 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:10 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:10.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:10 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-10T03:06:10.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:10 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:10.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:10 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-10T03:06:10.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:10 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:11.600 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:11 smithi090 ceph-mon[29985]: Deploying daemon osd.0 on smithi090 2024-03-10T03:06:11.600 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:11 smithi090 ceph-mon[29985]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:11.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:11 smithi092 ceph-mon[32612]: Deploying daemon osd.0 on smithi090 2024-03-10T03:06:11.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:11 smithi092 ceph-mon[32612]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:11.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:11 smithi183 ceph-mon[33327]: Deploying daemon osd.0 on smithi090 2024-03-10T03:06:11.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:11 smithi183 ceph-mon[33327]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:13.478 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:13 smithi090 ceph-mon[29985]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:13.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:13 smithi092 ceph-mon[32612]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:13.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:13 smithi183 ceph-mon[33327]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:15.604 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:15 smithi090 ceph-mon[29985]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:15.604 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:15 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:15.604 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:15 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:15.604 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:15 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:15.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:15 smithi092 ceph-mon[32612]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:15.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:15 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:15.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:15 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:15.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:15 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:15 smithi183 ceph-mon[33327]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:15 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:15 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:15 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:17.476 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:17 smithi090 ceph-mon[29985]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:17.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:17 smithi092 ceph-mon[32612]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:17 smithi183 ceph-mon[33327]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:18.076 INFO:teuthology.orchestra.run.smithi090.stdout:Created osd(s) 0 on host 'smithi090' 2024-03-10T03:06:18.683 DEBUG:teuthology.orchestra.run.smithi090:osd.0> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.0.service 2024-03-10T03:06:18.685 INFO:tasks.cephadm:Deploying osd.1 on smithi092 with /dev/vg_nvme/lv_4... 2024-03-10T03:06:18.686 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-10T03:06:18.933 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.b/config 2024-03-10T03:06:19.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:19 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:19 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:19 smithi183 ceph-mon[33327]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-10T03:06:19.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:19 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:19 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:19 smithi183 ceph-mon[33327]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:19.318 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:19 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.318 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:19 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.318 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:19 smithi092 ceph-mon[32612]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-10T03:06:19.318 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:19 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.318 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:19 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.318 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:19 smithi092 ceph-mon[32612]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:19.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:19 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:19 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:19 smithi090 ceph-mon[29985]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-10T03:06:19.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:19 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.422 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:19 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:19.423 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:19 smithi090 ceph-mon[29985]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:20.094 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:20 smithi090 ceph-mon[29985]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-10T03:06:20.094 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:20 smithi090 ceph-mon[29985]: osdmap e6: 1 total, 0 up, 1 in 2024-03-10T03:06:20.094 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:20 smithi090 ceph-mon[29985]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-10T03:06:20.095 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:20 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:20.322 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:20 smithi092 ceph-mon[32612]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-10T03:06:20.322 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:20 smithi092 ceph-mon[32612]: osdmap e6: 1 total, 0 up, 1 in 2024-03-10T03:06:20.322 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:20 smithi092 ceph-mon[32612]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-10T03:06:20.322 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:20 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:20.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:20 smithi183 ceph-mon[33327]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-10T03:06:20.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:20 smithi183 ceph-mon[33327]: osdmap e6: 1 total, 0 up, 1 in 2024-03-10T03:06:20.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:20 smithi183 ceph-mon[33327]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]: dispatch 2024-03-10T03:06:20.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:20 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:20.885 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-10T03:06:20.886 INFO:teuthology.orchestra.run.smithi092.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-10T03:06:20.886 INFO:teuthology.orchestra.run.smithi092.stderr: stderr: 10+0 records in 2024-03-10T03:06:20.886 INFO:teuthology.orchestra.run.smithi092.stderr:10+0 records out 2024-03-10T03:06:20.886 INFO:teuthology.orchestra.run.smithi092.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0130181 s, 805 MB/s 2024-03-10T03:06:20.886 INFO:teuthology.orchestra.run.smithi092.stderr:--> Zapping successful for: 2024-03-10T03:06:20.925 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:06:20 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0[43874]: 2024-03-10T03:06:20.476+0000 7f57d9f6e700 -1 osd.0 0 waiting for initial osdmap 2024-03-10T03:06:20.925 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:06:20 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0[43874]: 2024-03-10T03:06:20.479+0000 7f57d1d59700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-10T03:06:21.216 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:21 smithi092 ceph-mon[32612]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-10T03:06:21.216 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:21 smithi092 ceph-mon[32612]: osdmap e7: 1 total, 0 up, 1 in 2024-03-10T03:06:21.216 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:21 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.216 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:21 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.216 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:21 smithi092 ceph-mon[32612]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:21.216 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:21 smithi092 ceph-mon[32612]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' 2024-03-10T03:06:21.216 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:21 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.260 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:21 smithi090 ceph-mon[29985]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-10T03:06:21.260 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:21 smithi090 ceph-mon[29985]: osdmap e7: 1 total, 0 up, 1 in 2024-03-10T03:06:21.260 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:21 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.260 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:21 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.260 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:21 smithi090 ceph-mon[29985]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:21.260 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:21 smithi090 ceph-mon[29985]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' 2024-03-10T03:06:21.260 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:21 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.504 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi092:vg_nvme/lv_4 2024-03-10T03:06:21.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:21 smithi183 ceph-mon[33327]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-03-10T03:06:21.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:21 smithi183 ceph-mon[33327]: osdmap e7: 1 total, 0 up, 1 in 2024-03-10T03:06:21.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:21 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:21 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:21 smithi183 ceph-mon[33327]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T03:06:21.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:21 smithi183 ceph-mon[33327]: from='osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935]' entity='osd.0' 2024-03-10T03:06:21.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:21 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:21.752 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.b/config 2024-03-10T03:06:22.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: purged_snaps scrub starts 2024-03-10T03:06:22.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: purged_snaps scrub ok 2024-03-10T03:06:22.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935] boot 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: osdmap e8: 1 total, 1 up, 1 in 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:22 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: purged_snaps scrub starts 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: purged_snaps scrub ok 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935] boot 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: osdmap e8: 1 total, 1 up, 1 in 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:22.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:22 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:22.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: purged_snaps scrub starts 2024-03-10T03:06:22.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: purged_snaps scrub ok 2024-03-10T03:06:22.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: osd.0 [v2:172.21.15.90:6802/4280809935,v1:172.21.15.90:6803/4280809935] boot 2024-03-10T03:06:22.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: osdmap e8: 1 total, 1 up, 1 in 2024-03-10T03:06:22.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:06:22.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:06:22.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:22.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:22.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:22.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:22 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:23.114 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:23 smithi092 ceph-mon[32612]: Detected new or changed devices on smithi090 2024-03-10T03:06:23.114 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:23 smithi092 ceph-mon[32612]: Adjusting osd_memory_target on smithi090 to 17088M 2024-03-10T03:06:23.114 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:23 smithi092 ceph-mon[32612]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:23.115 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:23 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:23.115 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:23 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:23.115 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:23 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:23.115 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:23 smithi092 ceph-mon[32612]: osdmap e9: 1 total, 1 up, 1 in 2024-03-10T03:06:23.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:23 smithi090 ceph-mon[29985]: Detected new or changed devices on smithi090 2024-03-10T03:06:23.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:23 smithi090 ceph-mon[29985]: Adjusting osd_memory_target on smithi090 to 17088M 2024-03-10T03:06:23.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:23 smithi090 ceph-mon[29985]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:23.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:23 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:23.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:23 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:23.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:23 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:23.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:23 smithi090 ceph-mon[29985]: osdmap e9: 1 total, 1 up, 1 in 2024-03-10T03:06:23.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:23 smithi183 ceph-mon[33327]: Detected new or changed devices on smithi090 2024-03-10T03:06:23.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:23 smithi183 ceph-mon[33327]: Adjusting osd_memory_target on smithi090 to 17088M 2024-03-10T03:06:23.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:23 smithi183 ceph-mon[33327]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:23.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:23 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:23.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:23 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:23.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:23 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:23.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:23 smithi183 ceph-mon[33327]: osdmap e9: 1 total, 1 up, 1 in 2024-03-10T03:06:24.354 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:24 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:24.354 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:24 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:24.354 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:24 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:24.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:24 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:24.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:24 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:24.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:24 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:24.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:24 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:24.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:24 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:24.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:24 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:25.340 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:25 smithi092 ceph-mon[32612]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:25.340 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:25 smithi092 ceph-mon[32612]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:25.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:25 smithi090 ceph-mon[29985]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:25.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:25 smithi090 ceph-mon[29985]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:25.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:25 smithi183 ceph-mon[33327]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi092:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:25.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:25 smithi183 ceph-mon[33327]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:26.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:26 smithi092 ceph-mon[32612]: from='client.? 172.21.15.92:0/515671983' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]: dispatch 2024-03-10T03:06:26.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:26 smithi092 ceph-mon[32612]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]: dispatch 2024-03-10T03:06:26.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:26 smithi092 ceph-mon[32612]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]': finished 2024-03-10T03:06:26.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:26 smithi092 ceph-mon[32612]: osdmap e10: 2 total, 1 up, 2 in 2024-03-10T03:06:26.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:26 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:26.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:26 smithi183 ceph-mon[33327]: from='client.? 172.21.15.92:0/515671983' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]: dispatch 2024-03-10T03:06:26.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:26 smithi183 ceph-mon[33327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]: dispatch 2024-03-10T03:06:26.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:26 smithi183 ceph-mon[33327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]': finished 2024-03-10T03:06:26.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:26 smithi183 ceph-mon[33327]: osdmap e10: 2 total, 1 up, 2 in 2024-03-10T03:06:26.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:26 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:26 smithi090 ceph-mon[29985]: from='client.? 172.21.15.92:0/515671983' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]: dispatch 2024-03-10T03:06:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:26 smithi090 ceph-mon[29985]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]: dispatch 2024-03-10T03:06:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:26 smithi090 ceph-mon[29985]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98764d80-4ee2-4125-b015-ade0a83b62c6"}]': finished 2024-03-10T03:06:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:26 smithi090 ceph-mon[29985]: osdmap e10: 2 total, 1 up, 2 in 2024-03-10T03:06:26.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:26 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:27.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:27 smithi092 ceph-mon[32612]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:27.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:27 smithi092 ceph-mon[32612]: from='client.? 172.21.15.92:0/1440402542' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:27.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:27 smithi183 ceph-mon[33327]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:27.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:27 smithi183 ceph-mon[33327]: from='client.? 172.21.15.92:0/1440402542' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:27.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:27 smithi090 ceph-mon[29985]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:27.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:27 smithi090 ceph-mon[29985]: from='client.? 172.21.15.92:0/1440402542' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:29.548 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:29 smithi092 ceph-mon[32612]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:29.616 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:29 smithi183 ceph-mon[33327]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:29.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:29 smithi090 ceph-mon[29985]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:31.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:31 smithi090 ceph-mon[29985]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:31.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:31 smithi092 ceph-mon[32612]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:31.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:31 smithi183 ceph-mon[33327]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:33.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:33 smithi092 ceph-mon[32612]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:33.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:33 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-10T03:06:33.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:33 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:33.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:33 smithi092 ceph-mon[32612]: Deploying daemon osd.1 on smithi092 2024-03-10T03:06:33.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:33 smithi090 ceph-mon[29985]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:33.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:33 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-10T03:06:33.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:33 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:33.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:33 smithi090 ceph-mon[29985]: Deploying daemon osd.1 on smithi092 2024-03-10T03:06:33.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:33 smithi183 ceph-mon[33327]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:33.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:33 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-10T03:06:33.788 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:33 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:33.788 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:33 smithi183 ceph-mon[33327]: Deploying daemon osd.1 on smithi092 2024-03-10T03:06:35.475 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:35 smithi092 ceph-mon[32612]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:35.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:35 smithi090 ceph-mon[29985]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:35.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:35 smithi183 ceph-mon[33327]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:37.570 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:37 smithi092 ceph-mon[32612]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:37.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:37 smithi090 ceph-mon[29985]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:37.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:37 smithi183 ceph-mon[33327]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:38.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:38 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:38.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:38 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:38.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:38 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:38.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:38 smithi090 ceph-mon[29985]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:38.976 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:38 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:38.976 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:38 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:38.977 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:38 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:38.977 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:38 smithi092 ceph-mon[32612]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:38 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:38 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:38 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:39.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:38 smithi183 ceph-mon[33327]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:41.149 INFO:teuthology.orchestra.run.smithi092.stdout:Created osd(s) 1 on host 'smithi092' 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: from='osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T03:06:41.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:40 smithi183 ceph-mon[33327]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T03:06:41.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:41.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:41.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:41.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: from='osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T03:06:41.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:40 smithi090 ceph-mon[29985]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: from='osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T03:06:41.439 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:40 smithi092 ceph-mon[32612]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T03:06:41.743 DEBUG:teuthology.orchestra.run.smithi092:osd.1> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.1.service 2024-03-10T03:06:41.745 INFO:tasks.cephadm:Deploying osd.2 on smithi183 with /dev/vg_nvme/lv_4... 2024-03-10T03:06:41.746 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-10T03:06:41.989 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T03:06:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-10T03:06:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: osdmap e11: 2 total, 1 up, 2 in 2024-03-10T03:06:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: from='osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-10T03:06:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:42.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-10T03:06:42.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:42.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:42.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:42 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:42.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-10T03:06:42.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: osdmap e11: 2 total, 1 up, 2 in 2024-03-10T03:06:42.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: from='osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-10T03:06:42.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:42.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-10T03:06:42.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:42.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:42.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:42 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: osdmap e11: 2 total, 1 up, 2 in 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: from='osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:42.445 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:06:42.715 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1[36835]: 2024-03-10T03:06:42.442+0000 7f798c797700 -1 osd.1 0 waiting for initial osdmap 2024-03-10T03:06:42.715 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:06:42 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1[36835]: 2024-03-10T03:06:42.445+0000 7f7984582700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-10T03:06:43.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:43 smithi183 ceph-mon[33327]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-10T03:06:43.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:43 smithi183 ceph-mon[33327]: osdmap e12: 2 total, 1 up, 2 in 2024-03-10T03:06:43.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:43 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:43.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:43 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:43.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:43 smithi183 ceph-mon[33327]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:43.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:43 smithi183 ceph-mon[33327]: from='osd.1 ' entity='osd.1' 2024-03-10T03:06:43.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:43 smithi090 ceph-mon[29985]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-10T03:06:43.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:43 smithi090 ceph-mon[29985]: osdmap e12: 2 total, 1 up, 2 in 2024-03-10T03:06:43.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:43 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:43.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:43 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:43.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:43 smithi090 ceph-mon[29985]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:43.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:43 smithi090 ceph-mon[29985]: from='osd.1 ' entity='osd.1' 2024-03-10T03:06:43.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:43 smithi092 ceph-mon[32612]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2024-03-10T03:06:43.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:43 smithi092 ceph-mon[32612]: osdmap e12: 2 total, 1 up, 2 in 2024-03-10T03:06:43.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:43 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:43.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:43 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:43.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:43 smithi092 ceph-mon[32612]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T03:06:43.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:43 smithi092 ceph-mon[32612]: from='osd.1 ' entity='osd.1' 2024-03-10T03:06:43.838 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-10T03:06:43.839 INFO:teuthology.orchestra.run.smithi183.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-10T03:06:43.839 INFO:teuthology.orchestra.run.smithi183.stderr: stderr: 10+0 records in 2024-03-10T03:06:43.839 INFO:teuthology.orchestra.run.smithi183.stderr:10+0 records out 2024-03-10T03:06:43.839 INFO:teuthology.orchestra.run.smithi183.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115731 s, 906 MB/s 2024-03-10T03:06:43.839 INFO:teuthology.orchestra.run.smithi183.stderr:--> Zapping successful for: 2024-03-10T03:06:44.111 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:44 smithi092 ceph-mon[32612]: purged_snaps scrub starts 2024-03-10T03:06:44.111 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:44 smithi092 ceph-mon[32612]: purged_snaps scrub ok 2024-03-10T03:06:44.111 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:44 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:44.111 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:44 smithi092 ceph-mon[32612]: osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410] boot 2024-03-10T03:06:44.111 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:44 smithi092 ceph-mon[32612]: osdmap e13: 2 total, 2 up, 2 in 2024-03-10T03:06:44.111 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:44 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:44.162 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:44 smithi183 ceph-mon[33327]: purged_snaps scrub starts 2024-03-10T03:06:44.162 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:44 smithi183 ceph-mon[33327]: purged_snaps scrub ok 2024-03-10T03:06:44.162 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:44 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:44.162 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:44 smithi183 ceph-mon[33327]: osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410] boot 2024-03-10T03:06:44.162 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:44 smithi183 ceph-mon[33327]: osdmap e13: 2 total, 2 up, 2 in 2024-03-10T03:06:44.162 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:44 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:44.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:44 smithi090 ceph-mon[29985]: purged_snaps scrub starts 2024-03-10T03:06:44.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:44 smithi090 ceph-mon[29985]: purged_snaps scrub ok 2024-03-10T03:06:44.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:44 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:44.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:44 smithi090 ceph-mon[29985]: osd.1 [v2:172.21.15.92:6800/3841508410,v1:172.21.15.92:6801/3841508410] boot 2024-03-10T03:06:44.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:44 smithi090 ceph-mon[29985]: osdmap e13: 2 total, 2 up, 2 in 2024-03-10T03:06:44.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:44 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:06:44.500 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi183:vg_nvme/lv_4 2024-03-10T03:06:44.744 INFO:teuthology.orchestra.run.smithi183.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: osdmap e14: 2 total, 2 up, 2 in 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:45.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:45.037 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:45 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: osdmap e14: 2 total, 2 up, 2 in 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:45.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:45 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: osdmap e14: 2 total, 2 up, 2 in 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:06:45.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:45 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:06:46.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:46 smithi183 ceph-mon[33327]: Detected new or changed devices on smithi092 2024-03-10T03:06:46.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:46 smithi183 ceph-mon[33327]: Adjusting osd_memory_target on smithi092 to 17088M 2024-03-10T03:06:46.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:46 smithi090 ceph-mon[29985]: Detected new or changed devices on smithi092 2024-03-10T03:06:46.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:46 smithi090 ceph-mon[29985]: Adjusting osd_memory_target on smithi092 to 17088M 2024-03-10T03:06:46.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:46 smithi092 ceph-mon[32612]: Detected new or changed devices on smithi092 2024-03-10T03:06:46.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:46 smithi092 ceph-mon[32612]: Adjusting osd_memory_target on smithi092 to 17088M 2024-03-10T03:06:47.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:47 smithi183 ceph-mon[33327]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:47.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:47 smithi183 ceph-mon[33327]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:47.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:47 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:47.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:47 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:47.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:47 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:47.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:47 smithi090 ceph-mon[29985]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:47.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:47 smithi090 ceph-mon[29985]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:47.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:47 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:47.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:47 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:47.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:47 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:47.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:47 smithi092 ceph-mon[32612]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:47.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:47 smithi092 ceph-mon[32612]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi183:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:06:47.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:47 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T03:06:47.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:47 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T03:06:47.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:47 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:49.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:49 smithi090 ceph-mon[29985]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:49.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:49 smithi090 ceph-mon[29985]: from='client.? 172.21.15.183:0/3284993828' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]: dispatch 2024-03-10T03:06:49.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:49 smithi090 ceph-mon[29985]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]: dispatch 2024-03-10T03:06:49.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:49 smithi090 ceph-mon[29985]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]': finished 2024-03-10T03:06:49.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:49 smithi090 ceph-mon[29985]: osdmap e15: 3 total, 2 up, 3 in 2024-03-10T03:06:49.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:49 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:06:49.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:49 smithi092 ceph-mon[32612]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:49.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:49 smithi092 ceph-mon[32612]: from='client.? 172.21.15.183:0/3284993828' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]: dispatch 2024-03-10T03:06:49.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:49 smithi092 ceph-mon[32612]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]: dispatch 2024-03-10T03:06:49.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:49 smithi092 ceph-mon[32612]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]': finished 2024-03-10T03:06:49.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:49 smithi092 ceph-mon[32612]: osdmap e15: 3 total, 2 up, 3 in 2024-03-10T03:06:49.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:49 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:06:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:49 smithi183 ceph-mon[33327]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:49 smithi183 ceph-mon[33327]: from='client.? 172.21.15.183:0/3284993828' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]: dispatch 2024-03-10T03:06:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:49 smithi183 ceph-mon[33327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]: dispatch 2024-03-10T03:06:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:49 smithi183 ceph-mon[33327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82e494d7-a79f-4e68-98c3-128f9fb9e09b"}]': finished 2024-03-10T03:06:49.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:49 smithi183 ceph-mon[33327]: osdmap e15: 3 total, 2 up, 3 in 2024-03-10T03:06:49.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:49 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:06:50.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:50 smithi090 ceph-mon[29985]: from='client.? 172.21.15.183:0/4240103408' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:50.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:50 smithi092 ceph-mon[32612]: from='client.? 172.21.15.183:0/4240103408' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:50.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:50 smithi183 ceph-mon[33327]: from='client.? 172.21.15.183:0/4240103408' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T03:06:51.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:51 smithi090 ceph-mon[29985]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:51.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:51 smithi092 ceph-mon[32612]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:51.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:51 smithi183 ceph-mon[33327]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:53.512 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:53 smithi183 ceph-mon[33327]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:53 smithi090 ceph-mon[29985]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:53.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:53 smithi092 ceph-mon[32612]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:55 smithi183 ceph-mon[33327]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:55 smithi090 ceph-mon[29985]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:55.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:55 smithi092 ceph-mon[32612]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:56.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:56 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-10T03:06:56.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:56 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:56.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:56 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-10T03:06:56.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:56 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:56.727 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:56 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-10T03:06:56.727 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:56 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:06:57.539 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:57 smithi183 ceph-mon[33327]: Deploying daemon osd.2 on smithi183 2024-03-10T03:06:57.539 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:57 smithi183 ceph-mon[33327]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:57.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:57 smithi090 ceph-mon[29985]: Deploying daemon osd.2 on smithi183 2024-03-10T03:06:57.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:57 smithi090 ceph-mon[29985]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:57.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:57 smithi092 ceph-mon[32612]: Deploying daemon osd.2 on smithi183 2024-03-10T03:06:57.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:57 smithi092 ceph-mon[32612]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:59.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:06:59 smithi183 ceph-mon[33327]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:59.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:06:59 smithi090 ceph-mon[29985]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:06:59.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:06:59 smithi092 ceph-mon[32612]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:01 smithi183 ceph-mon[33327]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:01 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:01.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:01 smithi090 ceph-mon[29985]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:01.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:01.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:01.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:01 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:01.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:01 smithi092 ceph-mon[32612]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:01.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:01.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:01.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:01 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:03 smithi090 ceph-mon[29985]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:03.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:03 smithi092 ceph-mon[32612]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:03 smithi183 ceph-mon[33327]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:04.470 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:04 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.470 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:04 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.471 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:04 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:04.471 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:04 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:04.471 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:04 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.471 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:04 smithi183 ceph-mon[33327]: from='osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T03:07:04.471 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:04 smithi183 ceph-mon[33327]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T03:07:04.532 INFO:teuthology.orchestra.run.smithi183.stdout:Created osd(s) 2 on host 'smithi183' 2024-03-10T03:07:04.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:04.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:04.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:04 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:04 smithi090 ceph-mon[29985]: from='osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T03:07:04.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:04 smithi090 ceph-mon[29985]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T03:07:04.730 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:04 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.731 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:04 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.731 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:04 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:04.731 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:04 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:04.731 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:04 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:04.731 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:04 smithi092 ceph-mon[32612]: from='osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T03:07:04.731 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:04 smithi092 ceph-mon[32612]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T03:07:05.108 DEBUG:teuthology.orchestra.run.smithi183:osd.2> sudo journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.2.service 2024-03-10T03:07:05.111 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-10T03:07:05.112 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd stat -f json 2024-03-10T03:07:05.361 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: from='osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: osdmap e16: 3 total, 2 up, 3 in 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:05.685 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:05 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:05.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:05.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-10T03:07:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: from='osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-03-10T03:07:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: osdmap e16: 3 total, 2 up, 3 in 2024-03-10T03:07:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-03-10T03:07:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:05.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:05 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: from='osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: osdmap e16: 3 total, 2 up, 3 in 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]: dispatch 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:05.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:05.787 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:06.255 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2[37509]: 2024-03-10T03:07:05.843+0000 7f7db7114700 -1 osd.2 0 waiting for initial osdmap 2024-03-10T03:07:06.255 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:05 smithi183 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2[37509]: 2024-03-10T03:07:05.845+0000 7f7daeeff700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-10T03:07:06.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:06 smithi183 ceph-mon[33327]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-03-10T03:07:06.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:06 smithi183 ceph-mon[33327]: osdmap e17: 3 total, 2 up, 3 in 2024-03-10T03:07:06.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:06 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:06.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:06 smithi183 ceph-mon[33327]: from='osd.2 ' entity='osd.2' 2024-03-10T03:07:06.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:06 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:06.639 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:06 smithi090 ceph-mon[29985]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-03-10T03:07:06.639 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:06 smithi090 ceph-mon[29985]: osdmap e17: 3 total, 2 up, 3 in 2024-03-10T03:07:06.639 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:06 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:06.639 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:06 smithi090 ceph-mon[29985]: from='osd.2 ' entity='osd.2' 2024-03-10T03:07:06.639 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:06 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:06.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:06 smithi092 ceph-mon[32612]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi183", "root=default"]}]': finished 2024-03-10T03:07:06.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:06 smithi092 ceph-mon[32612]: osdmap e17: 3 total, 2 up, 3 in 2024-03-10T03:07:06.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:06 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:06.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:06 smithi092 ceph-mon[32612]: from='osd.2 ' entity='osd.2' 2024-03-10T03:07:06.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:06 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:07.063 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:07.617 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:07 smithi090 ceph-mon[29985]: purged_snaps scrub starts 2024-03-10T03:07:07.617 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:07 smithi090 ceph-mon[29985]: purged_snaps scrub ok 2024-03-10T03:07:07.617 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:07 smithi090 ceph-mon[29985]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:07.617 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:07 smithi090 ceph-mon[29985]: osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997] boot 2024-03-10T03:07:07.617 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:07 smithi090 ceph-mon[29985]: osdmap e18: 3 total, 3 up, 3 in 2024-03-10T03:07:07.617 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:07 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:07.617 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:07 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1222607218' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-10T03:07:07.644 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1710040026,"num_in_osds":3,"osd_in_since":1710040009,"num_remapped_pgs":0} 2024-03-10T03:07:07.644 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-10T03:07:07.685 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:07 smithi183 ceph-mon[33327]: purged_snaps scrub starts 2024-03-10T03:07:07.685 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:07 smithi183 ceph-mon[33327]: purged_snaps scrub ok 2024-03-10T03:07:07.685 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:07 smithi183 ceph-mon[33327]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:07.686 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:07 smithi183 ceph-mon[33327]: osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997] boot 2024-03-10T03:07:07.686 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:07 smithi183 ceph-mon[33327]: osdmap e18: 3 total, 3 up, 3 in 2024-03-10T03:07:07.686 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:07 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:07.686 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:07 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/1222607218' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-10T03:07:07.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:07 smithi092 ceph-mon[32612]: purged_snaps scrub starts 2024-03-10T03:07:07.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:07 smithi092 ceph-mon[32612]: purged_snaps scrub ok 2024-03-10T03:07:07.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:07 smithi092 ceph-mon[32612]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T03:07:07.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:07 smithi092 ceph-mon[32612]: osd.2 [v2:172.21.15.183:6800/921817997,v1:172.21.15.183:6801/921817997] boot 2024-03-10T03:07:07.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:07 smithi092 ceph-mon[32612]: osdmap e18: 3 total, 3 up, 3 in 2024-03-10T03:07:07.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:07 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:07.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:07 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/1222607218' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-10T03:07:07.898 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:08.918 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: osdmap e19: 3 total, 3 up, 3 in 2024-03-10T03:07:08.918 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: Detected new or changed devices on smithi183 2024-03-10T03:07:08.918 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:08.918 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:08.918 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:07:08.918 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: Adjusting osd_memory_target on smithi183 to 21184M 2024-03-10T03:07:08.918 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:08.919 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:08.919 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:08.919 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:08.919 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:08.919 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:08 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' 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-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: osdmap e19: 3 total, 3 up, 3 in 2024-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: Detected new or changed devices on smithi183 2024-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: Adjusting osd_memory_target on smithi183 to 21184M 2024-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.227 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:09.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:09.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:09.228 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:08 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' 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-03-10T03:07:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: osdmap e19: 3 total, 3 up, 3 in 2024-03-10T03:07:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: Detected new or changed devices on smithi183 2024-03-10T03:07:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-10T03:07:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: Adjusting osd_memory_target on smithi183 to 21184M 2024-03-10T03:07:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: pgmap v79: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:08 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' 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-03-10T03:07:09.591 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:09.591 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":20,"fsid":"b5297138-de8a-11ee-95c7-87774f69a715","created":"2024-03-10T03:03:44.938089+0000","modified":"2024-03-10T03:07:09.052043+0000","last_up_change":"2024-03-10T03:07:06.848154+0000","last_in_change":"2024-03-10T03:06:49.062927+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-03-10T03:07:08.568108+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"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":"86d05a35-9ab5-4436-be74-a73e484cfe3c","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.90:6802","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6803","nonce":4280809935}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6805","nonce":4280809935}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6809","nonce":4280809935}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6807","nonce":4280809935}]},"public_addr":"172.21.15.90:6803/4280809935","cluster_addr":"172.21.15.90:6805/4280809935","heartbeat_back_addr":"172.21.15.90:6809/4280809935","heartbeat_front_addr":"172.21.15.90:6807/4280809935","state":["exists","up"]},{"osd":1,"uuid":"98764d80-4ee2-4125-b015-ade0a83b62c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6801","nonce":3841508410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6803","nonce":3841508410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6807","nonce":3841508410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6805","nonce":3841508410}]},"public_addr":"172.21.15.92:6801/3841508410","cluster_addr":"172.21.15.92:6803/3841508410","heartbeat_back_addr":"172.21.15.92:6807/3841508410","heartbeat_front_addr":"172.21.15.92:6805/3841508410","state":["exists","up"]},{"osd":2,"uuid":"82e494d7-a79f-4e68-98c3-128f9fb9e09b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6801","nonce":921817997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6803","nonce":921817997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6807","nonce":921817997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6805","nonce":921817997}]},"public_addr":"172.21.15.183:6801/921817997","cluster_addr":"172.21.15.183:6803/921817997","heartbeat_back_addr":"172.21.15.183:6807/921817997","heartbeat_front_addr":"172.21.15.183:6805/921817997","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-03-10T03:06:19.072555+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-03-10T03:06:41.763667+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-03-10T03:07:04.974630+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.90:0/2718842836":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/3418371531":"2024-03-11T03:04:48.239946+0000","172.21.15.90:6801/2166542894":"2024-03-11T03:04:22.025878+0000","172.21.15.90:6801/4104922046":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/2770549959":"2024-03-11T03:04:22.025878+0000","172.21.15.90:6800/4104922046":"2024-03-11T03:04:48.239946+0000","172.21.15.90:6800/2166542894":"2024-03-11T03:04:22.025878+0000","172.21.15.90:0/1104605916":"2024-03-11T03:04:22.025878+0000","172.21.15.90:0/3231725871":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/1198872557":"2024-03-11T03:04:22.025878+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-03-10T03:07:10.144 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:10 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' 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-03-10T03:07:10.144 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:10 smithi090 ceph-mon[29985]: osdmap e20: 3 total, 3 up, 3 in 2024-03-10T03:07:10.144 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:10 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-10T03:07:10.144 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:10 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1437482362' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:10.171 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-10T03:07:08.568108+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {}, '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-03-10T03:07:10.171 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-10T03:07:10.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:10 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' 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-03-10T03:07:10.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:10 smithi183 ceph-mon[33327]: osdmap e20: 3 total, 3 up, 3 in 2024-03-10T03:07:10.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:10 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-10T03:07:10.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:10 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/1437482362' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:10.409 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:10.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:10 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' 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-03-10T03:07:10.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:10 smithi092 ceph-mon[32612]: osdmap e20: 3 total, 3 up, 3 in 2024-03-10T03:07:10.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:10 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-10T03:07:10.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:10 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/1437482362' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:10.673 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48208]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-10T03:07:10.673 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48208]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:10.673 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48208]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:10.673 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48208]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:10.924 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48232]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-10T03:07:10.924 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48232]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:10.924 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48232]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:10.924 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:07:10 smithi090 sudo[48232]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:11.067 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:10 smithi092 sudo[40466]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-10T03:07:11.067 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:10 smithi092 sudo[40466]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:11.067 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:10 smithi092 sudo[40466]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:11.067 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:10 smithi092 sudo[40466]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:11.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:11 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-10T03:07:11.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:11 smithi090 ceph-mon[29985]: osdmap e21: 3 total, 3 up, 3 in 2024-03-10T03:07:11.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:11 smithi090 ceph-mon[29985]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:11.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:11 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:11.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:11 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-10T03:07:11.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:11 smithi183 ceph-mon[33327]: osdmap e21: 3 total, 3 up, 3 in 2024-03-10T03:07:11.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:11 smithi183 ceph-mon[33327]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:11.464 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:11 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:11.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:11 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-10T03:07:11.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:11 smithi092 ceph-mon[32612]: osdmap e21: 3 total, 3 up, 3 in 2024-03-10T03:07:11.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:11 smithi092 ceph-mon[32612]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:11.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:11 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:11.477 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:11 smithi092 sudo[40469]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-10T03:07:11.477 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:11 smithi092 sudo[40469]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:11.477 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:11 smithi092 sudo[40469]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:11.477 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:07:11 smithi092 sudo[40469]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:11.718 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41126]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-10T03:07:11.719 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41126]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:11.719 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41126]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:11.719 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41126]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:12.036 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41129]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-10T03:07:12.036 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41129]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:12.036 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41129]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:12.036 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:07:11 smithi183 sudo[41129]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:12.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:11 smithi090 sudo[48296]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-10T03:07:12.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:11 smithi090 sudo[48296]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:12.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:11 smithi090 sudo[48296]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:12.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 sudo[48296]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:12.444 INFO:teuthology.orchestra.run.smithi090.stdout:pg_num: 1 2024-03-10T03:07:12.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 sudo[48299]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-10T03:07:12.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 sudo[48299]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:12.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 sudo[48299]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:12.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 sudo[48299]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:12.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 ceph-mon[29985]: osdmap e22: 3 total, 3 up, 3 in 2024-03-10T03:07:12.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:12.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:12.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:12 smithi090 ceph-mon[29985]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:12.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 ceph-mon[32612]: osdmap e22: 3 total, 3 up, 3 in 2024-03-10T03:07:12.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:12.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:12.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 ceph-mon[32612]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:12.737 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41132]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-10T03:07:12.737 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41132]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:12.737 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41132]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:12.737 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41132]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:13.033 INFO:tasks.cephadm:Setting up client nodes... 2024-03-10T03:07:13.033 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-10T03:07:13.033 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-10T03:07:13.033 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph mgr dump --format=json 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41135]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41135]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41135]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 sudo[41135]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 ceph-mon[33327]: osdmap e22: 3 total, 3 up, 3 in 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' 2024-03-10T03:07:13.036 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:12 smithi183 ceph-mon[33327]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:13.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 sudo[40472]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-10T03:07:13.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 sudo[40472]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:13.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 sudo[40472]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:13.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:12 smithi092 sudo[40472]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:13.270 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:13.392 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/3891806472' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.393 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:13.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-10T03:07:13.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:13 smithi090 ceph-mon[29985]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/3891806472' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-10T03:07:13.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:13 smithi183 ceph-mon[33327]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 sudo[40475]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 sudo[40475]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 sudo[40475]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 sudo[40475]: pam_unix(sudo:session): session closed for user root 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: pgmap v84: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/3891806472' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='mgr.14150 172.21.15.90:0/2154745125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-10T03:07:13.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:13 smithi092 ceph-mon[32612]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T03:07:15.081 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:15.398 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:15 smithi090 ceph-mon[29985]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:15.398 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:15 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2215412028' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-10T03:07:15.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:15 smithi092 ceph-mon[32612]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:15.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:15 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2215412028' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-10T03:07:15.760 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6800","nonce":3583430989},{"type":"v1","addr":"172.21.15.90:6801","nonce":3583430989}]},"active_addr":"172.21.15.90:6801/3583430989","active_change":"2024-03-10T03:04:48.240073+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/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.0.0","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_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":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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/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.0.0","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_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":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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.90: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.90:0","nonce":3055786616}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.90:0","nonce":3809082879}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.90:0","nonce":3345161114}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.90:0","nonce":2416120929}]}]} 2024-03-10T03:07:15.767 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-10T03:07:15.767 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-10T03:07:15.767 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-10T03:07:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:15 smithi183 ceph-mon[33327]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:15.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:15 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2215412028' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-10T03:07:16.002 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:17.634 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:17.634 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":22,"fsid":"b5297138-de8a-11ee-95c7-87774f69a715","created":"2024-03-10T03:03:44.938089+0000","modified":"2024-03-10T03:07:11.061394+0000","last_up_change":"2024-03-10T03:07:06.848154+0000","last_in_change":"2024-03-10T03:06:49.062927+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-03-10T03:07:08.568108+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"86d05a35-9ab5-4436-be74-a73e484cfe3c","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.90:6802","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6803","nonce":4280809935}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6805","nonce":4280809935}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6809","nonce":4280809935}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6807","nonce":4280809935}]},"public_addr":"172.21.15.90:6803/4280809935","cluster_addr":"172.21.15.90:6805/4280809935","heartbeat_back_addr":"172.21.15.90:6809/4280809935","heartbeat_front_addr":"172.21.15.90:6807/4280809935","state":["exists","up"]},{"osd":1,"uuid":"98764d80-4ee2-4125-b015-ade0a83b62c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6801","nonce":3841508410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6803","nonce":3841508410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6807","nonce":3841508410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6805","nonce":3841508410}]},"public_addr":"172.21.15.92:6801/3841508410","cluster_addr":"172.21.15.92:6803/3841508410","heartbeat_back_addr":"172.21.15.92:6807/3841508410","heartbeat_front_addr":"172.21.15.92:6805/3841508410","state":["exists","up"]},{"osd":2,"uuid":"82e494d7-a79f-4e68-98c3-128f9fb9e09b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6801","nonce":921817997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6803","nonce":921817997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6807","nonce":921817997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6805","nonce":921817997}]},"public_addr":"172.21.15.183:6801/921817997","cluster_addr":"172.21.15.183:6803/921817997","heartbeat_back_addr":"172.21.15.183:6807/921817997","heartbeat_front_addr":"172.21.15.183:6805/921817997","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-03-10T03:06:19.072555+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-03-10T03:06:41.763667+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-03-10T03:07:04.974630+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.90:0/2718842836":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/3418371531":"2024-03-11T03:04:48.239946+0000","172.21.15.90:6801/2166542894":"2024-03-11T03:04:22.025878+0000","172.21.15.90:6801/4104922046":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/2770549959":"2024-03-11T03:04:22.025878+0000","172.21.15.90:6800/4104922046":"2024-03-11T03:04:48.239946+0000","172.21.15.90:6800/2166542894":"2024-03-11T03:04:22.025878+0000","172.21.15.90:0/1104605916":"2024-03-11T03:04:22.025878+0000","172.21.15.90:0/3231725871":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/1198872557":"2024-03-11T03:04:22.025878+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-03-10T03:07:17.634 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:17 smithi090 ceph-mon[29985]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:17.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:17 smithi092 ceph-mon[32612]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:17.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:17 smithi183 ceph-mon[33327]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:18.211 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-10T03:07:18.211 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-10T03:07:18.386 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:18 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2069702330' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:18.449 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:18.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:18 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2069702330' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:18.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:18 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2069702330' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:19.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:19 smithi090 ceph-mon[29985]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:19.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:19 smithi092 ceph-mon[32612]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:19.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:19 smithi183 ceph-mon[33327]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:20.014 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:20.014 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":22,"fsid":"b5297138-de8a-11ee-95c7-87774f69a715","created":"2024-03-10T03:03:44.938089+0000","modified":"2024-03-10T03:07:11.061394+0000","last_up_change":"2024-03-10T03:07:06.848154+0000","last_in_change":"2024-03-10T03:06:49.062927+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-03-10T03:07:08.568108+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"86d05a35-9ab5-4436-be74-a73e484cfe3c","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.90:6802","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6803","nonce":4280809935}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6805","nonce":4280809935}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6809","nonce":4280809935}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":4280809935},{"type":"v1","addr":"172.21.15.90:6807","nonce":4280809935}]},"public_addr":"172.21.15.90:6803/4280809935","cluster_addr":"172.21.15.90:6805/4280809935","heartbeat_back_addr":"172.21.15.90:6809/4280809935","heartbeat_front_addr":"172.21.15.90:6807/4280809935","state":["exists","up"]},{"osd":1,"uuid":"98764d80-4ee2-4125-b015-ade0a83b62c6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6801","nonce":3841508410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6803","nonce":3841508410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6807","nonce":3841508410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":3841508410},{"type":"v1","addr":"172.21.15.92:6805","nonce":3841508410}]},"public_addr":"172.21.15.92:6801/3841508410","cluster_addr":"172.21.15.92:6803/3841508410","heartbeat_back_addr":"172.21.15.92:6807/3841508410","heartbeat_front_addr":"172.21.15.92:6805/3841508410","state":["exists","up"]},{"osd":2,"uuid":"82e494d7-a79f-4e68-98c3-128f9fb9e09b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6800","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6801","nonce":921817997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6802","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6803","nonce":921817997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6806","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6807","nonce":921817997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.183:6804","nonce":921817997},{"type":"v1","addr":"172.21.15.183:6805","nonce":921817997}]},"public_addr":"172.21.15.183:6801/921817997","cluster_addr":"172.21.15.183:6803/921817997","heartbeat_back_addr":"172.21.15.183:6807/921817997","heartbeat_front_addr":"172.21.15.183:6805/921817997","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-03-10T03:06:19.072555+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-03-10T03:06:41.763667+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-03-10T03:07:04.974630+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.90:0/2718842836":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/3418371531":"2024-03-11T03:04:48.239946+0000","172.21.15.90:6801/2166542894":"2024-03-11T03:04:22.025878+0000","172.21.15.90:6801/4104922046":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/2770549959":"2024-03-11T03:04:22.025878+0000","172.21.15.90:6800/4104922046":"2024-03-11T03:04:48.239946+0000","172.21.15.90:6800/2166542894":"2024-03-11T03:04:22.025878+0000","172.21.15.90:0/1104605916":"2024-03-11T03:04:22.025878+0000","172.21.15.90:0/3231725871":"2024-03-11T03:04:48.239946+0000","172.21.15.90:0/1198872557":"2024-03-11T03:04:22.025878+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-03-10T03:07:20.586 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:20 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/1889898988' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:20.588 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-10T03:07:20.588 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-10T03:07:20.589 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-10T03:07:20.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:20 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/1889898988' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:20.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:20 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/1889898988' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T03:07:20.842 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:20.849 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:20.849 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:21.576 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:21 smithi090 ceph-mon[29985]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:21.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:21 smithi092 ceph-mon[32612]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:21.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:21 smithi183 ceph-mon[33327]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:23.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:23 smithi090 ceph-mon[29985]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:23.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:23 smithi092 ceph-mon[32612]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:23.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:23 smithi183 ceph-mon[33327]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:24.044 INFO:teuthology.orchestra.run.smithi090.stdout:77309411335 2024-03-10T03:07:24.044 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-10T03:07:25.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:25 smithi090 ceph-mon[29985]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:25.627 INFO:teuthology.orchestra.run.smithi090.stdout:55834574859 2024-03-10T03:07:25.628 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-10T03:07:25.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:25 smithi092 ceph-mon[32612]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:25.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:25 smithi183 ceph-mon[33327]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:26.305 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:26.312 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:26.701 INFO:teuthology.orchestra.run.smithi090.stdout:34359738384 2024-03-10T03:07:26.702 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-10T03:07:27.576 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:27 smithi090 ceph-mon[29985]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:27.602 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:27 smithi183 ceph-mon[33327]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:27.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:27 smithi092 ceph-mon[32612]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:28.670 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:29.519 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:29 smithi090 ceph-mon[29985]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:29.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:29 smithi092 ceph-mon[32612]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:29.746 INFO:teuthology.orchestra.run.smithi090.stdout:77309411336 2024-03-10T03:07:29.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:29 smithi183 ceph-mon[33327]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:30.472 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411336 for osd.2 2024-03-10T03:07:30.473 DEBUG:teuthology.parallel:result is None 2024-03-10T03:07:30.554 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:30 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/3067695559' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-10T03:07:30.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:30 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/3067695559' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-10T03:07:30.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:30 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/3067695559' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-10T03:07:31.254 INFO:teuthology.orchestra.run.smithi090.stdout:55834574861 2024-03-10T03:07:31.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:31 smithi090 ceph-mon[29985]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:31.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:31 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/2471983789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-10T03:07:31.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:31 smithi092 ceph-mon[32612]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:31.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:31 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/2471983789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-10T03:07:31.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:31 smithi183 ceph-mon[33327]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:31.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:31 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/2471983789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-10T03:07:31.842 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574861 for osd.1 2024-03-10T03:07:31.843 DEBUG:teuthology.parallel:result is None 2024-03-10T03:07:32.227 INFO:teuthology.orchestra.run.smithi090.stdout:34359738385 2024-03-10T03:07:32.544 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:32 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/4262993466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-10T03:07:32.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:32 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/4262993466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-10T03:07:32.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:32 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/4262993466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-10T03:07:32.849 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738385 for osd.0 2024-03-10T03:07:32.850 DEBUG:teuthology.parallel:result is None 2024-03-10T03:07:32.850 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-10T03:07:32.850 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph pg dump --format=json 2024-03-10T03:07:33.083 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:33.492 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:33 smithi090 ceph-mon[29985]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:33.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:33 smithi092 ceph-mon[32612]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:33.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:33 smithi183 ceph-mon[33327]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:34.690 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:34.693 INFO:teuthology.orchestra.run.smithi090.stderr:dumped all 2024-03-10T03:07:35.243 INFO:teuthology.orchestra.run.smithi090.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2024-03-10T03:07:34.270323+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":85212,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002166"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-10T03:07:13.243960+0000","last_change":"2024-03-10T03:07:10.064035+0000","last_active":"2024-03-10T03:07:13.243960+0000","last_peered":"2024-03-10T03:07:13.243960+0000","last_clean":"2024-03-10T03:07:13.243960+0000","last_became_active":"2024-03-10T03:07:10.063699+0000","last_became_peered":"2024-03-10T03:07:10.063699+0000","last_unstale":"2024-03-10T03:07:13.243960+0000","last_undegraded":"2024-03-10T03:07:13.243960+0000","last_fullsized":"2024-03-10T03:07:13.243960+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-10T03:07:09.052043+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-10T03:07:09.052043+0000","last_clean_scrub_stamp":"2024-03-10T03:07:09.052043+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-03-11T07:27:20.889640+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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-03-10T03:07:35.244 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph pg dump --format=json 2024-03-10T03:07:35.481 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:35.601 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:35 smithi090 ceph-mon[29985]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:35.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:35 smithi092 ceph-mon[32612]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:35.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:35 smithi183 ceph-mon[33327]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:36.666 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:36 smithi090 ceph-mon[29985]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:07:36.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:36 smithi092 ceph-mon[32612]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:07:36.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:36 smithi183 ceph-mon[33327]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:07:37.179 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:37.182 INFO:teuthology.orchestra.run.smithi090.stderr:dumped all 2024-03-10T03:07:37.472 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:37 smithi090 ceph-mon[29985]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:37.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:37 smithi092 ceph-mon[32612]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:37.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:37 smithi183 ceph-mon[33327]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:37.987 INFO:teuthology.orchestra.run.smithi090.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2024-03-10T03:07:36.270741+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":85212,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150244,"statfs":{"total":287985106944,"available":287897849856,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002277"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-03-10T03:07:13.243960+0000","last_change":"2024-03-10T03:07:10.064035+0000","last_active":"2024-03-10T03:07:13.243960+0000","last_peered":"2024-03-10T03:07:13.243960+0000","last_clean":"2024-03-10T03:07:13.243960+0000","last_became_active":"2024-03-10T03:07:10.063699+0000","last_became_peered":"2024-03-10T03:07:10.063699+0000","last_unstale":"2024-03-10T03:07:13.243960+0000","last_undegraded":"2024-03-10T03:07:13.243960+0000","last_fullsized":"2024-03-10T03:07:13.243960+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-10T03:07:09.052043+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-10T03:07:09.052043+0000","last_clean_scrub_stamp":"2024-03-10T03:07:09.052043+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-03-11T07:27:20.889640+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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-03-10T03:07:37.987 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-10T03:07:37.987 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-10T03:07:37.987 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-10T03:07:37.987 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph health --format=json 2024-03-10T03:07:38.233 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:38.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:38 smithi183 ceph-mon[33327]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:07:38.638 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:38 smithi090 ceph-mon[29985]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:07:38.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:38 smithi092 ceph-mon[32612]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T03:07:39.579 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:39 smithi090 ceph-mon[29985]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:39.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:39 smithi092 ceph-mon[32612]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:39.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:39 smithi183 ceph-mon[33327]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:40.063 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-03-10T03:07:40.063 INFO:teuthology.orchestra.run.smithi090.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-10T03:07:40.643 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:40 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/3175711720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-10T03:07:40.671 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-10T03:07:40.672 INFO:tasks.cephadm:Setup complete, yielding 2024-03-10T03:07:40.672 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-10T03:07:40.683 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-10T03:07:40.683 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-10T03:07:40.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:40 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/3175711720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-10T03:07:40.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:40 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/3175711720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-10T03:07:40.919 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:41.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:41 smithi090 ceph-mon[29985]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:41.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:41 smithi092 ceph-mon[32612]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:41.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:41 smithi183 ceph-mon[33327]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:43.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:43 smithi090 ceph-mon[29985]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:43.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:43 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/228530984' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-10T03:07:43.675 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: ignoring --setuser ceph since I am not root 2024-03-10T03:07:43.675 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: ignoring --setgroup ceph since I am not root 2024-03-10T03:07:43.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:43 smithi092 ceph-mon[32612]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:43.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:43 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/228530984' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-10T03:07:43.727 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:43 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: ignoring --setuser ceph since I am not root 2024-03-10T03:07:43.727 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:43 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: ignoring --setgroup ceph since I am not root 2024-03-10T03:07:43.727 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:43 smithi092 ceph-mgr[34000]: -- 172.21.15.92:0/3254455715 <== mon.2 v2:172.21.15.92:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5578577805a0 con 0x557857754800 2024-03-10T03:07:43.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:43 smithi183 ceph-mon[33327]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:43.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:43 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/228530984' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-10T03:07:43.967 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-10T03:07:43.994 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-10T03:07:43.995 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-10T03:07:44.226 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:43 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:43.934+0000 7fb67f8a7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T03:07:44.226 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:44 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:44.027+0000 7fb67f8a7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T03:07:44.235 INFO:teuthology.orchestra.run.smithi090.stdout:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:07:44.349 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:43 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:43.947+0000 7f54cf012200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T03:07:44.349 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:44 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:44.044+0000 7f54cf012200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T03:07:44.626 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:44 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/228530984' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-10T03:07:44.626 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:44 smithi090 ceph-mon[29985]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-10T03:07:44.656 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:44 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/228530984' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-10T03:07:44.656 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:44 smithi092 ceph-mon[32612]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-10T03:07:44.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:44 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/228530984' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-10T03:07:44.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:44 smithi183 ceph-mon[33327]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-10T03:07:44.924 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:44 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:44.704+0000 7f54cf012200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T03:07:44.924 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:44 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:44.795+0000 7f54cf012200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T03:07:44.976 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:44 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:44.653+0000 7fb67f8a7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T03:07:44.977 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:44 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:44.745+0000 7fb67f8a7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T03:07:44.977 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:44 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:44.884+0000 7fb67f8a7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T03:07:45.230 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:44 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:44.937+0000 7f54cf012200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T03:07:45.230 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:45.032+0000 7f54cf012200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T03:07:45.231 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:45.114+0000 7f54cf012200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T03:07:45.322 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:44 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:44.978+0000 7fb67f8a7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T03:07:45.322 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:45 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:45.059+0000 7fb67f8a7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T03:07:45.323 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:45 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:45.320+0000 7fb67f8a7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T03:07:45.499 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:45.386+0000 7f54cf012200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T03:07:45.608 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:45 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:45.429+0000 7fb67f8a7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T03:07:45.608 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:45 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:45.513+0000 7fb67f8a7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T03:07:45.608 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:45 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:45.605+0000 7fb67f8a7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T03:07:45.867 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:45.496+0000 7f54cf012200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T03:07:45.874 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:45.586+0000 7f54cf012200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T03:07:45.874 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:45.684+0000 7f54cf012200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T03:07:45.976 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:45 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:45.780+0000 7fb67f8a7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T03:07:46.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:45 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:45.864+0000 7f54cf012200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T03:07:47.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:46 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:46.808+0000 7f54cf012200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T03:07:47.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:46 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:46.935+0000 7f54cf012200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T03:07:47.183 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:46 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:46.725+0000 7fb67f8a7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T03:07:47.183 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:46 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:46.854+0000 7fb67f8a7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T03:07:47.183 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:47 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:47.181+0000 7fb67f8a7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T03:07:47.467 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:47 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:47.270+0000 7fb67f8a7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T03:07:47.467 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:47 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:47.465+0000 7fb67f8a7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:07:47.546 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:47 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:47.261+0000 7f54cf012200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T03:07:47.546 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:47 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:47.349+0000 7f54cf012200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T03:07:47.546 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:47 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:47.544+0000 7f54cf012200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:07:47.726 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:47 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:47.646+0000 7fb67f8a7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T03:07:47.898 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:47 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:47.725+0000 7f54cf012200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T03:07:48.174 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:48 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:48.012+0000 7f54cf012200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:07:48.183 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:47 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:47.927+0000 7fb67f8a7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T03:07:48.183 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:48 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:48.181+0000 7fb67f8a7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T03:07:48.477 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:48 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:48.415+0000 7fb67f8a7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T03:07:48.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:48 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:48.268+0000 7f54cf012200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T03:07:48.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:48 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:48.504+0000 7f54cf012200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T03:07:49.476 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:49 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:49.199+0000 7fb67f8a7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T03:07:49.674 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:49 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:49.296+0000 7f54cf012200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T03:07:50.072 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:49 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:49.760+0000 7fb67f8a7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T03:07:50.073 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:49 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:49.857+0000 7fb67f8a7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T03:07:50.073 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:07:50 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b[33996]: 2024-03-10T03:07:50.070+0000 7fb67f8a7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T03:07:50.142 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:49 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:49.857+0000 7f54cf012200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T03:07:50.142 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:49 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:49.954+0000 7f54cf012200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T03:07:50.380 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:50 smithi092 ceph-mon[32612]: Standby manager daemon b restarted 2024-03-10T03:07:50.380 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:50 smithi092 ceph-mon[32612]: Standby manager daemon b started 2024-03-10T03:07:50.380 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:50 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T03:07:50.380 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:50 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T03:07:50.380 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:50 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T03:07:50.380 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:50 smithi092 ceph-mon[32612]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T03:07:50.394 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:07:50 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:07:50.173+0000 7f54cf012200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T03:07:50.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:50 smithi090 ceph-mon[29985]: Standby manager daemon b restarted 2024-03-10T03:07:50.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:50 smithi090 ceph-mon[29985]: Standby manager daemon b started 2024-03-10T03:07:50.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:50 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T03:07:50.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:50 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T03:07:50.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:50 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T03:07:50.394 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:50 smithi090 ceph-mon[29985]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T03:07:50.395 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:50 smithi183 ceph-mon[33327]: Standby manager daemon b restarted 2024-03-10T03:07:50.395 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:50 smithi183 ceph-mon[33327]: Standby manager daemon b started 2024-03-10T03:07:50.395 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:50 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T03:07:50.395 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:50 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T03:07:50.395 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:50 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T03:07:50.395 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:50 smithi183 ceph-mon[33327]: from='mgr.? 172.21.15.92:0/26536619' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T03:07:51.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-10T03:07:51.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: Active manager daemon a restarted 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: Activating manager daemon a 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: osdmap e23: 3 total, 3 up, 3 in 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: mgrmap e18: a(active, starting, since 0.00992189s), standbys: b 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T03:07:51.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T03:07:51.426 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: Manager daemon a is now available 2024-03-10T03:07:51.426 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:51.426 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:51.426 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T03:07:51.426 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:51 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: Active manager daemon a restarted 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: Activating manager daemon a 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: osdmap e23: 3 total, 3 up, 3 in 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: mgrmap e18: a(active, starting, since 0.00992189s), standbys: b 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:51.448 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: Manager daemon a is now available 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T03:07:51.449 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:51 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T03:07:51.459 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-10T03:07:51.459 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: Active manager daemon a restarted 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: Activating manager daemon a 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: osdmap e23: 3 total, 3 up, 3 in 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: mgrmap e18: a(active, starting, since 0.00992189s), standbys: b 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T03:07:51.460 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T03:07:51.461 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: Manager daemon a is now available 2024-03-10T03:07:51.461 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:51.461 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:51.461 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T03:07:51.461 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:51 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T03:07:52.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: [10/Mar/2024:03:07:50] ENGINE Bus STARTING 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: [10/Mar/2024:03:07:50] ENGINE Serving on https://172.21.15.90:7150 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: [10/Mar/2024:03:07:50] ENGINE Serving on http://172.21.15.90:8765 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: [10/Mar/2024:03:07:50] ENGINE Bus STARTED 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: mgrmap e19: a(active, since 1.01263s), standbys: b 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:52 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: [10/Mar/2024:03:07:50] ENGINE Bus STARTING 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: [10/Mar/2024:03:07:50] ENGINE Serving on https://172.21.15.90:7150 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: [10/Mar/2024:03:07:50] ENGINE Serving on http://172.21.15.90:8765 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: [10/Mar/2024:03:07:50] ENGINE Bus STARTED 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: mgrmap e19: a(active, since 1.01263s), standbys: b 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:52 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: [10/Mar/2024:03:07:50] ENGINE Bus STARTING 2024-03-10T03:07:52.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: [10/Mar/2024:03:07:50] ENGINE Serving on https://172.21.15.90:7150 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: [10/Mar/2024:03:07:50] ENGINE Serving on http://172.21.15.90:8765 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: [10/Mar/2024:03:07:50] ENGINE Bus STARTED 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: mgrmap e19: a(active, since 1.01263s), standbys: b 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:52.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:52 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: osdmap e24: 3 total, 3 up, 3 in 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/3561053198' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:53.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:53 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: osdmap e24: 3 total, 3 up, 3 in 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/3561053198' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:53.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:53 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: pgmap v5: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: osdmap e24: 3 total, 3 up, 3 in 2024-03-10T03:07:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/3561053198' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-10T03:07:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:53.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:53 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/3561053198' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-10T03:07:54.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:54 smithi183 ceph-mon[33327]: osdmap e25: 3 total, 3 up, 3 in 2024-03-10T03:07:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-10T03:07:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:07:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:07:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-10T03:07:54.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T03:07:54.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/3561053198' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-10T03:07:54.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:54 smithi090 ceph-mon[29985]: osdmap e25: 3 total, 3 up, 3 in 2024-03-10T03:07:54.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: Updating smithi090:/etc/ceph/ceph.conf 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: Updating smithi092:/etc/ceph/ceph.conf 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: Updating smithi183:/etc/ceph/ceph.conf 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/3561053198' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-10T03:07:54.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:54 smithi092 ceph-mon[32612]: osdmap e25: 3 total, 3 up, 3 in 2024-03-10T03:07:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: osdmap e26: 3 total, 3 up, 3 in 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: Cluster is now healthy 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-10T03:07:55.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:55.538 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:55.538 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:55.538 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:55 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: osdmap e26: 3 total, 3 up, 3 in 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: Cluster is now healthy 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:55.676 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:55 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Updating smithi183:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Updating smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Updating smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Updating smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: osdmap e26: 3 total, 3 up, 3 in 2024-03-10T03:07:55.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: Cluster is now healthy 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:07:55.728 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:55 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:07:56.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:56 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-10T03:07:56.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:56 smithi183 ceph-mon[33327]: osdmap e27: 3 total, 3 up, 3 in 2024-03-10T03:07:56.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:56 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-10T03:07:56.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:56 smithi090 ceph-mon[29985]: osdmap e27: 3 total, 3 up, 3 in 2024-03-10T03:07:56.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:56 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-10T03:07:56.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:56 smithi092 ceph-mon[32612]: osdmap e27: 3 total, 3 up, 3 in 2024-03-10T03:07:57.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:57 smithi183 ceph-mon[33327]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:57.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:57 smithi183 ceph-mon[33327]: osdmap e28: 3 total, 3 up, 3 in 2024-03-10T03:07:57.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:57 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-10T03:07:57.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:57 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-10T03:07:57.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:57 smithi090 ceph-mon[29985]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:57.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:57 smithi090 ceph-mon[29985]: osdmap e28: 3 total, 3 up, 3 in 2024-03-10T03:07:57.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:57 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-10T03:07:57.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:57 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-10T03:07:57.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:57 smithi092 ceph-mon[32612]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T03:07:57.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:57 smithi092 ceph-mon[32612]: osdmap e28: 3 total, 3 up, 3 in 2024-03-10T03:07:57.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:57 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-10T03:07:57.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:57 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-10T03:07:58.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:58 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-10T03:07:58.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:58 smithi183 ceph-mon[33327]: osdmap e29: 3 total, 3 up, 3 in 2024-03-10T03:07:58.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:58 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-10T03:07:58.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:58 smithi090 ceph-mon[29985]: osdmap e29: 3 total, 3 up, 3 in 2024-03-10T03:07:58.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:58 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-10T03:07:58.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:58 smithi092 ceph-mon[32612]: osdmap e29: 3 total, 3 up, 3 in 2024-03-10T03:07:59.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:59 smithi183 ceph-mon[33327]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-10T03:07:59.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:59 smithi183 ceph-mon[33327]: osdmap e30: 3 total, 3 up, 3 in 2024-03-10T03:07:59.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:59 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-10T03:07:59.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:07:59 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-10T03:07:59.628 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:59 smithi092 ceph-mon[32612]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-10T03:07:59.628 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:59 smithi092 ceph-mon[32612]: osdmap e30: 3 total, 3 up, 3 in 2024-03-10T03:07:59.628 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:59 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-10T03:07:59.628 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:07:59 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-10T03:07:59.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:59 smithi090 ceph-mon[29985]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-10T03:07:59.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:59 smithi090 ceph-mon[29985]: osdmap e30: 3 total, 3 up, 3 in 2024-03-10T03:07:59.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:59 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-10T03:07:59.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:07:59 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-10T03:08:00.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:00 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-10T03:08:00.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:00 smithi183 ceph-mon[33327]: osdmap e31: 3 total, 3 up, 3 in 2024-03-10T03:08:00.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:00 smithi183 ceph-mon[33327]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-10T03:08:00.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:00 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-10T03:08:00.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:00 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-10T03:08:00.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:00 smithi090 ceph-mon[29985]: osdmap e31: 3 total, 3 up, 3 in 2024-03-10T03:08:00.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:00 smithi090 ceph-mon[29985]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-10T03:08:00.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:00 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-10T03:08:00.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:00 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-10T03:08:00.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:00 smithi092 ceph-mon[32612]: osdmap e31: 3 total, 3 up, 3 in 2024-03-10T03:08:00.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:00 smithi092 ceph-mon[32612]: from='client.? 172.21.15.90:0/4184316092' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-10T03:08:00.727 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:00 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-10T03:08:00.838 INFO:teuthology.orchestra.run.smithi090.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: osdmap e32: 3 total, 3 up, 3 in 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi092.guiode", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-10T03:08:01.407 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi092.guiode", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-10T03:08:01.408 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.408 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:01 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:01.433 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-10T03:08:01.442 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi090.front.sepia.ceph.com 2024-03-10T03:08:01.442 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b5297138-de8a-11ee-95c7-87774f69a715 -- bash -c 'set -e 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> set -x 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> TOKENS=$(ceph rgw realm tokens) 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-10T03:08:01.443 DEBUG:teuthology.orchestra.run.smithi090:> ' 2024-03-10T03:08:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-10T03:08:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-10T03:08:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: osdmap e32: 3 total, 3 up, 3 in 2024-03-10T03:08:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:01.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:01.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi092.guiode", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-10T03:08:01.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi092.guiode", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-10T03:08:01.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.537 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:01 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:01.574 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-10T03:08:01.574 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-10T03:08:01.574 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: osdmap e32: 3 total, 3 up, 3 in 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi092.guiode", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi092.guiode", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:01.575 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:01 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:01.677 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T03:08:02.415 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:02 smithi090 ceph-mon[29985]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-10T03:08:02.415 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:02 smithi090 ceph-mon[29985]: Deploying daemon rgw.myrealm1.myzone1.smithi092.guiode on smithi092 2024-03-10T03:08:02.506 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:02 smithi092 ceph-mon[32612]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-10T03:08:02.507 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:02 smithi092 ceph-mon[32612]: Deploying daemon rgw.myrealm1.myzone1.smithi092.guiode on smithi092 2024-03-10T03:08:02.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:02 smithi183 ceph-mon[33327]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-10T03:08:02.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:02 smithi183 ceph-mon[33327]: Deploying daemon rgw.myrealm1.myzone1.smithi092.guiode on smithi092 2024-03-10T03:08:03.129 INFO:teuthology.orchestra.run.smithi090.stderr:+ true 2024-03-10T03:08:03.129 INFO:teuthology.orchestra.run.smithi090.stderr:++ ceph rgw realm tokens 2024-03-10T03:08:03.129 INFO:teuthology.orchestra.run.smithi090.stderr:++ jq -r '.[0].token' 2024-03-10T03:08:03.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-10T03:08:03.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi183.qedqeh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-10T03:08:03.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi183.qedqeh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-10T03:08:03.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:03 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-10T03:08:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi183.qedqeh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-10T03:08:03.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi183.qedqeh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-10T03:08:03.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.675 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:03 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.9 KiB/s wr, 24 op/s 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi183.qedqeh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi183.qedqeh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:03.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:03 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:03.810 INFO:teuthology.orchestra.run.smithi090.stderr:+ TOKEN='master zone has no endpoint' 2024-03-10T03:08:03.810 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo master zone has no endpoint 2024-03-10T03:08:03.810 INFO:teuthology.orchestra.run.smithi090.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-03-10T03:08:03.810 INFO:teuthology.orchestra.run.smithi090.stderr:+ sleep 5 2024-03-10T03:08:03.810 INFO:teuthology.orchestra.run.smithi090.stdout:master zone has no endpoint 2024-03-10T03:08:04.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:04 smithi183 ceph-mon[33327]: Deploying daemon rgw.myrealm1.myzone1.smithi183.qedqeh on smithi183 2024-03-10T03:08:04.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:04 smithi090 ceph-mon[29985]: Deploying daemon rgw.myrealm1.myzone1.smithi183.qedqeh on smithi183 2024-03-10T03:08:04.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:04 smithi092 ceph-mon[32612]: Deploying daemon rgw.myrealm1.myzone1.smithi183.qedqeh on smithi183 2024-03-10T03:08:05.533 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:05 smithi183 ceph-mon[33327]: from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:05.533 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:05 smithi183 ceph-mon[33327]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-10T03:08:05.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:05 smithi090 ceph-mon[29985]: from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:05.674 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:05 smithi090 ceph-mon[29985]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-10T03:08:05.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:05 smithi092 ceph-mon[32612]: from='client.14679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:05.726 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:05 smithi092 ceph-mon[32612]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-10T03:08:07.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiSDJSVFRYVFdVOExESTZWM09DM0oiLAogICAgInNlY3JldCI6ICJnVUpLcHNUSFBVT0hBT0l1R1VHRDY5VnBRWGQzRldlV0l0a05Oajh2Igp9", "zone_endpoints": ["http://smithi092:5500", "http://smithi183:5500"]}]: dispatch 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiSDJSVFRYVFdVOExESTZWM09DM0oiLAogICAgInNlY3JldCI6ICJnVUpLcHNUSFBVT0hBT0l1R1VHRDY5VnBRWGQzRldlV0l0a05Oajh2Igp9", "zone_endpoints": ["http://smithi092:5500", "http://smithi183:5500"]}]: dispatch 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: pgmap v20: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 226 KiB/s rd, 7.7 KiB/s wr, 410 op/s 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:06 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiSDJSVFRYVFdVOExESTZWM09DM0oiLAogICAgInNlY3JldCI6ICJnVUpLcHNUSFBVT0hBT0l1R1VHRDY5VnBRWGQzRldlV0l0a05Oajh2Igp9", "zone_endpoints": ["http://smithi092:5500", "http://smithi183:5500"]}]: dispatch 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiSDJSVFRYVFdVOExESTZWM09DM0oiLAogICAgInNlY3JldCI6ICJnVUpLcHNUSFBVT0hBT0l1R1VHRDY5VnBRWGQzRldlV0l0a05Oajh2Igp9", "zone_endpoints": ["http://smithi092:5500", "http://smithi183:5500"]}]: dispatch 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: pgmap v20: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 226 KiB/s rd, 7.7 KiB/s wr, 410 op/s 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.230 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.231 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.231 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.231 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.231 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:06 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:07.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiSDJSVFRYVFdVOExESTZWM09DM0oiLAogICAgInNlY3JldCI6ICJnVUpLcHNUSFBVT0hBT0l1R1VHRDY5VnBRWGQzRldlV0l0a05Oajh2Igp9", "zone_endpoints": ["http://smithi092:5500", "http://smithi183:5500"]}]: dispatch 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiSDJSVFRYVFdVOExESTZWM09DM0oiLAogICAgInNlY3JldCI6ICJnVUpLcHNUSFBVT0hBT0l1R1VHRDY5VnBRWGQzRldlV0l0a05Oajh2Igp9", "zone_endpoints": ["http://smithi092:5500", "http://smithi183:5500"]}]: dispatch 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: pgmap v20: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 226 KiB/s rd, 7.7 KiB/s wr, 410 op/s 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:07.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:06 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:08.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:07 smithi090 ceph-mon[29985]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-10T03:08:08.226 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:07 smithi092 ceph-mon[32612]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-10T03:08:08.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:07 smithi183 ceph-mon[33327]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-10T03:08:08.813 INFO:teuthology.orchestra.run.smithi090.stderr:+ true 2024-03-10T03:08:08.813 INFO:teuthology.orchestra.run.smithi090.stderr:++ ceph rgw realm tokens 2024-03-10T03:08:08.813 INFO:teuthology.orchestra.run.smithi090.stderr:++ jq -r '.[0].token' 2024-03-10T03:08:09.174 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: Checking dashboard <-> RGW credentials 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 201 KiB/s rd, 6.8 KiB/s wr, 365 op/s 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:09.175 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:09.176 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:09.176 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:09 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.286 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: Checking dashboard <-> RGW credentials 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 201 KiB/s rd, 6.8 KiB/s wr, 365 op/s 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.287 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:09.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:09.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:09.288 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:09 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.478 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: Checking dashboard <-> RGW credentials 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 201 KiB/s rd, 6.8 KiB/s wr, 365 op/s 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T03:08:09.479 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:09 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:09.486 INFO:teuthology.orchestra.run.smithi090.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ== 2024-03-10T03:08:09.486 INFO:teuthology.orchestra.run.smithi090.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ== 2024-03-10T03:08:09.486 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ== 2024-03-10T03:08:09.487 INFO:teuthology.orchestra.run.smithi090.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-10T03:08:09.487 INFO:teuthology.orchestra.run.smithi090.stderr:+ break 2024-03-10T03:08:09.487 INFO:teuthology.orchestra.run.smithi090.stderr:++ ceph rgw realm tokens 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr:+ TOKENS='[ 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr: { 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr: "realm": "myrealm1", 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ==" 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr: } 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr:]' 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ=="' '}' ']' 2024-03-10T03:08:10.155 INFO:teuthology.orchestra.run.smithi090.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-10T03:08:10.157 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-10T03:08:10.157 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ=="' '}' ']' 2024-03-10T03:08:10.157 INFO:teuthology.orchestra.run.smithi090.stderr:+ jq --exit-status '.[0].token' 2024-03-10T03:08:10.159 INFO:teuthology.orchestra.run.smithi090.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjZjMWNlYWJlLWRmNzQtNGIyMS04MjMxLTNjZTk4YmJiZTY4NSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA5Mjo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkgyUlRUWFRXVThMREk2VjNPQzNKIiwKICAgICJzZWNyZXQiOiAiZ1VKS3BzVEhQVU9IQU9JdUdVR0Q2OVZwUVhkM0ZXZVdJdGtOTmo4diIKfQ==" 2024-03-10T03:08:10.160 INFO:teuthology.orchestra.run.smithi090.stderr:++ ceph rgw realm tokens 2024-03-10T03:08:10.160 INFO:teuthology.orchestra.run.smithi090.stderr:++ jq -r '.[0].token' 2024-03-10T03:08:10.160 INFO:teuthology.orchestra.run.smithi090.stderr:++ base64 --decode 2024-03-10T03:08:10.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:10 smithi090 ceph-mon[29985]: Checking dashboard <-> RGW credentials 2024-03-10T03:08:10.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:10 smithi090 ceph-mon[29985]: from='client.15021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:10.476 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:10 smithi092 ceph-mon[32612]: Checking dashboard <-> RGW credentials 2024-03-10T03:08:10.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:10 smithi092 ceph-mon[32612]: from='client.15021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:10.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:10 smithi183 ceph-mon[33327]: Checking dashboard <-> RGW credentials 2024-03-10T03:08:10.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:10 smithi183 ceph-mon[33327]: from='client.15021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr:+ TOKEN_JSON='{ 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr: "realm_name": "myrealm1", 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr: "realm_id": "6c1ceabe-df74-4b21-8231-3ce98bbbe685", 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr: "endpoint": "http://smithi092:5500", 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr: "access_key": "H2RTTXTWU8LDI6V3OC3J", 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr: "secret": "gUJKpsTHPUOHAOIuGUGD69VpQXd3FWeWItkNNj8v" 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr:}' 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"6c1ceabe-df74-4b21-8231-3ce98bbbe685",' '"endpoint":' '"http://smithi092:5500",' '"access_key":' '"H2RTTXTWU8LDI6V3OC3J",' '"secret":' '"gUJKpsTHPUOHAOIuGUGD69VpQXd3FWeWItkNNj8v"' '}' 2024-03-10T03:08:10.838 INFO:teuthology.orchestra.run.smithi090.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-10T03:08:10.840 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-10T03:08:10.840 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"6c1ceabe-df74-4b21-8231-3ce98bbbe685",' '"endpoint":' '"http://smithi092:5500",' '"access_key":' '"H2RTTXTWU8LDI6V3OC3J",' '"secret":' '"gUJKpsTHPUOHAOIuGUGD69VpQXd3FWeWItkNNj8v"' '}' 2024-03-10T03:08:10.840 INFO:teuthology.orchestra.run.smithi090.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-10T03:08:10.843 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-10T03:08:10.843 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"6c1ceabe-df74-4b21-8231-3ce98bbbe685",' '"endpoint":' '"http://smithi092:5500",' '"access_key":' '"H2RTTXTWU8LDI6V3OC3J",' '"secret":' '"gUJKpsTHPUOHAOIuGUGD69VpQXd3FWeWItkNNj8v"' '}' 2024-03-10T03:08:10.843 INFO:teuthology.orchestra.run.smithi090.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-03-10T03:08:10.846 INFO:teuthology.orchestra.run.smithi090.stdout:true 2024-03-10T03:08:10.846 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"6c1ceabe-df74-4b21-8231-3ce98bbbe685",' '"endpoint":' '"http://smithi092:5500",' '"access_key":' '"H2RTTXTWU8LDI6V3OC3J",' '"secret":' '"gUJKpsTHPUOHAOIuGUGD69VpQXd3FWeWItkNNj8v"' '}' 2024-03-10T03:08:10.846 INFO:teuthology.orchestra.run.smithi090.stderr:+ jq --exit-status .access_key 2024-03-10T03:08:10.848 INFO:teuthology.orchestra.run.smithi090.stdout:"H2RTTXTWU8LDI6V3OC3J" 2024-03-10T03:08:10.849 INFO:teuthology.orchestra.run.smithi090.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"6c1ceabe-df74-4b21-8231-3ce98bbbe685",' '"endpoint":' '"http://smithi092:5500",' '"access_key":' '"H2RTTXTWU8LDI6V3OC3J",' '"secret":' '"gUJKpsTHPUOHAOIuGUGD69VpQXd3FWeWItkNNj8v"' '}' 2024-03-10T03:08:10.849 INFO:teuthology.orchestra.run.smithi090.stderr:+ jq --exit-status .secret 2024-03-10T03:08:10.851 INFO:teuthology.orchestra.run.smithi090.stdout:"gUJKpsTHPUOHAOIuGUGD69VpQXd3FWeWItkNNj8v" 2024-03-10T03:08:11.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:11 smithi090 ceph-mon[29985]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:11.424 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:11 smithi090 ceph-mon[29985]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 180 KiB/s rd, 6.1 KiB/s wr, 326 op/s 2024-03-10T03:08:11.425 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:11 smithi090 ceph-mon[29985]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:11.478 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-10T03:08:11.487 INFO:tasks.cephadm:Teardown begin 2024-03-10T03:08:11.488 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:08:11.517 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:08:11.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:11 smithi183 ceph-mon[33327]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:11.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:11 smithi183 ceph-mon[33327]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 180 KiB/s rd, 6.1 KiB/s wr, 326 op/s 2024-03-10T03:08:11.536 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:11 smithi183 ceph-mon[33327]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:11.546 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:11 smithi092 ceph-mon[32612]: from='client.15096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T03:08:11.546 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:11 smithi092 ceph-mon[32612]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 180 KiB/s rd, 6.1 KiB/s wr, 326 op/s 2024-03-10T03:08:11.546 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:11 smithi092 ceph-mon[32612]: from='mgr.14391 172.21.15.90:0/1173931787' entity='mgr.a' 2024-03-10T03:08:11.551 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:08:11.586 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-10T03:08:11.586 DEBUG:teuthology.orchestra.run.smithi090:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-10T03:08:11.601 DEBUG:teuthology.orchestra.run.smithi092:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-10T03:08:11.617 DEBUG:teuthology.orchestra.run.smithi183:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-10T03:08:11.643 INFO:tasks.cephadm:Stopping all daemons... 2024-03-10T03:08:11.643 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-10T03:08:11.643 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a 2024-03-10T03:08:11.924 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:11 smithi090 systemd[1]: Stopping Ceph mon.a for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:12.224 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:11 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a[29981]: 2024-03-10T03:08:11.921+0000 7f3658948700 -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-03-10T03:08:12.224 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:11 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a[29981]: 2024-03-10T03:08:11.921+0000 7f3658948700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-10T03:08:12.224 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:11 smithi090 podman[77000]: 2024-03-10 03:08:11.972909471 +0000 UTC m=+0.142839090 container died fc26f14d14b5d92446254fb8a9cfba78d6e28f76fb9869187b1beaa06b9fe96b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-03-10T03:08:12.599 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:12 smithi090 podman[77000]: 2024-03-10 03:08:12.321503199 +0000 UTC m=+0.491432820 container cleanup fc26f14d14b5d92446254fb8a9cfba78d6e28f76fb9869187b1beaa06b9fe96b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, io.buildah.version=1.33.5, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-03-10T03:08:12.599 INFO:journalctl@ceph.mon.a.smithi090.stdout:Mar 10 03:08:12 smithi090 bash[77000]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-a 2024-03-10T03:08:12.742 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.a.service' 2024-03-10T03:08:12.790 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:12.791 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-10T03:08:12.791 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-10T03:08:12.791 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.b 2024-03-10T03:08:13.099 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:12 smithi092 systemd[1]: Stopping Ceph mon.b for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:13.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:13 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b[32608]: 2024-03-10T03:08:13.096+0000 7f7f70e59700 -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-03-10T03:08:13.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:13 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b[32608]: 2024-03-10T03:08:13.096+0000 7f7f70e59700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-10T03:08:13.477 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:13 smithi092 podman[43285]: 2024-03-10 03:08:13.280396127 +0000 UTC m=+0.293660219 container died 802dd3d0a724f8d39950ee08e9a3c13814f90fa894f51eb0851759a53b7735ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240222, GIT_BRANCH=HEAD, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-03-10T03:08:13.924 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:13 smithi092 podman[43285]: 2024-03-10 03:08:13.621561757 +0000 UTC m=+0.634825840 container cleanup 802dd3d0a724f8d39950ee08e9a3c13814f90fa894f51eb0851759a53b7735ac (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True) 2024-03-10T03:08:13.924 INFO:journalctl@ceph.mon.b.smithi092.stdout:Mar 10 03:08:13 smithi092 bash[43285]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-b 2024-03-10T03:08:14.108 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.b.service' 2024-03-10T03:08:14.155 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:14.156 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-10T03:08:14.156 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-10T03:08:14.156 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.c 2024-03-10T03:08:14.462 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:14 smithi183 systemd[1]: Stopping Ceph mon.c for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:14.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:14 smithi183 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-c[33310]: 2024-03-10T03:08:14.459+0000 7f1f8c801700 -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-03-10T03:08:14.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:14 smithi183 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-c[33310]: 2024-03-10T03:08:14.459+0000 7f1f8c801700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-10T03:08:14.786 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:14 smithi183 podman[43818]: 2024-03-10 03:08:14.592600885 +0000 UTC m=+0.244266629 container died 0f182094587083813f80486e5110bb47f82247329a710592c9faf562f89876b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-c, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240222) 2024-03-10T03:08:15.212 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:14 smithi183 podman[43818]: 2024-03-10 03:08:14.967387875 +0000 UTC m=+0.619053631 container cleanup 0f182094587083813f80486e5110bb47f82247329a710592c9faf562f89876b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-03-10T03:08:15.212 INFO:journalctl@ceph.mon.c.smithi183.stdout:Mar 10 03:08:14 smithi183 bash[43818]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-mon-c 2024-03-10T03:08:15.388 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mon.c.service' 2024-03-10T03:08:15.434 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:15.434 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-10T03:08:15.435 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-10T03:08:15.435 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a 2024-03-10T03:08:15.728 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:15 smithi090 systemd[1]: Stopping Ceph mgr.a for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:16.003 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:15 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:08:15.725+0000 7f54c3a2b700 -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-03-10T03:08:16.003 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:15 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a[30219]: 2024-03-10T03:08:15.725+0000 7f54c3a2b700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-10T03:08:16.004 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:15 smithi090 podman[77122]: 2024-03-10 03:08:15.757265636 +0000 UTC m=+0.133116251 container died 72377c5946aba1dfb6164bbb6d8a9d2afa6a2cfbb18a1ef22bfa33200302ef26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a, GIT_BRANCH=HEAD, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-03-10T03:08:16.255 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:16 smithi090 podman[77122]: 2024-03-10 03:08:16.077593445 +0000 UTC m=+0.453444068 container cleanup 72377c5946aba1dfb6164bbb6d8a9d2afa6a2cfbb18a1ef22bfa33200302ef26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-03-10T03:08:16.256 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:16 smithi090 bash[77122]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a 2024-03-10T03:08:16.503 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a.service' 2024-03-10T03:08:16.527 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:16 smithi090 podman[77136]: 2024-03-10 03:08:16.254205435 +0000 UTC m=+0.498489657 container remove 72377c5946aba1dfb6164bbb6d8a9d2afa6a2cfbb18a1ef22bfa33200302ef26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240222, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, maintainer=Guillaume Abrioux ) 2024-03-10T03:08:16.527 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:16 smithi090 systemd[1]: ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a.service: Deactivated successfully. 2024-03-10T03:08:16.527 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:16 smithi090 systemd[1]: Stopped Ceph mgr.a for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:08:16.527 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Mar 10 03:08:16 smithi090 systemd[1]: ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.a.service: Consumed 54.027s CPU time. 2024-03-10T03:08:16.539 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:16.539 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-10T03:08:16.539 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-10T03:08:16.540 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.b 2024-03-10T03:08:16.847 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:08:16 smithi092 systemd[1]: Stopping Ceph mgr.b for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:17.135 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:08:16 smithi092 podman[43408]: 2024-03-10 03:08:16.846231286 +0000 UTC m=+0.123722048 container died d0a8c858f8c2012ed0300a09bd93982e5d6d9ced209db34deb91bc11eaf31fc7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b, org.label-schema.build-date=20240222, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18) 2024-03-10T03:08:17.477 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:08:17 smithi092 podman[43408]: 2024-03-10 03:08:17.233463559 +0000 UTC m=+0.510954321 container cleanup d0a8c858f8c2012ed0300a09bd93982e5d6d9ced209db34deb91bc11eaf31fc7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-03-10T03:08:17.477 INFO:journalctl@ceph.mgr.b.smithi092.stdout:Mar 10 03:08:17 smithi092 bash[43408]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-mgr-b 2024-03-10T03:08:17.648 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@mgr.b.service' 2024-03-10T03:08:17.684 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:17.684 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-10T03:08:17.684 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-10T03:08:17.684 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.0 2024-03-10T03:08:17.984 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:17 smithi090 systemd[1]: Stopping Ceph osd.0 for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:18.424 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0[43874]: 2024-03-10T03:08:17.981+0000 7f57daf70700 -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-03-10T03:08:18.424 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0[43874]: 2024-03-10T03:08:17.981+0000 7f57daf70700 -1 osd.0 32 *** Got signal Terminated *** 2024-03-10T03:08:18.424 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:17 smithi090 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0[43874]: 2024-03-10T03:08:17.981+0000 7f57daf70700 -1 osd.0 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-10T03:08:23.627 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:23 smithi090 podman[77242]: 2024-03-10 03:08:23.367024594 +0000 UTC m=+5.494820577 container died 45cabe6284a0270f4a6ac9e7744f4e495d9c06992f39615a33acc9f5800a9bef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240222, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-10T03:08:23.924 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:23 smithi090 podman[77242]: 2024-03-10 03:08:23.69954458 +0000 UTC m=+5.827340542 container cleanup 45cabe6284a0270f4a6ac9e7744f4e495d9c06992f39615a33acc9f5800a9bef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240222) 2024-03-10T03:08:23.925 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:23 smithi090 bash[77242]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0 2024-03-10T03:08:23.925 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:23 smithi090 podman[77259]: 2024-03-10 03:08:23.867278415 +0000 UTC m=+0.498153188 container remove 45cabe6284a0270f4a6ac9e7744f4e495d9c06992f39615a33acc9f5800a9bef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-10T03:08:24.573 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:24 smithi090 podman[77347]: 2024-03-10 03:08:24.294606157 +0000 UTC m=+0.101925264 container create d942cf52a8eff0b6691b025748183a7c5ebbf01a37f9b3c2b39ce64b58ae5d9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-03-10T03:08:24.574 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:24 smithi090 podman[77347]: 2024-03-10 03:08:24.211515899 +0000 UTC m=+0.018834971 image pull 01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada 2024-03-10T03:08:24.574 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:24 smithi090 podman[77347]: 2024-03-10 03:08:24.497202179 +0000 UTC m=+0.304521248 container init d942cf52a8eff0b6691b025748183a7c5ebbf01a37f9b3c2b39ce64b58ae5d9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0-deactivate, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, org.label-schema.license=GPLv2, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-10T03:08:24.574 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:24 smithi090 podman[77347]: 2024-03-10 03:08:24.500154563 +0000 UTC m=+0.307473633 container start d942cf52a8eff0b6691b025748183a7c5ebbf01a37f9b3c2b39ce64b58ae5d9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-10T03:08:24.574 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:24 smithi090 podman[77347]: 2024-03-10 03:08:24.572064486 +0000 UTC m=+0.379383569 container attach d942cf52a8eff0b6691b025748183a7c5ebbf01a37f9b3c2b39ce64b58ae5d9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240222, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.vendor=CentOS, ceph=True) 2024-03-10T03:08:24.924 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:24 smithi090 podman[77347]: 2024-03-10 03:08:24.793119114 +0000 UTC m=+0.600438179 container died d942cf52a8eff0b6691b025748183a7c5ebbf01a37f9b3c2b39ce64b58ae5d9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0-deactivate, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-10T03:08:25.373 INFO:journalctl@ceph.osd.0.smithi090.stdout:Mar 10 03:08:25 smithi090 podman[77373]: 2024-03-10 03:08:25.350758931 +0000 UTC m=+0.548418968 container remove d942cf52a8eff0b6691b025748183a7c5ebbf01a37f9b3c2b39ce64b58ae5d9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-0-deactivate, org.label-schema.build-date=20240222, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2) 2024-03-10T03:08:25.379 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.0.service' 2024-03-10T03:08:25.426 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:25.426 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-10T03:08:25.426 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-10T03:08:25.426 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.1 2024-03-10T03:08:25.726 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:25 smithi092 systemd[1]: Stopping Ceph osd.1 for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:26.226 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:25 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1[36835]: 2024-03-10T03:08:25.794+0000 7f798d799700 -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-03-10T03:08:26.227 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:25 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1[36835]: 2024-03-10T03:08:25.794+0000 7f798d799700 -1 osd.1 32 *** Got signal Terminated *** 2024-03-10T03:08:26.227 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:25 smithi092 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1[36835]: 2024-03-10T03:08:25.794+0000 7f798d799700 -1 osd.1 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-10T03:08:31.530 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:31 smithi092 podman[43528]: 2024-03-10 03:08:31.229499631 +0000 UTC m=+5.613870218 container died e5c9b161199f6cca104bca541d4af83bd5a79e701dee8a2e5a1ddef1acc5715c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1, io.buildah.version=1.33.5, org.label-schema.build-date=20240222, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-03-10T03:08:31.880 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:31 smithi092 podman[43528]: 2024-03-10 03:08:31.619138895 +0000 UTC m=+6.003509490 container cleanup e5c9b161199f6cca104bca541d4af83bd5a79e701dee8a2e5a1ddef1acc5715c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240222) 2024-03-10T03:08:31.880 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:31 smithi092 bash[43528]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1 2024-03-10T03:08:32.168 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:31 smithi092 podman[43547]: 2024-03-10 03:08:31.878532471 +0000 UTC m=+0.639883532 container remove e5c9b161199f6cca104bca541d4af83bd5a79e701dee8a2e5a1ddef1acc5715c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, io.buildah.version=1.33.5, org.label-schema.build-date=20240222, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-10T03:08:32.475 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:32 smithi092 podman[43638]: 2024-03-10 03:08:32.069897651 +0000 UTC m=+0.017485188 image pull 01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada 2024-03-10T03:08:32.475 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:32 smithi092 podman[43638]: 2024-03-10 03:08:32.170992464 +0000 UTC m=+0.118579981 container create e02f6960d4856469bcecfa066ef298dce7d411896df95177327964296603dfba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240222, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, CEPH_POINT_RELEASE=, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-03-10T03:08:32.475 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:32 smithi092 podman[43638]: 2024-03-10 03:08:32.389992676 +0000 UTC m=+0.337580203 container init e02f6960d4856469bcecfa066ef298dce7d411896df95177327964296603dfba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1-deactivate, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-03-10T03:08:32.475 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:32 smithi092 podman[43638]: 2024-03-10 03:08:32.393175483 +0000 UTC m=+0.340763003 container start e02f6960d4856469bcecfa066ef298dce7d411896df95177327964296603dfba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.license=GPLv2) 2024-03-10T03:08:32.475 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:32 smithi092 podman[43638]: 2024-03-10 03:08:32.473266839 +0000 UTC m=+0.420854355 container attach e02f6960d4856469bcecfa066ef298dce7d411896df95177327964296603dfba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1-deactivate, org.label-schema.build-date=20240222, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-03-10T03:08:32.726 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:32 smithi092 podman[43638]: 2024-03-10 03:08:32.683376755 +0000 UTC m=+0.630964279 container died e02f6960d4856469bcecfa066ef298dce7d411896df95177327964296603dfba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240222, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-10T03:08:33.175 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.1.service' 2024-03-10T03:08:33.203 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:33 smithi092 podman[43664]: 2024-03-10 03:08:33.151851371 +0000 UTC m=+0.463576359 container remove e02f6960d4856469bcecfa066ef298dce7d411896df95177327964296603dfba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240222, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18) 2024-03-10T03:08:33.204 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:33 smithi092 systemd[1]: ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.1.service: Deactivated successfully. 2024-03-10T03:08:33.204 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:33 smithi092 systemd[1]: Stopped Ceph osd.1 for b5297138-de8a-11ee-95c7-87774f69a715. 2024-03-10T03:08:33.204 INFO:journalctl@ceph.osd.1.smithi092.stdout:Mar 10 03:08:33 smithi092 systemd[1]: ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.1.service: Consumed 5.151s CPU time. 2024-03-10T03:08:33.215 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:33.216 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-10T03:08:33.216 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-10T03:08:33.216 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.2 2024-03-10T03:08:33.508 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:33 smithi183 systemd[1]: Stopping Ceph osd.2 for b5297138-de8a-11ee-95c7-87774f69a715... 2024-03-10T03:08:33.786 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:33 smithi183 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2[37509]: 2024-03-10T03:08:33.602+0000 7f7db8116700 -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-03-10T03:08:33.786 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:33 smithi183 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2[37509]: 2024-03-10T03:08:33.602+0000 7f7db8116700 -1 osd.2 32 *** Got signal Terminated *** 2024-03-10T03:08:33.786 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:33 smithi183 ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2[37509]: 2024-03-10T03:08:33.602+0000 7f7db8116700 -1 osd.2 32 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-10T03:08:39.413 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:39 smithi183 podman[43940]: 2024-03-10 03:08:39.144677353 +0000 UTC m=+5.737437090 container died 89d9be6c68f941bc6a5935e23df5a7dc929c99032dac658f0740af844245b64a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-03-10T03:08:39.772 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:39 smithi183 podman[43940]: 2024-03-10 03:08:39.560825956 +0000 UTC m=+6.153585703 container cleanup 89d9be6c68f941bc6a5935e23df5a7dc929c99032dac658f0740af844245b64a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, ceph=True, org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-03-10T03:08:39.772 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:39 smithi183 bash[43940]: ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2 2024-03-10T03:08:40.036 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:39 smithi183 podman[43969]: 2024-03-10 03:08:39.77058156 +0000 UTC m=+0.627266049 container remove 89d9be6c68f941bc6a5935e23df5a7dc929c99032dac658f0740af844245b64a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.build-date=20240222, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18) 2024-03-10T03:08:40.483 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:40 smithi183 podman[44058]: 2024-03-10 03:08:40.075486567 +0000 UTC m=+0.017825378 image pull 01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada 2024-03-10T03:08:40.484 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:40 smithi183 podman[44058]: 2024-03-10 03:08:40.179670154 +0000 UTC m=+0.122008948 container create 7bc421c31b635674b6ac64c38be0950576b70f3f2002d794c66b3ea0fc00acd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2-deactivate, ceph=True, org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8) 2024-03-10T03:08:40.484 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:40 smithi183 podman[44058]: 2024-03-10 03:08:40.398556868 +0000 UTC m=+0.340895663 container init 7bc421c31b635674b6ac64c38be0950576b70f3f2002d794c66b3ea0fc00acd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2-deactivate, io.buildah.version=1.33.5, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240222, org.label-schema.license=GPLv2) 2024-03-10T03:08:40.484 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:40 smithi183 podman[44058]: 2024-03-10 03:08:40.401712342 +0000 UTC m=+0.344051140 container start 7bc421c31b635674b6ac64c38be0950576b70f3f2002d794c66b3ea0fc00acd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240222, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8) 2024-03-10T03:08:40.484 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:40 smithi183 podman[44058]: 2024-03-10 03:08:40.48204893 +0000 UTC m=+0.424387728 container attach 7bc421c31b635674b6ac64c38be0950576b70f3f2002d794c66b3ea0fc00acd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2-deactivate, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-03-10T03:08:40.786 INFO:journalctl@ceph.osd.2.smithi183.stdout:Mar 10 03:08:40 smithi183 podman[44058]: 2024-03-10 03:08:40.699956693 +0000 UTC m=+0.642295490 container died 7bc421c31b635674b6ac64c38be0950576b70f3f2002d794c66b3ea0fc00acd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada, name=ceph-b5297138-de8a-11ee-95c7-87774f69a715-osd-2-deactivate, org.label-schema.build-date=20240222, GIT_COMMIT=918ebec1af6f745255c974e3941e386838a94fd8, RELEASE=wip-yuri4-testing-2024-03-05-0854-831bc18, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-03-10T03:08:41.274 DEBUG:teuthology.orchestra.run.smithi183:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b5297138-de8a-11ee-95c7-87774f69a715@osd.2.service' 2024-03-10T03:08:41.317 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T03:08:41.317 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-10T03:08:41.317 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5297138-de8a-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-10T03:08:41.512 INFO:teuthology.orchestra.run.smithi090.stdout:Deleting cluster with fsid: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:08:42.643 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5297138-de8a-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-10T03:08:42.831 INFO:teuthology.orchestra.run.smithi092.stdout:Deleting cluster with fsid: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:08:55.291 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5297138-de8a-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-10T03:08:55.481 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:09:07.656 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:09:07.692 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:09:07.726 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T03:09:07.755 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-10T03:09:07.758 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi090/crash 2024-03-10T03:09:07.759 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash -- . 2024-03-10T03:09:07.809 INFO:teuthology.orchestra.run.smithi090.stderr:tar: /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-10T03:09:07.809 INFO:teuthology.orchestra.run.smithi090.stderr:tar: Error is not recoverable: exiting now 2024-03-10T03:09:07.811 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi092/crash 2024-03-10T03:09:07.812 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash -- . 2024-03-10T03:09:07.860 INFO:teuthology.orchestra.run.smithi092.stderr:tar: /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-10T03:09:07.860 INFO:teuthology.orchestra.run.smithi092.stderr:tar: Error is not recoverable: exiting now 2024-03-10T03:09:07.862 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi183/crash 2024-03-10T03:09:07.863 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash -- . 2024-03-10T03:09:07.905 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/lib/ceph/b5297138-de8a-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-10T03:09:07.905 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2024-03-10T03:09:07.906 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-10T03:09:07.907 DEBUG:teuthology.orchestra.run.smithi090:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T03:09:07.938 INFO:teuthology.orchestra.run.smithi090.stdout:2024-03-10T03:07:53.206028+0000 mon.a (mon.0) 467 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T03:09:07.938 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-10T03:09:07.939 DEBUG:teuthology.orchestra.run.smithi090:> sudo egrep '\[SEC\]' /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T03:09:08.010 DEBUG:teuthology.orchestra.run.smithi090:> sudo egrep '\[ERR\]' /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T03:09:08.080 DEBUG:teuthology.orchestra.run.smithi090:> sudo egrep '\[WRN\]' /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T03:09:08.150 INFO:teuthology.orchestra.run.smithi090.stdout:2024-03-10T03:07:53.206028+0000 mon.a (mon.0) 467 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T03:09:08.150 INFO:tasks.cephadm:Compressing logs... 2024-03-10T03:09:08.150 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T03:09:08.192 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T03:09:08.195 DEBUG:teuthology.orchestra.run.smithi183:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-10T03:09:08.218 INFO:teuthology.orchestra.run.smithi090.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-10T03:09:08.218 INFO:teuthology.orchestra.run.smithi090.stderr:: No such file or directory 2024-03-10T03:09:08.218 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.a.log 2024-03-10T03:09:08.218 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log 2024-03-10T03:09:08.218 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mgr.a.log 2024-03-10T03:09:08.218 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.a.log: /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.0.log 2024-03-10T03:09:08.218 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log 2024-03-10T03:09:08.220 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log 2024-03-10T03:09:08.220 INFO:teuthology.orchestra.run.smithi090.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-10T03:09:08.220 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log 2024-03-10T03:09:08.220 INFO:teuthology.orchestra.run.smithi090.stderr: 89.2% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log.gz 2024-03-10T03:09:08.220 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log: 83.0% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log.gz 2024-03-10T03:09:08.220 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log: 84.7% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log.gz 2024-03-10T03:09:08.223 INFO:teuthology.orchestra.run.smithi092.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-10T03:09:08.223 INFO:teuthology.orchestra.run.smithi092.stderr:: No such file or directory 2024-03-10T03:09:08.223 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.1.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.1.log: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mgr.b.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr: 89.2% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log.gz 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr: 81.3% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log.gz 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.b.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log: 83.8% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log.gz 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi092.guiode.log 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.b.log: /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi092.guiode.log: 71.3% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi092.guiode.log.gz 2024-03-10T03:09:08.224 INFO:teuthology.orchestra.run.smithi092.stderr: 90.9% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log.gz 2024-03-10T03:09:08.225 INFO:teuthology.orchestra.run.smithi090.stderr: 91.1% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log.gz 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr: /var/log/ceph/cephadm.log 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi183.qedqeh.log 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr: 89.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi183.qedqeh.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log 2024-03-10T03:09:08.228 INFO:teuthology.orchestra.run.smithi183.stderr: 71.4% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi183.qedqeh.log.gz 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.2.log 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log: 89.3% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.audit.log.gz 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi183.stderr: 81.3% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.cephadm.log.gz 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.c.log 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi183.stderr: 84.1% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph.log.gz 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log: /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-volume.log.gz 2024-03-10T03:09:08.229 INFO:teuthology.orchestra.run.smithi092.stderr: 90.0% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mgr.b.log.gz 2024-03-10T03:09:08.268 INFO:teuthology.orchestra.run.smithi183.stderr: 92.5% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.c.log.gz 2024-03-10T03:09:08.276 INFO:teuthology.orchestra.run.smithi090.stderr: 89.4% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mgr.a.log.gz 2024-03-10T03:09:08.278 INFO:teuthology.orchestra.run.smithi092.stderr: 92.3% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.b.log.gz 2024-03-10T03:09:08.382 INFO:teuthology.orchestra.run.smithi090.stderr: 91.6% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-mon.a.log.gz 2024-03-10T03:09:08.744 INFO:teuthology.orchestra.run.smithi090.stderr: 93.9% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.0.log.gz 2024-03-10T03:09:08.746 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-03-10T03:09:08.746 INFO:teuthology.orchestra.run.smithi090.stderr:real 0m0.541s 2024-03-10T03:09:08.746 INFO:teuthology.orchestra.run.smithi090.stderr:user 0m0.734s 2024-03-10T03:09:08.746 INFO:teuthology.orchestra.run.smithi090.stderr:sys 0m0.052s 2024-03-10T03:09:08.752 INFO:teuthology.orchestra.run.smithi092.stderr: 94.0% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.1.log.gz 2024-03-10T03:09:08.753 INFO:teuthology.orchestra.run.smithi092.stderr: 2024-03-10T03:09:08.753 INFO:teuthology.orchestra.run.smithi092.stderr:real 0m0.547s 2024-03-10T03:09:08.754 INFO:teuthology.orchestra.run.smithi092.stderr:user 0m0.585s 2024-03-10T03:09:08.754 INFO:teuthology.orchestra.run.smithi092.stderr:sys 0m0.044s 2024-03-10T03:09:08.763 INFO:teuthology.orchestra.run.smithi183.stderr: 93.9% -- replaced with /var/log/ceph/b5297138-de8a-11ee-95c7-87774f69a715/ceph-osd.2.log.gz 2024-03-10T03:09:08.765 INFO:teuthology.orchestra.run.smithi183.stderr: 2024-03-10T03:09:08.765 INFO:teuthology.orchestra.run.smithi183.stderr:real 0m0.556s 2024-03-10T03:09:08.765 INFO:teuthology.orchestra.run.smithi183.stderr:user 0m0.584s 2024-03-10T03:09:08.765 INFO:teuthology.orchestra.run.smithi183.stderr:sys 0m0.036s 2024-03-10T03:09:08.765 INFO:tasks.cephadm:Archiving logs... 2024-03-10T03:09:08.765 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi090/log 2024-03-10T03:09:08.766 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-10T03:09:08.947 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi092/log 2024-03-10T03:09:08.948 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-10T03:09:09.069 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi183/log 2024-03-10T03:09:09.070 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-10T03:09:09.209 INFO:tasks.cephadm:Removing cluster... 2024-03-10T03:09:09.209 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5297138-de8a-11ee-95c7-87774f69a715 --force 2024-03-10T03:09:09.388 INFO:teuthology.orchestra.run.smithi090.stdout:Deleting cluster with fsid: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:09:09.638 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5297138-de8a-11ee-95c7-87774f69a715 --force 2024-03-10T03:09:09.819 INFO:teuthology.orchestra.run.smithi092.stdout:Deleting cluster with fsid: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:09:10.073 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b5297138-de8a-11ee-95c7-87774f69a715 --force 2024-03-10T03:09:10.253 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: b5297138-de8a-11ee-95c7-87774f69a715 2024-03-10T03:09:10.506 INFO:tasks.cephadm:Removing cephadm ... 2024-03-10T03:09:10.506 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-10T03:09:10.523 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-10T03:09:10.539 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-10T03:09:10.555 INFO:tasks.cephadm:Teardown complete 2024-03-10T03:09:10.555 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-10T03:09:10.565 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-03-10T03:09:10.566 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-10T03:09:10.568 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-10T03:09:10.581 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-10T03:09:10.691 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-10T03:09:10.700 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-10T03:09:10.700 DEBUG:teuthology.orchestra.run.smithi090:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-10T03:09:10.703 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-10T03:09:10.705 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-10T03:09:10.716 INFO:teuthology.orchestra.run.smithi090.stderr:bash: line 1: ntpq: command not found 2024-03-10T03:09:10.717 INFO:teuthology.orchestra.run.smithi092.stderr:bash: line 1: ntpq: command not found 2024-03-10T03:09:10.718 INFO:teuthology.orchestra.run.smithi183.stderr:bash: line 1: ntpq: command not found 2024-03-10T03:09:10.720 INFO:teuthology.orchestra.run.smithi090.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-10T03:09:10.720 INFO:teuthology.orchestra.run.smithi090.stdout:=============================================================================== 2024-03-10T03:09:10.720 INFO:teuthology.orchestra.run.smithi090.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 +704us[ +704us] +/- 136ms 2024-03-10T03:09:10.720 INFO:teuthology.orchestra.run.smithi090.stdout:^* hv02.front.sepia.ceph.com 3 7 377 51 -509us[ -522us] +/- 62ms 2024-03-10T03:09:10.720 INFO:teuthology.orchestra.run.smithi090.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 53 +205us[ +192us] +/- 81ms 2024-03-10T03:09:10.720 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T03:09:10.722 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-10T03:09:10.722 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-03-10T03:09:10.722 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 +696us[ +696us] +/- 136ms 2024-03-10T03:09:10.722 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv02.front.sepia.ceph.com 3 8 377 246 -501us[ -508us] +/- 59ms 2024-03-10T03:09:10.722 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv03.front.sepia.ceph.com 3 8 377 120 +199us[ +199us] +/- 80ms 2024-03-10T03:09:10.722 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T03:09:10.727 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-10T03:09:10.727 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2024-03-10T03:09:10.727 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 +716us[ +716us] +/- 136ms 2024-03-10T03:09:10.727 INFO:teuthology.orchestra.run.smithi183.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -531us[ -550us] +/- 62ms 2024-03-10T03:09:10.727 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 49 +223us[ +204us] +/- 81ms 2024-03-10T03:09:10.727 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-10T03:09:10.727 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-10T03:09:10.736 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-10T03:09:10.736 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-10T03:09:10.786 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T03:09:10.862 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T03:09:10.931 DEBUG:teuthology.orchestra.run.smithi183:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-10T03:09:10.999 DEBUG:teuthology.orchestra.run.smithi090:> 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 2024-03-10T03:09:11.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T03:09:11.032 DEBUG:teuthology.orchestra.run.smithi092:> 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 2024-03-10T03:09:11.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T03:09:11.062 DEBUG:teuthology.orchestra.run.smithi183:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-03-10T03:09:11.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T03:09:11.092 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-10T03:09:11.101 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-10T03:09:11.137 INFO:teuthology.task.internal:Duration was 3083.302147 seconds 2024-03-10T03:09:11.137 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-10T03:09:11.186 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-10T03:09:11.187 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-10T03:09:11.189 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-10T03:09:11.191 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-10T03:09:11.232 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-10T03:09:11.234 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-10T03:09:11.234 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-10T03:09:11.574 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-10T03:09:11.574 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi090.front.sepia.ceph.com 2024-03-10T03:09:11.574 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T03:09:11.595 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2024-03-10T03:09:11.595 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T03:09:11.624 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2024-03-10T03:09:11.624 DEBUG:teuthology.orchestra.run.smithi183:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-10T03:09:11.646 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-10T03:09:11.646 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-10T03:09:11.648 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-10T03:09:11.666 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-10T03:09:11.714 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-10T03:09:11.715 DEBUG:teuthology.orchestra.run.smithi090:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-10T03:09:11.718 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-10T03:09:11.734 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-10T03:09:11.881 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-10T03:09:11.892 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-10T03:09:11.892 DEBUG:teuthology.orchestra.run.smithi090:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-10T03:09:11.919 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-10T03:09:11.946 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-10T03:09:11.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-10T03:09:11.983 DEBUG:teuthology.orchestra.run.smithi090:> 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-03-10T03:09:11.986 DEBUG:teuthology.orchestra.run.smithi092:> 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-03-10T03:09:11.988 DEBUG:teuthology.orchestra.run.smithi183:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-10T03:09:12.008 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = core 2024-03-10T03:09:12.011 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2024-03-10T03:09:12.038 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2024-03-10T03:09:12.091 DEBUG:teuthology.orchestra.run.smithi090:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-10T03:09:12.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T03:09:12.105 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-10T03:09:12.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T03:09:12.120 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-10T03:09:12.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T03:09:12.145 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-10T03:09:12.155 INFO:teuthology.task.internal:Transferring archived files... 2024-03-10T03:09:12.156 DEBUG:teuthology.misc:Transferring archived files from smithi090:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi090 2024-03-10T03:09:12.156 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-10T03:09:12.194 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi092 2024-03-10T03:09:12.194 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-10T03:09:12.229 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831/remote/smithi183 2024-03-10T03:09:12.230 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-10T03:09:12.266 INFO:teuthology.task.internal:Removing archive directory... 2024-03-10T03:09:12.266 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-10T03:09:12.268 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-10T03:09:12.270 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-10T03:09:12.315 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-10T03:09:12.328 INFO:teuthology.task.internal:Not uploading archives. 2024-03-10T03:09:12.328 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-10T03:09:12.362 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-10T03:09:12.362 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-10T03:09:12.364 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-10T03:09:12.366 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-10T03:09:12.376 INFO:teuthology.orchestra.run.smithi090.stdout: 265814 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 10 03:09 /home/ubuntu/cephtest 2024-03-10T03:09:12.378 INFO:teuthology.orchestra.run.smithi092.stdout: 265300 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 10 03:09 /home/ubuntu/cephtest 2024-03-10T03:09:12.383 INFO:teuthology.orchestra.run.smithi183.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 10 03:09 /home/ubuntu/cephtest 2024-03-10T03:09:12.384 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-10T03:09:12.413 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-10T03:09:12.513 INFO:teuthology.nuke:Checking targets against current locks 2024-03-10T03:09:12.542 DEBUG:teuthology.nuke:shortname: smithi090 2024-03-10T03:09:12.543 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T03:09:12.564 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831', '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-03-10 02:04:19.246941', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDbVDzbYZPe81JJ5gbvWciJZC8VdkLV6zEUM6i8swf+2duLPrysA3D3ruRQo6H05V7ZPGSMydMiNVRjEFQr7ToI='} 2024-03-10T03:09:12.568 DEBUG:teuthology.nuke:shortname: smithi092 2024-03-10T03:09:12.568 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T03:09:12.594 DEBUG:teuthology.nuke:shortname: smithi183 2024-03-10T03:09:12.594 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T03:09:12.600 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831', '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-03-10 02:04:19.248269', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDpBZq04vZjK6QqoCXAtyjBe0+qGE+Kt0IHqdVc68g73i5sZZli8e7stRfC9RttHWi+nO+LpSjQChcTt2wtfaTI='} 2024-03-10T03:09:12.624 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587831', '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-03-10 02:04:19.245417', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBLSD+7kIRHGFyKXCnqOKH++jDsGqZSvlCSBw7RF8xG1tGpArkaz+sWlcQoSmlkR4XS78e0ISKUtJJg3Wpo2ig='} 2024-03-10T03:09:12.634 INFO:teuthology.orchestra.console.smithi090:Power off 2024-03-10T03:09:12.635 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-10T03:09:12.658 DEBUG:teuthology.orchestra.console.smithi090:power off output: Chassis Power Control: Down/Off 2024-03-10T03:09:12.659 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:12.675 INFO:teuthology.orchestra.console.smithi092:Power off 2024-03-10T03:09:12.675 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-10T03:09:12.689 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-03-10T03:09:12.700 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2024-03-10T03:09:12.700 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:12.718 INFO:teuthology.orchestra.console.smithi183:Power off 2024-03-10T03:09:12.718 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-10T03:09:12.734 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-03-10T03:09:12.741 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2024-03-10T03:09:12.741 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:12.768 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-03-10T03:09:16.691 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:16.736 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:16.769 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:16.803 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-03-10T03:09:16.847 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-03-10T03:09:16.878 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-03-10T03:09:20.806 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:20.848 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:20.879 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:20.916 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is off 2024-03-10T03:09:20.958 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2024-03-10T03:09:20.988 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-03-10T03:09:21.017 INFO:teuthology.orchestra.console.smithi090:Power off completed 2024-03-10T03:09:21.059 INFO:teuthology.orchestra.console.smithi092:Power off completed 2024-03-10T03:09:24.992 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T03:09:25.102 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2024-03-10T03:09:25.203 INFO:teuthology.orchestra.console.smithi183:Power off completed 2024-03-10T03:09:25.307 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 3083.3021466732025 failure_reason: '"2024-03-10T03:07:53.206028+0000 mon.a (mon.0) 467 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-10T03:09:25.307 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-10T03:09:25.396 INFO:teuthology.run:FAIL