2024-05-21T16:10:24.307 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-21T16:10:24.307 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712 --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --owner scheduled_adking@teuthology --verbose -- /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712/orig.config.yaml 2024-05-21T16:10:24.341 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T16:10:24.427 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712 branch: wip-adk-testing-2024-05-20-1421 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: adking@redhat.com first_in_suite: false job_id: '7718712' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-20-1421 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-20-1421 sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1329 sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e sleep_before_teardown: 0 subset: 1/18 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-20-1421 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+3BzZtD9BzchLpDm6ytiminvfGfGmFcR9+Mib5aQnrwBozhwm6+zc0eUQvRw417kkyc0V1kEdZ2KzfY7R6m7I= smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG9k7NiEZymQu6CVUfH1orSjqJiP1FfBd+pw0VrutdHuqeeyS3h1MjuIwc530rvF+7UsIzYuxvPkbWHnvwl6aPs= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-21_14:52:39 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-21T16:10:24.427 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa; will attempt to use it 2024-05-21T16:10:24.428 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks 2024-05-21T16:10:24.428 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-21T16:10:24.429 INFO:teuthology.task.internal:Checking packages... 2024-05-21T16:10:24.450 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e' 2024-05-21T16:10:24.450 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-21T16:10:24.450 INFO:teuthology.packaging:ref: None 2024-05-21T16:10:24.450 INFO:teuthology.packaging:tag: None 2024-05-21T16:10:24.450 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-20-1421 2024-05-21T16:10:24.450 INFO:teuthology.packaging:sha1: a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:10:24.451 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-05-20-1421 2024-05-21T16:10:24.691 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3868.ga2b47860 2024-05-21T16:10:24.693 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-21T16:10:24.699 INFO:teuthology.task.internal:no buildpackages task found 2024-05-21T16:10:24.699 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-21T16:10:24.880 INFO:teuthology.task.internal:Saving configuration 2024-05-21T16:10:24.893 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-21T16:10:24.932 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-21T16:10:24.953 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-21 16:05:48.603877', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+3BzZtD9BzchLpDm6ytiminvfGfGmFcR9+Mib5aQnrwBozhwm6+zc0eUQvRw417kkyc0V1kEdZ2KzfY7R6m7I='} 2024-05-21T16:10:24.977 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-21 16:05:48.602488', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG9k7NiEZymQu6CVUfH1orSjqJiP1FfBd+pw0VrutdHuqeeyS3h1MjuIwc530rvF+7UsIzYuxvPkbWHnvwl6aPs='} 2024-05-21T16:10:24.977 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-21T16:10:25.032 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-21T16:10:25.032 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-21T16:10:25.032 INFO:teuthology.run_tasks:Running task console_log... 2024-05-21T16:10:25.179 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff1fcfd3be0>, signals=[15]) 2024-05-21T16:10:25.179 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-21T16:10:25.216 INFO:teuthology.task.internal:Opening connections... 2024-05-21T16:10:25.216 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-05-21T16:10:25.217 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:10:25.297 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-05-21T16:10:25.298 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:10:25.373 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-21T16:10:25.379 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-05-21T16:10:25.398 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-05-21T16:10:25.398 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="9" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="9" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el9" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-05-21T16:10:25.457 INFO:teuthology.orchestra.run.smithi045.stdout:LOGO="fedora-logo-icon" 2024-05-21T16:10:25.458 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-21T16:10:25.458 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-05-21T16:10:25.458 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-21T16:10:25.458 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-21T16:10:25.458 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-21T16:10:25.458 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-05-21T16:10:25.485 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-05-21T16:10:25.504 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-05-21T16:10:25.504 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="9" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="9" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el9" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:LOGO="fedora-logo-icon" 2024-05-21T16:10:25.563 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-21T16:10:25.564 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2024-05-21T16:10:25.564 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-21T16:10:25.564 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-21T16:10:25.564 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-21T16:10:25.564 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-05-21T16:10:25.636 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-21T16:10:25.644 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-21T16:10:25.722 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-21T16:10:25.722 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-05-21T16:10:25.725 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-05-21T16:10:25.743 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-21T16:10:25.797 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-21T16:10:25.798 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-05-21T16:10:25.801 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-05-21T16:10:25.831 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-21T16:10:25.913 INFO:teuthology.run_tasks:Running task kernel... 2024-05-21T16:10:25.932 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-21T16:10:25.932 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-21T16:10:25.932 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T16:10:25.933 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T16:10:25.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:25.950 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-05-21T16:10:25.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:10:25.951 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-05-21T16:10:26.008 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-437.el9.x86_64 2024-05-21T16:10:26.008 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.14.0-437.el9.x86_64 2024-05-21T16:10:26.008 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-05-21T16:10:26.009 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-437.el9.x86_64 2024-05-21T16:10:26.009 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.14.0-437.el9.x86_64 2024-05-21T16:10:26.009 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2024-05-21T16:10:28.319 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.1 MB 00:00 2024-05-21T16:10:29.805 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 3.7 MB/s | 8.1 MB 00:02 2024-05-21T16:10:30.070 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - AppStream 31 MB/s | 19 MB 00:00 2024-05-21T16:10:34.180 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 5.9 MB/s | 19 MB 00:03 2024-05-21T16:10:35.738 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.2 MB 00:01 2024-05-21T16:10:37.396 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-05-21T16:10:39.072 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 5.2 MB/s | 6.2 MB 00:01 2024-05-21T16:10:40.523 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 16 kB 00:00 2024-05-21T16:10:41.549 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-05-21T16:10:46.924 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 47 kB/s | 1.7 kB 00:00 2024-05-21T16:10:48.847 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-21T16:10:48.847 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-21T16:10:48.944 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-05-21T16:10:48.949 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-21T16:10:48.949 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-05-21T16:10:48.949 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-21T16:10:48.949 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-05-21T16:10:48.949 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 5.14.0-447.el9 baseos 576 k 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 5.14.0-447.el9 baseos 16 M 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 5.14.0-447.el9 baseos 34 M 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core x86_64 5.14.0-447.el9 baseos 28 M 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-05-21T16:10:48.950 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:10:48.951 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 78 M 2024-05-21T16:10:48.951 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 123 M 2024-05-21T16:10:48.951 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-05-21T16:10:49.892 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): kernel-5.14.0-447.el9.x86_64.rpm 859 kB/s | 576 kB 00:00 2024-05-21T16:10:56.182 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-05-21T16:10:57.817 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): kernel-modules-5.14.0-447.el9.x86_64.rpm 4.0 MB/s | 34 MB 00:08 2024-05-21T16:11:01.529 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-21T16:11:02.158 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): kernel-core-5.14.0-447.el9.x86_64.rpm 1.2 MB/s | 16 MB 00:12 2024-05-21T16:11:03.460 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-21T16:11:03.460 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-21T16:11:03.551 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-05-21T16:11:03.556 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-21T16:11:03.556 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-05-21T16:11:03.556 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-21T16:11:03.556 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-05-21T16:11:03.556 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 5.14.0-447.el9 baseos 576 k 2024-05-21T16:11:03.556 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-05-21T16:11:03.556 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core x86_64 5.14.0-447.el9 baseos 16 M 2024-05-21T16:11:03.557 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules x86_64 5.14.0-447.el9 baseos 34 M 2024-05-21T16:11:03.557 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core x86_64 5.14.0-447.el9 baseos 28 M 2024-05-21T16:11:03.557 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-21T16:11:03.557 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-05-21T16:11:03.557 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-05-21T16:11:03.557 INFO:teuthology.orchestra.run.smithi053.stdout:Install 4 Packages 2024-05-21T16:11:03.557 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-21T16:11:03.558 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 78 M 2024-05-21T16:11:03.558 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 123 M 2024-05-21T16:11:03.558 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-05-21T16:11:04.514 INFO:teuthology.orchestra.run.smithi053.stdout:(1/4): kernel-5.14.0-447.el9.x86_64.rpm 844 kB/s | 576 kB 00:00 2024-05-21T16:11:20.463 INFO:teuthology.orchestra.run.smithi053.stdout:(2/4): kernel-core-5.14.0-447.el9.x86_64.rpm 955 kB/s | 16 MB 00:16 2024-05-21T16:11:23.289 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): kernel-modules-core-5.14.0-447.el9.x86_6 860 kB/s | 28 MB 00:33 2024-05-21T16:11:23.289 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:11:23.289 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.3 MB/s | 78 MB 00:34 2024-05-21T16:11:24.006 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-05-21T16:11:24.386 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-05-21T16:11:24.386 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-05-21T16:11:25.392 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-05-21T16:11:25.392 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-05-21T16:11:27.897 INFO:teuthology.orchestra.run.smithi053.stdout:(3/4): kernel-modules-core-5.14.0-447.el9.x86_6 1.2 MB/s | 28 MB 00:23 2024-05-21T16:11:27.949 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-05-21T16:11:28.584 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-core-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:11:28.672 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:11:31.462 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:11:31.603 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:11:36.681 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:11:36.731 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:41.412 INFO:teuthology.orchestra.run.smithi053.stdout:(4/4): kernel-modules-5.14.0-447.el9.x86_64.rpm 927 kB/s | 34 MB 00:37 2024-05-21T16:11:41.412 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:11:41.412 INFO:teuthology.orchestra.run.smithi053.stdout:Total 2.1 MB/s | 78 MB 00:37 2024-05-21T16:11:41.830 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:42.118 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-05-21T16:11:42.581 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-05-21T16:11:42.581 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-05-21T16:11:43.553 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-05-21T16:11:43.553 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-05-21T16:11:46.073 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-05-21T16:11:46.706 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-core-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:11:46.795 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:11:49.578 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:11:49.706 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:11:54.782 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:11:54.826 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:11:59.927 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:12.676 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:12.717 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:13.069 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:13.069 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:12:13.069 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:12:13.069 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:12:13.877 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:13.877 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:12:13.878 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-05-21T16:12:13.878 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-5.14.0-447.el9.x86_64 2024-05-21T16:12:13.878 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core-5.14.0-447.el9.x86_64 2024-05-21T16:12:13.878 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-5.14.0-447.el9.x86_64 2024-05-21T16:12:13.878 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core-5.14.0-447.el9.x86_64 2024-05-21T16:12:13.878 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:12:13.879 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-05-21T16:12:14.206 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:12:14.284 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:12:14.285 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:12:14.285 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-447.el9.x86_64 2024-05-21T16:12:14.285 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T16:12:14.285 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T16:12:14.285 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-21T16:12:14.285 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T16:12:14.285 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:12:14.337 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:12:14.337 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:12:14.338 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2024-05-21T16:12:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2024-05-21T16:12:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2024-05-21T16:12:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.06 2024-05-21T16:12:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 68.el9 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Group : Unspecified 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 8264254 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : builder@centos.org 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-21T16:12:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:12:14.376 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2024-05-21T16:12:14.377 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-21T16:12:14.377 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 5.14.0-447.el9.x86_64 2024-05-21T16:12:14.377 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-21T16:12:15.020 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-05-21T16:12:16.527 INFO:teuthology.orchestra.run.smithi045.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-21T16:12:16.563 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-05-21T16:12:16.566 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-05-21T16:12:16.584 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.ZPYIG8LFw8 2024-05-21T16:12:16.584 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZPYIG8LFw8 2024-05-21T16:12:16.650 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.ZPYIG8LFw8 2024-05-21T16:12:16.787 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.ZPYIG8LFw8 is 6KB 2024-05-21T16:12:16.808 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.ZPYIG8LFw8 2024-05-21T16:12:16.822 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2024-05-21T16:12:16.884 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-21T16:12:16.884 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-21T16:12:16.884 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-21T16:12:16.885 INFO:teuthology.orchestra.run.smithi045.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64.conf 2024-05-21T16:12:16.886 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64 2024-05-21T16:12:17.157 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-05-21T16:12:30.938 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:30.976 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:31.285 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:31.285 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-5.14.0-447.el9.x86_64 1/4 2024-05-21T16:12:31.285 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-core-5.14.0-447.el9.x86_64 2/4 2024-05-21T16:12:31.285 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-5.14.0-447.el9.x86_64 3/4 2024-05-21T16:12:32.112 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-core-5.14.0-447.el9.x86_64 4/4 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-5.14.0-447.el9.x86_64 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core-5.14.0-447.el9.x86_64 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-5.14.0-447.el9.x86_64 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core-5.14.0-447.el9.x86_64 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-21T16:12:32.113 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-05-21T16:12:32.455 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:12:32.538 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:12:32.539 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:12:32.539 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-447.el9.x86_64 2024-05-21T16:12:32.539 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T16:12:32.539 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T16:12:32.539 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-21T16:12:32.539 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T16:12:32.539 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-05-21T16:12:32.591 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-447.el9.x86_64 2024-05-21T16:12:32.591 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-447.el9.x86_64 2024-05-21T16:12:32.592 DEBUG:teuthology.orchestra.run.smithi053:> sudo rpm -qi grub2-tools 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Name : grub2-tools 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Epoch : 1 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Version : 2.06 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Release : 68.el9 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: x86_64 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Group : Unspecified 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Size : 8264254 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:License : GPLv3+ 2024-05-21T16:12:32.623 INFO:teuthology.orchestra.run.smithi053.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:Packager : builder@centos.org 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:Vendor : CentOS 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:Summary : Support tools for GRUB. 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:Description : 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-21T16:12:32.624 INFO:teuthology.orchestra.run.smithi053.stdout:hardware devices. 2024-05-21T16:12:32.625 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-05-21T16:12:32.625 INFO:teuthology.orchestra.run.smithi053.stdout:This subpackage provides tools for support of all platforms. 2024-05-21T16:12:32.626 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-21T16:12:32.626 INFO:teuthology.task.kernel:Updating grub on smithi053 to boot 5.14.0-447.el9.x86_64 2024-05-21T16:12:32.626 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-21T16:12:33.243 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-05-21T16:12:34.604 INFO:teuthology.orchestra.run.smithi053.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-21T16:12:34.640 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-05-21T16:12:34.642 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-05-21T16:12:34.658 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.8MqzMgVfmw 2024-05-21T16:12:34.659 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8MqzMgVfmw 2024-05-21T16:12:34.724 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.8MqzMgVfmw 2024-05-21T16:12:34.859 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.8MqzMgVfmw is 6KB 2024-05-21T16:12:34.907 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.8MqzMgVfmw 2024-05-21T16:12:34.923 DEBUG:teuthology.orchestra.run.smithi053:> sudo /bin/ls /boot/loader/entries || true 2024-05-21T16:12:34.984 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-21T16:12:34.985 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-21T16:12:34.985 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-21T16:12:34.985 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64.conf 2024-05-21T16:12:34.986 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-447.el9.x86_64 2024-05-21T16:12:35.147 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-05-21T16:12:47.170 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-21T16:12:47.171 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-21T16:12:47.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:13:05.166 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-21T16:13:05.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-21T16:13:05.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:13:05.694 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-05-21T16:13:14.702 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-21T16:13:14.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:13:23.618 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-05-21T16:13:32.628 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-21T16:13:32.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:13:51.007 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-05-21T16:14:03.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-21T16:14:03.020 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:14:03.375 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-05-21T16:14:03.830 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-21T16:14:03.831 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-447.el9.x86_64"... 2024-05-21T16:14:03.831 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-05-21T16:14:03.846 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-447.el9.x86_64 2024-05-21T16:14:03.849 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-447.el9.x86_64 vs 5.14.0-447.el9.x86_64 2024-05-21T16:14:03.849 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T16:14:03.850 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-21T16:14:04.850 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-21T16:14:04.850 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T16:14:04.918 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-05-21T16:14:04.967 DEBUG:teuthology.parallel:result is None 2024-05-21T16:14:14.705 DEBUG:teuthology.orchestra.remote:timed out 2024-05-21T16:14:26.705 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-21T16:14:26.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:14:27.118 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-05-21T16:14:27.474 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-21T16:14:27.474 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-447.el9.x86_64"... 2024-05-21T16:14:27.475 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-05-21T16:14:27.491 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-447.el9.x86_64 2024-05-21T16:14:27.492 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-447.el9.x86_64 vs 5.14.0-447.el9.x86_64 2024-05-21T16:14:27.492 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T16:14:27.492 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-21T16:14:28.493 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-21T16:14:28.494 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T16:14:28.577 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-05-21T16:14:28.622 DEBUG:teuthology.parallel:result is None 2024-05-21T16:14:28.622 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-21T16:14:28.629 INFO:teuthology.task.internal:Creating test directory... 2024-05-21T16:14:28.629 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T16:14:28.632 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T16:14:28.653 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-21T16:14:28.721 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-21T16:14:28.776 INFO:teuthology.task.internal:Creating archive directory... 2024-05-21T16:14:28.777 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T16:14:28.779 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T16:14:28.821 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-21T16:14:28.828 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-21T16:14:28.828 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-21T16:14:28.860 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-21T16:14:28.892 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:14:28.897 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:14:28.904 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:14:28.909 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T16:14:28.911 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-21T16:14:28.918 INFO:teuthology.task.internal:Configuring sudo... 2024-05-21T16:14:28.919 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T16:14:28.954 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T16:14:28.983 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-21T16:14:28.992 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-21T16:14:28.992 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T16:14:29.024 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T16:14:29.041 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:14:29.123 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:14:29.180 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:14:29.265 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:14:29.308 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:14:29.308 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T16:14:29.375 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:14:29.418 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T16:14:29.474 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:14:29.559 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T16:14:29.602 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-21T16:14:29.602 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T16:14:29.668 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-05-21T16:14:29.671 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-05-21T16:14:29.708 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:14:29.749 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:14:30.226 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-21T16:14:30.234 INFO:teuthology.task.internal:Starting timer... 2024-05-21T16:14:30.235 INFO:teuthology.run_tasks:Running task pcp... 2024-05-21T16:14:30.280 INFO:teuthology.run_tasks:Running task selinux... 2024-05-21T16:14:30.330 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-21T16:14:30.331 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-05-21T16:14:30.405 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-05-21T16:14:30.407 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2024-05-21T16:14:30.471 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2024-05-21T16:14:30.474 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-21T16:14:30.475 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-05-21T16:14:30.504 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-05-21T16:14:30.504 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2024-05-21T16:14:30.542 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2024-05-21T16:14:30.543 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi053.front.sepia.ceph.com': 'permissive'} 2024-05-21T16:14:30.543 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:14:30.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:14:30.573 DEBUG:teuthology.orchestra.run.smithi053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:14:30.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:14:30.610 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-21T16:14:30.610 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-05-21T16:14:30.648 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2024-05-21T16:14:30.677 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-21T16:14:30.687 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-21T16:14:30.699 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-21T16:14:30.700 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi053.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-21T16:18:59.554 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi053.front.sepia.ceph.com')] 2024-05-21T16:18:59.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-21T16:18:59.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:18:59.638 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-05-21T16:18:59.714 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-05-21T16:18:59.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-21T16:18:59.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T16:18:59.790 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-05-21T16:18:59.873 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-05-21T16:18:59.873 INFO:teuthology.run_tasks:Running task clock... 2024-05-21T16:18:59.884 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-21T16:18:59.884 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:18:59.885 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:18:59.887 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T16:18:59.887 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:18:59.917 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-21T16:18:59.932 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-21T16:18:59.948 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-21T16:18:59.958 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2024-05-21T16:18:59.965 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-21T16:18:59.969 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2024-05-21T16:18:59.984 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-21T16:18:59.992 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2024-05-21T16:18:59.999 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-21T16:19:00.005 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2024-05-21T16:19:00.020 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-21T16:19:00.035 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-21T16:19:00.063 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:19:00.066 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:19:00.067 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-05-21T16:19:00.067 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.067 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.067 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.067 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.098 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:19:00.101 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:19:00.101 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-05-21T16:19:00.101 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.101 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.101 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.102 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:19:00.103 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-21T16:19:00.112 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-21T16:19:00.113 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:19:00.113 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T16:19:00.130 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-21T16:19:00.130 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2024-05-21T16:19:00.186 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-21 16:18:58.500489748 +0000 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-21 16:18:17.738084293 +0000 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-21 16:18:17.738084293 +0000 2024-05-21T16:19:00.187 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-21 16:18:17.738084293 +0000 2024-05-21T16:19:00.187 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T16:19:00.252 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-21T16:19:00.252 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-21T16:19:00.252 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 9.6545e-05 s, 5.3 MB/s 2024-05-21T16:19:00.253 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T16:19:00.310 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-21 16:18:58.500489748 +0000 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-21 16:18:18.059079612 +0000 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-21 16:18:18.059079612 +0000 2024-05-21T16:19:00.366 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-21 16:18:18.059079612 +0000 2024-05-21T16:19:00.367 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T16:19:00.430 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-21T16:19:00.430 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-21T16:19:00.430 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 8.6163e-05 s, 5.9 MB/s 2024-05-21T16:19:00.431 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T16:19:00.488 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-21 16:18:58.500489748 +0000 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-21 16:18:18.388074813 +0000 2024-05-21T16:19:00.544 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-21 16:18:18.388074813 +0000 2024-05-21T16:19:00.545 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-21 16:18:18.388074813 +0000 2024-05-21T16:19:00.545 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T16:19:00.608 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-21T16:19:00.608 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-21T16:19:00.608 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 9.1368e-05 s, 5.6 MB/s 2024-05-21T16:19:00.609 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T16:19:00.666 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-05-21 16:18:58.500489748 +0000 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-05-21 16:18:18.713070073 +0000 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-05-21 16:18:18.713070073 +0000 2024-05-21T16:19:00.723 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-05-21 16:18:18.713070073 +0000 2024-05-21T16:19:00.724 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T16:19:00.787 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-05-21T16:19:00.787 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-05-21T16:19:00.787 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 8.4878e-05 s, 6.0 MB/s 2024-05-21T16:19:00.788 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T16:19:00.845 DEBUG:teuthology.orchestra.run.smithi045:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-21T16:19:00.980 INFO:teuthology.orchestra.run.smithi045.stdout:loop 2024-05-21T16:19:00.982 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_1... 2024-05-21T16:19:00.982 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-21T16:19:01.016 INFO:teuthology.orchestra.run.smithi045.stdout:1 2024-05-21T16:19:01.046 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_11 2024-05-21T16:19:01.071 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_2... 2024-05-21T16:19:01.072 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-21T16:19:01.149 INFO:teuthology.orchestra.run.smithi045.stdout:1 2024-05-21T16:19:01.184 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_21 2024-05-21T16:19:01.208 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_3... 2024-05-21T16:19:01.209 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-21T16:19:01.281 INFO:teuthology.orchestra.run.smithi045.stdout:1 2024-05-21T16:19:01.312 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_31 2024-05-21T16:19:01.336 INFO:tasks.nvme_loop:Connecting nvme_loop smithi045:/dev/vg_nvme/lv_4... 2024-05-21T16:19:01.336 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-21T16:19:01.411 INFO:teuthology.orchestra.run.smithi045.stdout:1 2024-05-21T16:19:01.442 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/vg_nvme/lv_41 2024-05-21T16:19:01.465 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:19:01.466 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T16:19:01.520 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme list 2024-05-21T16:19:01.584 INFO:teuthology.orchestra.run.smithi045.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-21T16:19:01.585 INFO:teuthology.orchestra.run.smithi045.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-21T16:19:01.585 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme0n1 PHMB75120098480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-05-21T16:19:01.585 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme1n1 6970323dd8e3f8495115 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:01.585 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme2n1 e5843d441c9204e362b8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:01.585 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme3n1 9c839ddeccb8c458fd80 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:01.585 INFO:teuthology.orchestra.run.smithi045.stdout:/dev/nvme4n1 726fdf9fc0fc97a7e782 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:01.586 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-21T16:19:01.586 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:19:01.586 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/scratch_devs 2024-05-21T16:19:01.652 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-21T16:19:01.652 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T16:19:01.672 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-21T16:19:01.672 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_1 2024-05-21T16:19:01.731 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-21 16:18:58.529971695 +0000 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-21 16:18:17.752823751 +0000 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-21 16:18:17.752823751 +0000 2024-05-21T16:19:01.732 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-05-21 16:18:17.752823751 +0000 2024-05-21T16:19:01.732 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T16:19:01.802 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-21T16:19:01.802 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-21T16:19:01.802 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.00011973 s, 4.3 MB/s 2024-05-21T16:19:01.803 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T16:19:01.863 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_2 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-21 16:18:58.529971695 +0000 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-21 16:18:18.070817075 +0000 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-21 16:18:18.070817075 +0000 2024-05-21T16:19:01.922 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-05-21 16:18:18.070817075 +0000 2024-05-21T16:19:01.923 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T16:19:01.992 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-21T16:19:01.992 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-21T16:19:01.992 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 9.5901e-05 s, 5.3 MB/s 2024-05-21T16:19:01.993 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T16:19:02.054 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_3 2024-05-21T16:19:02.113 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-21 16:18:58.529971695 +0000 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-21 16:18:18.397810210 +0000 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-21 16:18:18.397810210 +0000 2024-05-21T16:19:02.114 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-05-21 16:18:18.397810210 +0000 2024-05-21T16:19:02.114 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T16:19:02.179 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-21T16:19:02.179 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-21T16:19:02.179 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000104384 s, 4.9 MB/s 2024-05-21T16:19:02.181 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T16:19:02.239 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_4 2024-05-21T16:19:02.295 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-05-21 16:18:58.529971695 +0000 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-05-21 16:18:18.733803156 +0000 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-05-21 16:18:18.733803156 +0000 2024-05-21T16:19:02.296 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: 2024-05-21 16:18:18.733803156 +0000 2024-05-21T16:19:02.296 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T16:19:02.360 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-05-21T16:19:02.361 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-05-21T16:19:02.361 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000103302 s, 5.0 MB/s 2024-05-21T16:19:02.362 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T16:19:02.419 DEBUG:teuthology.orchestra.run.smithi053:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-21T16:19:02.555 INFO:teuthology.orchestra.run.smithi053.stdout:loop 2024-05-21T16:19:02.557 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_1... 2024-05-21T16:19:02.557 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-21T16:19:02.591 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-05-21T16:19:02.623 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_11 2024-05-21T16:19:02.649 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_2... 2024-05-21T16:19:02.649 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-21T16:19:02.725 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-05-21T16:19:02.756 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_21 2024-05-21T16:19:02.780 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_3... 2024-05-21T16:19:02.781 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-21T16:19:02.856 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-05-21T16:19:02.887 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_31 2024-05-21T16:19:02.918 INFO:tasks.nvme_loop:Connecting nvme_loop smithi053:/dev/vg_nvme/lv_4... 2024-05-21T16:19:02.918 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-21T16:19:02.995 INFO:teuthology.orchestra.run.smithi053.stdout:1 2024-05-21T16:19:03.026 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/vg_nvme/lv_41 2024-05-21T16:19:03.051 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-21T16:19:03.051 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T16:19:03.115 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme list 2024-05-21T16:19:03.179 INFO:teuthology.orchestra.run.smithi053.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-21T16:19:03.179 INFO:teuthology.orchestra.run.smithi053.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-21T16:19:03.179 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme0n1 PHMB751300G8480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-05-21T16:19:03.179 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme1n1 cd38e030e996db71f0a8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:03.179 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme2n1 ed1e26ade2b57bf23941 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:03.179 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme3n1 979f77622941e391704e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:03.179 INFO:teuthology.orchestra.run.smithi053.stdout:/dev/nvme4n1 92607df79c5e5b773b7c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-05-21T16:19:03.180 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-21T16:19:03.180 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-21T16:19:03.181 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/scratch_devs 2024-05-21T16:19:03.246 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-21T16:19:03.347 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e'} 2024-05-21T16:19:03.347 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:19:03.348 INFO:tasks.cephadm:Cluster fsid is d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:03.348 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-21T16:19:03.348 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-21T16:19:03.348 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi045': '172.21.15.45', 'mon.smithi053': '172.21.15.53'} 2024-05-21T16:19:03.348 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-21T16:19:03.348 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2024-05-21T16:19:03.380 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-05-21T16:19:03.407 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-21T16:19:03.408 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:19:03.560 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e', '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/79566/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3868-ga2b47860', 'node_name': '172.21.5.34+adami04', '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-3868.ga2b47860'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-20 20:29:46.993139', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-20-1421', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-05-21T16:19:03.704 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-05-20-1421, sha1 a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:19:03.706 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm 2024-05-21T16:19:03.706 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm 2024-05-21T16:19:03.706 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:19:05.163 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-r--r--. 1 ubuntu ubuntu 784443 May 21 16:19 /home/ubuntu/cephtest/cephadm 2024-05-21T16:19:05.163 DEBUG:teuthology.orchestra.run.smithi053:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-20-1421/a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T16:19:06.281 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-r--r--. 1 ubuntu ubuntu 784443 May 21 16:19 /home/ubuntu/cephtest/cephadm 2024-05-21T16:19:06.281 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:19:06.302 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T16:19:06.332 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e on all hosts... 2024-05-21T16:19:06.332 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e pull 2024-05-21T16:19:06.345 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e pull 2024-05-21T16:19:07.250 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:19:07.303 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:19:36.388 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-05-21T16:19:36.388 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev)", 2024-05-21T16:19:36.388 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b", 2024-05-21T16:19:36.388 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2024-05-21T16:19:36.388 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f" 2024-05-21T16:19:36.388 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-05-21T16:19:36.389 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-05-21T16:19:37.270 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2024-05-21T16:19:37.271 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev)", 2024-05-21T16:19:37.271 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b", 2024-05-21T16:19:37.271 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2024-05-21T16:19:37.271 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:46544d3c80c29169997dd4ef847474fbf329d021752baeee83a42f021e4de41f" 2024-05-21T16:19:37.271 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2024-05-21T16:19:37.271 INFO:teuthology.orchestra.run.smithi045.stdout:} 2024-05-21T16:19:37.295 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2024-05-21T16:19:37.337 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-05-21T16:19:37.368 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2024-05-21T16:19:37.402 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-05-21T16:19:37.435 INFO:tasks.cephadm:Writing seed config... 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-21T16:19:37.436 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-05-21T16:19:37.437 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:19:37.437 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-21T16:19:37.458 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 = d6ced35a-178d-11ef-bc9a-c7b262605968 [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 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-21T16:19:37.459 DEBUG:teuthology.orchestra.run.smithi045:mon.smithi045> sudo journalctl -f -n 0 -u ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045.service 2024-05-21T16:19:37.501 INFO:tasks.cephadm:Bootstrapping... 2024-05-21T16:19:37.501 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e -v bootstrap --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:19:37.699 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-05-21T16:19:37.699 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e', '-v', 'bootstrap', '--fsid', 'd6ced35a-178d-11ef-bc9a-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.45', '--skip-admin-label'] 2024-05-21T16:19:37.699 INFO:teuthology.orchestra.run.smithi045.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-21T16:19:37.700 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying podman|docker is present... 2024-05-21T16:19:37.726 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 5.0.2 2024-05-21T16:19:37.726 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying lvm2 is present... 2024-05-21T16:19:37.726 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying time synchronization is in place... 2024-05-21T16:19:37.733 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:19:37.734 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:19:37.740 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:19:37.740 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-21T16:19:37.747 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-05-21T16:19:37.753 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-05-21T16:19:37.753 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-05-21T16:19:37.753 INFO:teuthology.orchestra.run.smithi045.stdout:Repeating the final host check... 2024-05-21T16:19:37.778 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 5.0.2 2024-05-21T16:19:37.779 INFO:teuthology.orchestra.run.smithi045.stdout:podman (/bin/podman) version 5.0.2 is present 2024-05-21T16:19:37.779 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl is present 2024-05-21T16:19:37.779 INFO:teuthology.orchestra.run.smithi045.stdout:lvcreate is present 2024-05-21T16:19:37.785 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T16:19:37.785 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T16:19:37.791 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T16:19:37.791 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-21T16:19:37.798 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-05-21T16:19:37.804 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-05-21T16:19:37.804 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-05-21T16:19:37.804 INFO:teuthology.orchestra.run.smithi045.stdout:Host looks OK 2024-05-21T16:19:37.804 INFO:teuthology.orchestra.run.smithi045.stdout:Cluster fsid: d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:37.805 INFO:teuthology.orchestra.run.smithi045.stdout:Acquiring lock 139667782952416 on /run/cephadm/d6ced35a-178d-11ef-bc9a-c7b262605968.lock 2024-05-21T16:19:37.805 INFO:teuthology.orchestra.run.smithi045.stdout:Lock 139667782952416 acquired on /run/cephadm/d6ced35a-178d-11ef-bc9a-c7b262605968.lock 2024-05-21T16:19:37.805 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 3300 ... 2024-05-21T16:19:37.805 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 6789 ... 2024-05-21T16:19:37.805 INFO:teuthology.orchestra.run.smithi045.stdout:Base mon IP(s) is [172.21.15.45:3300, 172.21.15.45:6789], mon addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-05-21T16:19:37.808 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2024-05-21T16:19:37.809 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2024-05-21T16:19:37.811 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-21T16:19:37.811 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-05-21T16:19:37.811 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-05-21T16:19:37.814 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-21T16:19:37.814 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-21T16:19:37.814 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:19:37.814 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-21T16:19:37.814 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12be/64 scope link noprefixroute 2024-05-21T16:19:37.815 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T16:19:37.815 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-05-21T16:19:37.815 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-05-21T16:19:37.815 INFO:teuthology.orchestra.run.smithi045.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-21T16:19:37.815 INFO:teuthology.orchestra.run.smithi045.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-21T16:19:37.816 INFO:teuthology.orchestra.run.smithi045.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:19:38.282 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b 2024-05-21T16:19:38.282 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e... 2024-05-21T16:19:38.282 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Getting image source signatures 2024-05-21T16:19:38.282 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:d0e808cd455827ca3108db1b0125dcee9ffc148daa1d7dde963f550bc831d501 2024-05-21T16:19:38.282 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:5144cbb4a3939689883c893b639588265eaac8c65867e011158f703b3115815e 2024-05-21T16:19:38.282 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying config sha256:26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b 2024-05-21T16:19:38.282 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-21T16:19:39.145 INFO:teuthology.orchestra.run.smithi045.stdout:ceph: stdout ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev) 2024-05-21T16:19:39.145 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph version: ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev) 2024-05-21T16:19:39.145 INFO:teuthology.orchestra.run.smithi045.stdout:Extracting ceph user uid/gid from container image... 2024-05-21T16:19:40.042 INFO:teuthology.orchestra.run.smithi045.stdout:stat: stdout 167 167 2024-05-21T16:19:40.042 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial keys... 2024-05-21T16:19:40.906 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQCcyUxmdqiPFRAA7e8/XLBlJao+pGxM5SjjGg== 2024-05-21T16:19:41.879 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQCdyUxme1F6DRAAInqoJ2iqhL+I6dsuK83dBw== 2024-05-21T16:19:42.743 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQCeyUxm0tLRDBAA+VyCmF4sS0j9r/lSB30m6g== 2024-05-21T16:19:42.744 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial monmap... 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:monmaptool for smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:setting min_mon_release = quincy 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: set fsid to d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:43.617 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T16:19:43.618 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:19:43.618 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mon... 2024-05-21T16:19:44.548 INFO:teuthology.orchestra.run.smithi045.stdout:create mon.smithi045 on 2024-05-21T16:19:44.933 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-21T16:19:45.130 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968.target → /etc/systemd/system/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968.target. 2024-05-21T16:19:45.131 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968.target → /etc/systemd/system/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968.target. 2024-05-21T16:19:45.376 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045 2024-05-21T16:19:45.376 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045.service: Unit ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045.service not loaded. 2024-05-21T16:19:45.560 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968.target.wants/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045.service → /etc/systemd/system/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:19:46.055 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:19:46.055 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-21T16:19:46.062 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:19:46.062 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-21T16:19:46.062 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-21T16:19:46.062 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:19:46.063 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon to start... 2024-05-21T16:19:46.063 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon... 2024-05-21T16:19:47.098 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:47 smithi045 ceph-mon[24858]: from='client.? 172.21.15.45:0/228331993' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-21T16:19:47.104 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout cluster: 2024-05-21T16:19:47.104 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout id: d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:47.104 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-21T16:19:47.105 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:47.105 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout services: 2024-05-21T16:19:47.105 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi045 (age 0.552623s) 2024-05-21T16:19:47.105 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-21T16:19:47.105 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-21T16:19:47.105 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:47.106 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout data: 2024-05-21T16:19:47.106 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-21T16:19:47.106 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-21T16:19:47.106 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-21T16:19:47.106 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pgs: 2024-05-21T16:19:47.107 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:47.107 INFO:teuthology.orchestra.run.smithi045.stdout:mon is available 2024-05-21T16:19:47.107 INFO:teuthology.orchestra.run.smithi045.stdout:Assimilating anything we can from ceph.conf... 2024-05-21T16:19:48.091 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:48.092 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:19:48.093 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:19:48.093 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:48.093 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:19:48.093 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:19:48.093 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:19:48.093 INFO:teuthology.orchestra.run.smithi045.stdout:Generating new minimal ceph.conf... 2024-05-21T16:19:48.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:48 smithi045 ceph-mon[24858]: from='client.? 172.21.15.45:0/427728789' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:19:48.213 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:48 smithi045 ceph-mon[24858]: from='client.? 172.21.15.45:0/427728789' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T16:19:49.222 INFO:teuthology.orchestra.run.smithi045.stdout:Restarting the monitor... 2024-05-21T16:19:49.238 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:49 smithi045 ceph-mon[24858]: from='client.? 172.21.15.45:0/3583271389' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T16:19:49.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:49 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for d6ced35a-178d-11ef-bc9a-c7b262605968... 2024-05-21T16:19:49.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:49 smithi045 ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045[24854]: 2024-05-21T16:19:49.470+0000 7f52725e3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-21T16:19:49.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:49 smithi045 ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045[24854]: 2024-05-21T16:19:49.470+0000 7f52725e3700 -1 mon.smithi045@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T16:19:49.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:49 smithi045 podman[25106]: 2024-05-21 16:19:49.728158248 +0000 UTC m=+0.333679027 container died 7880cb48a0bc19df4cdf7181a4717b40dbbc04089c1d3623bb98652c60d0d816 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240514) 2024-05-21T16:19:50.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 podman[25106]: 2024-05-21 16:19:50.095404909 +0000 UTC m=+0.700925686 container cleanup 7880cb48a0bc19df4cdf7181a4717b40dbbc04089c1d3623bb98652c60d0d816 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240514, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-05-21T16:19:50.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 bash[25106]: ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045 2024-05-21T16:19:50.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 podman[25119]: 2024-05-21 16:19:50.346442717 +0000 UTC m=+0.609857983 container remove 7880cb48a0bc19df4cdf7181a4717b40dbbc04089c1d3623bb98652c60d0d816 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-21T16:19:50.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 systemd[1]: ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045.service: Deactivated successfully. 2024-05-21T16:19:50.682 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 systemd[1]: Stopped Ceph mon.smithi045 for d6ced35a-178d-11ef-bc9a-c7b262605968. 2024-05-21T16:19:50.682 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 systemd[1]: Starting Ceph mon.smithi045 for d6ced35a-178d-11ef-bc9a-c7b262605968... 2024-05-21T16:19:50.921 INFO:teuthology.orchestra.run.smithi045.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-21T16:19:51.001 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 podman[25211]: 2024-05-21 16:19:50.68080135 +0000 UTC m=+0.094211353 container create 6bbc5eadcc0f67255ca5de7c42a62c14d4dcae19f20e3cb3234c16f14e73dfd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, CEPH_POINT_RELEASE=) 2024-05-21T16:19:51.001 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 podman[25211]: 2024-05-21 16:19:50.604157853 +0000 UTC m=+0.017567868 image pull 26f131e020b75b4c4a13c325b9f7be73cc0e088fcadee3c6e4532ce9a4cc995b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e 2024-05-21T16:19:51.001 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 podman[25211]: 2024-05-21 16:19:50.858210629 +0000 UTC m=+0.271620647 container init 6bbc5eadcc0f67255ca5de7c42a62c14d4dcae19f20e3cb3234c16f14e73dfd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240514, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-21T16:19:51.001 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 podman[25211]: 2024-05-21 16:19:50.861403836 +0000 UTC m=+0.274813842 container start 6bbc5eadcc0f67255ca5de7c42a62c14d4dcae19f20e3cb3234c16f14e73dfd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240514, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: set uid:gid to 167:167 (ceph:ceph) 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: ceph version 19.0.0-3868-ga2b47860 (a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e) squid (dev), process ceph-mon, pid 2 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: pidfile_write: ignore empty --pid-file 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: load: jerasure load: lrc 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: RocksDB version: 7.9.2 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Git sha 0 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Compile date 2024-05-20 19:48:31 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: DB SUMMARY 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: DB Session ID: NBHQJJHTPSVAP7RR1L04 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: CURRENT file: CURRENT 2024-05-21T16:19:51.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: IDENTITY file: IDENTITY 2024-05-21T16:19:51.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-21T16:19:51.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 1, files: 000008.sst 2024-05-21T16:19:51.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000009.log size: 88813 ; 2024-05-21T16:19:51.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.error_if_exists: 0 2024-05-21T16:19:51.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.create_if_missing: 0 2024-05-21T16:19:51.004 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.paranoid_checks: 1 2024-05-21T16:19:51.004 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T16:19:51.004 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T16:19:51.004 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T16:19:51.004 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.env: 0x55e9b964dcc0 2024-05-21T16:19:51.004 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.fs: PosixFileSystem 2024-05-21T16:19:51.005 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.info_log: 0x55e9ba2f7c80 2024-05-21T16:19:51.005 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_file_opening_threads: 16 2024-05-21T16:19:51.005 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.statistics: (nil) 2024-05-21T16:19:51.005 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.use_fsync: 0 2024-05-21T16:19:51.005 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_log_file_size: 0 2024-05-21T16:19:51.006 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T16:19:51.006 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T16:19:51.006 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.keep_log_file_num: 1000 2024-05-21T16:19:51.006 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.recycle_log_file_num: 0 2024-05-21T16:19:51.006 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.allow_fallocate: 1 2024-05-21T16:19:51.006 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.allow_mmap_reads: 0 2024-05-21T16:19:51.007 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.allow_mmap_writes: 0 2024-05-21T16:19:51.007 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.use_direct_reads: 0 2024-05-21T16:19:51.007 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T16:19:51.007 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.create_missing_column_families: 0 2024-05-21T16:19:51.007 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.db_log_dir: 2024-05-21T16:19:51.007 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.wal_dir: 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.advise_random_on_open: 1 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.db_write_buffer_size: 0 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.write_buffer_manager: 0x55e9ba2c90e0 2024-05-21T16:19:51.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T16:19:51.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T16:19:51.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T16:19:51.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.rate_limiter: (nil) 2024-05-21T16:19:51.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T16:19:51.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.wal_recovery_mode: 2 2024-05-21T16:19:51.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.enable_thread_tracking: 0 2024-05-21T16:19:51.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.enable_pipelined_write: 0 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.unordered_write: 0 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.row_cache: None 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.wal_filter: None 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.allow_ingest_behind: 0 2024-05-21T16:19:51.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.two_write_queues: 0 2024-05-21T16:19:51.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.manual_wal_flush: 0 2024-05-21T16:19:51.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.wal_compression: 0 2024-05-21T16:19:51.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.atomic_flush: 0 2024-05-21T16:19:51.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T16:19:51.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T16:19:51.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T16:19:51.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.log_readahead_size: 0 2024-05-21T16:19:51.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.best_efforts_recovery: 0 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.allow_data_in_errors: 0 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.db_host_id: __hostname__ 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_background_jobs: 2 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_background_compactions: -1 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_subcompactions: 1 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T16:19:51.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_total_wal_size: 0 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_open_files: -1 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bytes_per_sync: 0 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_readahead_size: 0 2024-05-21T16:19:51.015 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_background_flushes: -1 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Compression algorithms supported: 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kZSTD supported: 0 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kXpressCompression supported: 0 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kLZ4HCCompression supported: 1 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kZlibCompression supported: 1 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kSnappyCompression supported: 1 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kLZ4Compression supported: 1 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: kBZip2Compression supported: 0 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T16:19:51.016 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000010 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.merge_operator: 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_filter: None 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_filter_factory: None 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.sst_partitioner_factory: None 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e9ba2f7e40) 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: cache_index_and_filter_blocks: 1 2024-05-21T16:19:51.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: pin_top_level_index_and_filter: 1 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_type: 0 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_block_index_type: 0 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_shortening: 1 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: checksum: 4 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: no_block_cache: 0 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache: 0x55e9ba2fb1f0 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_name: BinnedLRUCache 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_options: 2024-05-21T16:19:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: capacity : 536870912 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: num_shard_bits : 4 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: strict_capacity_limit : 0 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: high_pri_pool_ratio: 0.000 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_compressed: (nil) 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: persistent_cache: (nil) 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_size: 4096 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_size_deviation: 10 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_restart_interval: 16 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_block_restart_interval: 1 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: metadata_block_size: 4096 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: partition_filters: 0 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: use_delta_encoding: 1 2024-05-21T16:19:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: filter_policy: bloomfilter 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: whole_key_filtering: 1 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: verify_compression: 0 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: read_amp_bytes_per_bit: 0 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: format_version: 5 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: enable_index_compression: 1 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_align: 0 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: max_auto_readahead_size: 262144 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: prepopulate_block_cache: 0 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: initial_auto_readahead_size: 8192 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: num_file_reads_for_auto_readahead: 2 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.write_buffer_size: 33554432 2024-05-21T16:19:51.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_write_buffer_number: 2 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression: NoCompression 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression: Disabled 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.prefix_extractor: nullptr 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.num_levels: 7 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T16:19:51.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.level: 32767 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.strategy: 0 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T16:19:51.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.enabled: false 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.target_file_size_base: 67108864 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T16:19:51.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.arena_block_size: 1048576 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.disable_auto_compactions: 0 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T16:19:51.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.inplace_update_support: 0 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T16:19:51.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.bloom_locality: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.max_successive_merges: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.paranoid_file_checks: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.force_consistency_checks: 1 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.report_bg_io_stats: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.ttl: 2592000 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.enable_blob_files: false 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.min_blob_size: 0 2024-05-21T16:19:51.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.blob_file_size: 268435456 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.blob_file_starting_level: 0 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 99d26603-a262-4324-8a83-92cb0bb60146 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716308390891211, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-21T16:19:51.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716308390892133, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85583, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83723, "index_size": 244, "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": 9921, "raw_average_key_size": 46, "raw_value_size": 78044, "raw_average_value_size": 366, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1716308390, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "99d26603-a262-4324-8a83-92cb0bb60146", "db_session_id": "NBHQJJHTPSVAP7RR1L04", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: EVENT_LOG_v1 {"time_micros": 1716308390892217, "job": 1, "event": "recovery_finished"} 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi045/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e9ba418000 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: DB pointer 0x55e9ba402000 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** DB Stats ** 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-21T16:19:51.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: L0 2/0 85.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Sum 2/0 85.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T16:19:51.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative compaction: 0.00 GB write, 26.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval compaction: 0.00 GB write, 26.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T16:19:51.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Block cache BinnedLRUCache@0x55e9ba2fb1f0#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: starting mon.smithi045 rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???) e1 preinit fsid d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???).mds e1 new map 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???).mds e1 print_map 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: e1 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-21T16:19:51.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: legacy client fscid: -1 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: No filesystems configured 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 ceph-mon[25230]: mon.smithi045@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 bash[25211]: 6bbc5eadcc0f67255ca5de7c42a62c14d4dcae19f20e3cb3234c16f14e73dfd3 2024-05-21T16:19:51.032 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:50 smithi045 systemd[1]: Started Ceph mon.smithi045 for d6ced35a-178d-11ef-bc9a-c7b262605968. 2024-05-21T16:19:52.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2024-05-21T16:19:52.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: monmap epoch 1 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: fsid d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: last_changed 2024-05-21T16:19:43.094341+0000 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: created 2024-05-21T16:19:43.094341+0000 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: min_mon_release 19 (squid) 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: election_strategy: 1 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.smithi045 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: fsmap 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: osdmap e1: 0 total, 0 up, 0 in 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: mgrmap e1: no daemons active 2024-05-21T16:19:52.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:51 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/2591305530' entity='client.admin' 2024-05-21T16:19:52.012 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-21T16:19:52.035 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:19:52.035 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mgr... 2024-05-21T16:19:52.035 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-21T16:19:52.036 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-21T16:19:52.036 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:8443 ... 2024-05-21T16:19:52.272 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mgr.smithi045.mtyvqg 2024-05-21T16:19:52.272 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mgr.smithi045.mtyvqg.service: Unit ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mgr.smithi045.mtyvqg.service not loaded. 2024-05-21T16:19:52.432 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968.target.wants/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mgr.smithi045.mtyvqg.service → /etc/systemd/system/ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@.service. 2024-05-21T16:19:52.982 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:19:52.982 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-21T16:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-21T16:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-21T16:19:52.990 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T16:19:53.000 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:19:53.000 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-21T16:19:53.008 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:19:53.009 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-21T16:19:53.009 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-21T16:19:53.009 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-05-21T16:19:53.009 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr to start... 2024-05-21T16:19:53.009 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr... 2024-05-21T16:19:54.000 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:53 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/468746980' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "d6ced35a-178d-11ef-bc9a-c7b262605968", 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:19:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "smithi045" 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:19:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:19:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:54.062 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:19:54.063 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:54.063 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:19:46.016594+0000", 2024-05-21T16:19:54.063 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:54.063 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:54.063 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:19:54.063 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:19:54.063 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (1/15)... 2024-05-21T16:19:56.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:19:56 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/1460313311' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "d6ced35a-178d-11ef-bc9a-c7b262605968", 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:19:57.245 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "smithi045" 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:57.246 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:19:57.247 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:57.248 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:19:57.249 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:19:46.016594+0000", 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:19:57.250 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (2/15)... 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: Activating manager daemon smithi045.mtyvqg 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: mgrmap e2: smithi045.mtyvqg(active, starting, since 0.00338326s) 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mgr metadata", "who": "smithi045.mtyvqg", "id": "smithi045.mtyvqg"}]: dispatch 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: Manager daemon smithi045.mtyvqg is now available 2024-05-21T16:20:00.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.mtyvqg/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:20:00.752 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.mtyvqg/trash_purge_schedule"}]: dispatch 2024-05-21T16:20:00.752 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:00.752 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:00.752 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:00 smithi045 ceph-mon[25230]: from='mgr.14100 172.21.15.45:0/1687966604' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:02.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:02 smithi045 ceph-mon[25230]: mgrmap e3: smithi045.mtyvqg(active, since 1.00722s) 2024-05-21T16:20:03.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:03 smithi045 ceph-mon[25230]: mgrmap e4: smithi045.mtyvqg(active, since 2s) 2024-05-21T16:20:03.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:03 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/424139939' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T16:20:07.869 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:20:07.869 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "d6ced35a-178d-11ef-bc9a-c7b262605968", 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-05-21T16:20:07.870 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "smithi045" 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:20:07.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T16:20:07.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T16:20:07.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T16:20:07.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T16:20:07.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T16:20:07.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T16:20:07.875 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:20:07.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T16:20:07.877 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T16:19:46.016594+0000", 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:20:07.878 INFO:teuthology.orchestra.run.smithi045.stdout:mgr is available 2024-05-21T16:20:08.818 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:08 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/63172407' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T16:20:09.100 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:20:09.101 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T16:20:09.101 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:20:09.101 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T16:20:09.101 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T16:20:09.101 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T16:20:09.101 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T16:20:09.102 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T16:20:09.102 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:20:09.102 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T16:20:09.102 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T16:20:09.102 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-05-21T16:20:09.102 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T16:20:09.103 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T16:20:09.103 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T16:20:09.103 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling cephadm module... 2024-05-21T16:20:10.198 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:09 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/2479305034' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-21T16:20:11.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:10 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/2479305034' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-21T16:20:11.111 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:10 smithi045 ceph-mon[25230]: mgrmap e5: smithi045.mtyvqg(active, since 9s) 2024-05-21T16:20:11.685 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:20:11.685 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-21T16:20:11.685 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:20:11.685 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "smithi045.mtyvqg", 2024-05-21T16:20:11.685 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:20:11.685 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:20:11.685 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-05-21T16:20:11.686 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 5... 2024-05-21T16:20:12.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:11 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/2314856533' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:20:17.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: Active manager daemon smithi045.mtyvqg restarted 2024-05-21T16:20:17.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: Activating manager daemon smithi045.mtyvqg 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: osdmap e2: 0 total, 0 up, 0 in 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: mgrmap e6: smithi045.mtyvqg(active, starting, since 0.00322248s) 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mgr metadata", "who": "smithi045.mtyvqg", "id": "smithi045.mtyvqg"}]: dispatch 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: Manager daemon smithi045.mtyvqg is now available 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:20:17.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:17 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:20:18.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:18 smithi045 ceph-mon[25230]: Found migration_current of "None". Setting to last migration. 2024-05-21T16:20:18.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:18 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.mtyvqg/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:20:18.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:18 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.mtyvqg/trash_purge_schedule"}]: dispatch 2024-05-21T16:20:18.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:18 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:18.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:18 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:18.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:18 smithi045 ceph-mon[25230]: mgrmap e7: smithi045.mtyvqg(active, since 1.00596s) 2024-05-21T16:20:18.746 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:20:18.746 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-21T16:20:18.746 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:20:18.746 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:20:18.746 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 5 is available 2024-05-21T16:20:18.746 INFO:teuthology.orchestra.run.smithi045.stdout:Setting orchestrator backend to cephadm... 2024-05-21T16:20:19.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:19 smithi045 ceph-mon[25230]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:20:19.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:19 smithi045 ceph-mon[25230]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:20:19.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:19 smithi045 ceph-mon[25230]: [21/May/2024:16:20:18] ENGINE Bus STARTING 2024-05-21T16:20:19.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:19 smithi045 ceph-mon[25230]: [21/May/2024:16:20:18] ENGINE Serving on https://172.21.15.45:7150 2024-05-21T16:20:19.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:19 smithi045 ceph-mon[25230]: [21/May/2024:16:20:18] ENGINE Serving on http://172.21.15.45:8765 2024-05-21T16:20:19.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:19 smithi045 ceph-mon[25230]: [21/May/2024:16:20:18] ENGINE Bus STARTED 2024-05-21T16:20:19.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:19 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:20:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:20 smithi045 ceph-mon[25230]: mgrmap e8: smithi045.mtyvqg(active, since 2s) 2024-05-21T16:20:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:20 smithi045 ceph-mon[25230]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:20 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:20.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:20 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:20:21.158 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-21T16:20:21.158 INFO:teuthology.orchestra.run.smithi045.stdout:Generating ssh key... 2024-05-21T16:20:21.450 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:21 smithi045 ceph-mon[25230]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:22.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:22 smithi045 ceph-mon[25230]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:22.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:22 smithi045 ceph-mon[25230]: Generating ssh key... 2024-05-21T16:20:22.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:22 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:22.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:22 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:23.597 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdZPqJ7gxlypGE/aeW9FllAP+MRWE4rOQSZOzArOufTwzkcF9Cdf394HQBnfT3ef1DjebBgGjeMrE54n7sKG4NcGkL6pWROZtIY0aEEYGDjoEc+lhthdVqo3dxNl70W2zK+XAX3qGE1cIJmgap1RyeGlOtESK/9xHPvnyhLJboYfRtyE6hSBKMuL1x8oeIeKNl9B54QLVolBogxwVeMp7Ld8+uY7PK5dHnkJqX4UExJaDLMya14ZFCblyBBBlkCzOZZ4J6gAhtWoTQG2pysEUeb+aVWcdCQ7q5o5QJvOcqgZ7jQgA47wOEHY2QwhnJZWwrFIeN7T0A0o0k8mTUqN8zaVmebm63cvFGHXlqU5B7Je1c4CkPPL0oBPo9idBuOjAuUUmMu3oeT5mSd0M3hH4DIXH2fr+GLTvZZzJBHI7EROVYEImNbyCqkQVC0vwKM691MphHDmtt4Ie1qkn3PySTCkfioGPMswAoSBopnN/Wcxs1Q56qyD7briP8f0P/cpM= ceph-d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:20:23.598 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:20:23.598 INFO:teuthology.orchestra.run.smithi045.stdout:Adding key to root@localhost authorized_keys... 2024-05-21T16:20:23.598 INFO:teuthology.orchestra.run.smithi045.stdout:Adding host smithi045... 2024-05-21T16:20:24.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:23 smithi045 ceph-mon[25230]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:25.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:24 smithi045 ceph-mon[25230]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:25.110 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:24 smithi045 ceph-mon[25230]: Deploying cephadm binary to smithi045 2024-05-21T16:20:28.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Added host 'smithi045' with addr '172.21.15.45' 2024-05-21T16:20:28.992 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying mon service with default placement... 2024-05-21T16:20:29.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:29 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:29.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:29 smithi045 ceph-mon[25230]: Added host smithi045 2024-05-21T16:20:29.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:29 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:20:30.236 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-21T16:20:30.236 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying mgr service with default placement... 2024-05-21T16:20:30.841 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:30 smithi045 ceph-mon[25230]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:30.842 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:30 smithi045 ceph-mon[25230]: Saving service mon spec with placement count:5 2024-05-21T16:20:30.842 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:30 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:32.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:31 smithi045 ceph-mon[25230]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:32.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:31 smithi045 ceph-mon[25230]: Saving service mgr spec with placement count:2 2024-05-21T16:20:32.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:31 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:32.251 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:31 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:32.393 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-21T16:20:32.394 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying crash service with default placement... 2024-05-21T16:20:33.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:33 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:33.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:33 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:34.332 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-05-21T16:20:34.332 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying ceph-exporter service with default placement... 2024-05-21T16:20:34.649 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:34 smithi045 ceph-mon[25230]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:34.650 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:34 smithi045 ceph-mon[25230]: Saving service crash spec with placement * 2024-05-21T16:20:34.650 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:34 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:35.548 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-05-21T16:20:35.548 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying prometheus service with default placement... 2024-05-21T16:20:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:36 smithi045 ceph-mon[25230]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:36 smithi045 ceph-mon[25230]: Saving service ceph-exporter spec with placement * 2024-05-21T16:20:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:36 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:36.124 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:36 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:37.228 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-05-21T16:20:37.228 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying grafana service with default placement... 2024-05-21T16:20:37.469 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:37 smithi045 ceph-mon[25230]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:37.469 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:37 smithi045 ceph-mon[25230]: Saving service prometheus spec with placement count:1 2024-05-21T16:20:37.469 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:37 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:38.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:38 smithi045 ceph-mon[25230]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:20:38.250 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:38 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:38.465 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-05-21T16:20:38.466 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying node-exporter service with default placement... 2024-05-21T16:20:39.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:39 smithi045 ceph-mon[25230]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:39.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:39 smithi045 ceph-mon[25230]: Saving service grafana spec with placement count:1 2024-05-21T16:20:39.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:39 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:39.698 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-05-21T16:20:39.698 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying alertmanager service with default placement... 2024-05-21T16:20:40.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:40 smithi045 ceph-mon[25230]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:40.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:40 smithi045 ceph-mon[25230]: Saving service node-exporter spec with placement * 2024-05-21T16:20:40.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:40 smithi045 ceph-mon[25230]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:20:40.762 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-05-21T16:20:41.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:41 smithi045 ceph-mon[25230]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:41.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:41 smithi045 ceph-mon[25230]: Saving service alertmanager spec with placement count:1 2024-05-21T16:20:41.419 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:41 smithi045 ceph-mon[25230]: from='mgr.14118 172.21.15.45:0/1163777611' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:42.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:42 smithi045 ceph-mon[25230]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:20:42.500 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:42 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/2014655065' entity='client.admin' 2024-05-21T16:20:43.092 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling the dashboard module... 2024-05-21T16:20:43.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:43 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/808372428' entity='client.admin' 2024-05-21T16:20:44.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:44 smithi045 ceph-mon[25230]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T16:20:44.862 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:44 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/2901800955' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-21T16:20:45.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:45 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/2901800955' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-21T16:20:45.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:45 smithi045 ceph-mon[25230]: mgrmap e9: smithi045.mtyvqg(active, since 27s) 2024-05-21T16:20:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:20:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-21T16:20:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T16:20:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "smithi045.mtyvqg", 2024-05-21T16:20:46.364 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T16:20:46.365 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:20:46.365 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-05-21T16:20:46.365 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 9... 2024-05-21T16:20:46.748 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:46 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/3229338075' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: Active manager daemon smithi045.mtyvqg restarted 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: Activating manager daemon smithi045.mtyvqg 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: osdmap e3: 0 total, 0 up, 0 in 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: mgrmap e10: smithi045.mtyvqg(active, starting, since 0.00358929s) 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mgr metadata", "who": "smithi045.mtyvqg", "id": "smithi045.mtyvqg"}]: dispatch 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: Manager daemon smithi045.mtyvqg is now available 2024-05-21T16:20:52.501 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:52 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T16:20:53.490 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:53 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.mtyvqg/mirror_snapshot_schedule"}]: dispatch 2024-05-21T16:20:53.490 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:53 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.mtyvqg/trash_purge_schedule"}]: dispatch 2024-05-21T16:20:53.490 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:53 smithi045 ceph-mon[25230]: [21/May/2024:16:20:52] ENGINE Bus STARTING 2024-05-21T16:20:53.490 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:53 smithi045 ceph-mon[25230]: [21/May/2024:16:20:52] ENGINE Serving on http://172.21.15.45:8765 2024-05-21T16:20:53.491 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:53 smithi045 ceph-mon[25230]: mgrmap e11: smithi045.mtyvqg(active, since 1.00742s) 2024-05-21T16:20:54.166 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-05-21T16:20:54.167 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-21T16:20:54.167 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T16:20:54.167 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-05-21T16:20:54.167 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 9 is available 2024-05-21T16:20:54.167 INFO:teuthology.orchestra.run.smithi045.stdout:Generating a dashboard self-signed certificate... 2024-05-21T16:20:54.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:54 smithi045 ceph-mon[25230]: [21/May/2024:16:20:52] ENGINE Serving on https://172.21.15.45:7150 2024-05-21T16:20:54.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:54 smithi045 ceph-mon[25230]: [21/May/2024:16:20:52] ENGINE Bus STARTED 2024-05-21T16:20:54.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:54 smithi045 ceph-mon[25230]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T16:20:54.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:54 smithi045 ceph-mon[25230]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T16:20:54.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:54 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:55.662 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:55 smithi045 ceph-mon[25230]: mgrmap e12: smithi045.mtyvqg(active, since 2s) 2024-05-21T16:20:55.662 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:55 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:55.662 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:55 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:55.662 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:55 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:55.664 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-21T16:20:55.664 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial admin user... 2024-05-21T16:20:56.906 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:56 smithi045 ceph-mon[25230]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:57.579 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$IOxvXYD7VEL3aIh5KTzeluPWhCmKHKImBko8Z/SKF/tX60MyE1SeC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1716308456, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-21T16:20:57.579 INFO:teuthology.orchestra.run.smithi045.stdout:Fetching dashboard port number... 2024-05-21T16:20:57.863 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:57 smithi045 ceph-mon[25230]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:20:57.863 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:57 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:20:58.686 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 8443 2024-05-21T16:20:58.696 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-21T16:20:58.696 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-05-21T16:20:58.703 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-21T16:20:58.703 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-05-21T16:20:58.703 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-05-21T16:20:58.703 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-21T16:20:58.705 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph Dashboard is now available at: 2024-05-21T16:20:58.705 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:20:58.705 INFO:teuthology.orchestra.run.smithi045.stdout: URL: https://smithi045.front.sepia.ceph.com:8443/ 2024-05-21T16:20:58.705 INFO:teuthology.orchestra.run.smithi045.stdout: User: admin 2024-05-21T16:20:58.705 INFO:teuthology.orchestra.run.smithi045.stdout: Password: vvmu57yb5o 2024-05-21T16:20:58.706 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:20:58.706 INFO:teuthology.orchestra.run.smithi045.stdout:Saving cluster configuration to /var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/config directory 2024-05-21T16:20:58.706 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling autotune for osd_memory_target 2024-05-21T16:20:58.925 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:58 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/3536096833' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-21T16:20:59.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:20:59 smithi045 ceph-mon[25230]: mgrmap e13: smithi045.mtyvqg(active, since 6s) 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout:Or, if you are only running a single cluster on this host: 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.341 INFO:teuthology.orchestra.run.smithi045.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout: ceph telemetry on 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout:For more information see: 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-05-21T16:21:01.342 INFO:teuthology.orchestra.run.smithi045.stdout:Bootstrap complete. 2024-05-21T16:21:01.382 INFO:tasks.cephadm:Fetching config... 2024-05-21T16:21:01.382 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:21:01.382 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-21T16:21:01.399 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-21T16:21:01.399 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:21:01.399 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-21T16:21:01.457 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-21T16:21:01.457 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:21:01.457 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/mon.smithi045/keyring of=/dev/stdout 2024-05-21T16:21:01.523 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-21T16:21:01.524 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:21:01.524 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-21T16:21:01.579 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-21T16:21:01.580 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdZPqJ7gxlypGE/aeW9FllAP+MRWE4rOQSZOzArOufTwzkcF9Cdf394HQBnfT3ef1DjebBgGjeMrE54n7sKG4NcGkL6pWROZtIY0aEEYGDjoEc+lhthdVqo3dxNl70W2zK+XAX3qGE1cIJmgap1RyeGlOtESK/9xHPvnyhLJboYfRtyE6hSBKMuL1x8oeIeKNl9B54QLVolBogxwVeMp7Ld8+uY7PK5dHnkJqX4UExJaDLMya14ZFCblyBBBlkCzOZZ4J6gAhtWoTQG2pysEUeb+aVWcdCQ7q5o5QJvOcqgZ7jQgA47wOEHY2QwhnJZWwrFIeN7T0A0o0k8mTUqN8zaVmebm63cvFGHXlqU5B7Je1c4CkPPL0oBPo9idBuOjAuUUmMu3oeT5mSd0M3hH4DIXH2fr+GLTvZZzJBHI7EROVYEImNbyCqkQVC0vwKM691MphHDmtt4Ie1qkn3PySTCkfioGPMswAoSBopnN/Wcxs1Q56qyD7briP8f0P/cpM= ceph-d6ced35a-178d-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:21:01.657 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdZPqJ7gxlypGE/aeW9FllAP+MRWE4rOQSZOzArOufTwzkcF9Cdf394HQBnfT3ef1DjebBgGjeMrE54n7sKG4NcGkL6pWROZtIY0aEEYGDjoEc+lhthdVqo3dxNl70W2zK+XAX3qGE1cIJmgap1RyeGlOtESK/9xHPvnyhLJboYfRtyE6hSBKMuL1x8oeIeKNl9B54QLVolBogxwVeMp7Ld8+uY7PK5dHnkJqX4UExJaDLMya14ZFCblyBBBlkCzOZZ4J6gAhtWoTQG2pysEUeb+aVWcdCQ7q5o5QJvOcqgZ7jQgA47wOEHY2QwhnJZWwrFIeN7T0A0o0k8mTUqN8zaVmebm63cvFGHXlqU5B7Je1c4CkPPL0oBPo9idBuOjAuUUmMu3oeT5mSd0M3hH4DIXH2fr+GLTvZZzJBHI7EROVYEImNbyCqkQVC0vwKM691MphHDmtt4Ie1qkn3PySTCkfioGPMswAoSBopnN/Wcxs1Q56qyD7briP8f0P/cpM= ceph-d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:21:01.669 DEBUG:teuthology.orchestra.run.smithi053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdZPqJ7gxlypGE/aeW9FllAP+MRWE4rOQSZOzArOufTwzkcF9Cdf394HQBnfT3ef1DjebBgGjeMrE54n7sKG4NcGkL6pWROZtIY0aEEYGDjoEc+lhthdVqo3dxNl70W2zK+XAX3qGE1cIJmgap1RyeGlOtESK/9xHPvnyhLJboYfRtyE6hSBKMuL1x8oeIeKNl9B54QLVolBogxwVeMp7Ld8+uY7PK5dHnkJqX4UExJaDLMya14ZFCblyBBBlkCzOZZ4J6gAhtWoTQG2pysEUeb+aVWcdCQ7q5o5QJvOcqgZ7jQgA47wOEHY2QwhnJZWwrFIeN7T0A0o0k8mTUqN8zaVmebm63cvFGHXlqU5B7Je1c4CkPPL0oBPo9idBuOjAuUUmMu3oeT5mSd0M3hH4DIXH2fr+GLTvZZzJBHI7EROVYEImNbyCqkQVC0vwKM691MphHDmtt4Ie1qkn3PySTCkfioGPMswAoSBopnN/Wcxs1Q56qyD7briP8f0P/cpM= ceph-d6ced35a-178d-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T16:21:01.713 INFO:teuthology.orchestra.run.smithi053.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdZPqJ7gxlypGE/aeW9FllAP+MRWE4rOQSZOzArOufTwzkcF9Cdf394HQBnfT3ef1DjebBgGjeMrE54n7sKG4NcGkL6pWROZtIY0aEEYGDjoEc+lhthdVqo3dxNl70W2zK+XAX3qGE1cIJmgap1RyeGlOtESK/9xHPvnyhLJboYfRtyE6hSBKMuL1x8oeIeKNl9B54QLVolBogxwVeMp7Ld8+uY7PK5dHnkJqX4UExJaDLMya14ZFCblyBBBlkCzOZZ4J6gAhtWoTQG2pysEUeb+aVWcdCQ7q5o5QJvOcqgZ7jQgA47wOEHY2QwhnJZWwrFIeN7T0A0o0k8mTUqN8zaVmebm63cvFGHXlqU5B7Je1c4CkPPL0oBPo9idBuOjAuUUmMu3oeT5mSd0M3hH4DIXH2fr+GLTvZZzJBHI7EROVYEImNbyCqkQVC0vwKM691MphHDmtt4Ie1qkn3PySTCkfioGPMswAoSBopnN/Wcxs1Q56qyD7briP8f0P/cpM= ceph-d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:21:01.727 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-21T16:21:01.983 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/mon.smithi045/config 2024-05-21T16:21:02.000 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:01 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/234406124' entity='client.admin' 2024-05-21T16:21:03.897 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-21T16:21:03.898 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-21T16:21:04.140 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:03 smithi045 ceph-mon[25230]: from='client.? 172.21.15.45:0/1780771276' entity='client.admin' 2024-05-21T16:21:04.358 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/mon.smithi045/config 2024-05-21T16:21:05.762 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:21:05.765 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/root/logrotate.conf 2024-05-21T16:21:05.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:05.783 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-21T16:21:05.783 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:21:05.840 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T16:21:05.860 INFO:tasks.cephadm:Stopping all daemons... 2024-05-21T16:21:05.860 INFO:tasks.cephadm.mon.smithi045:Stopping mon.smithi045... 2024-05-21T16:21:05.861 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045 2024-05-21T16:21:06.000 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:05 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for d6ced35a-178d-11ef-bc9a-c7b262605968... 2024-05-21T16:21:06.442 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:06 smithi045 ceph-mon[25230]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T16:21:06.442 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:06 smithi045 ceph-mon[25230]: from='mgr.14162 172.21.15.45:0/481387302' entity='mgr.smithi045.mtyvqg' 2024-05-21T16:21:06.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:06 smithi045 ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045[25226]: 2024-05-21T16:21:06.439+0000 7f562ec90700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-05-21T16:21:06.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:06 smithi045 ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045[25226]: 2024-05-21T16:21:06.439+0000 7f562ec90700 -1 mon.smithi045@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T16:21:06.751 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:06 smithi045 podman[37018]: 2024-05-21 16:21:06.491139583 +0000 UTC m=+0.178927558 container died 6bbc5eadcc0f67255ca5de7c42a62c14d4dcae19f20e3cb3234c16f14e73dfd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240514, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True) 2024-05-21T16:21:07.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:06 smithi045 podman[37018]: 2024-05-21 16:21:06.83297465 +0000 UTC m=+0.520762621 container cleanup 6bbc5eadcc0f67255ca5de7c42a62c14d4dcae19f20e3cb3234c16f14e73dfd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240514, CEPH_POINT_RELEASE=) 2024-05-21T16:21:07.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:06 smithi045 bash[37018]: ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045 2024-05-21T16:21:07.310 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:May 21 16:21:07 smithi045 podman[37177]: 2024-05-21 16:21:07.077062627 +0000 UTC m=+0.576295736 container remove 6bbc5eadcc0f67255ca5de7c42a62c14d4dcae19f20e3cb3234c16f14e73dfd3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e, name=ceph-d6ced35a-178d-11ef-bc9a-c7b262605968-mon-smithi045, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240514, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-05-20-1421-a2b4786, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-05-21T16:21:07.332 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d6ced35a-178d-11ef-bc9a-c7b262605968@mon.smithi045.service' 2024-05-21T16:21:07.381 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T16:21:07.381 INFO:tasks.cephadm.mon.smithi045:Stopped mon.smithi045 2024-05-21T16:21:07.381 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:21:07.566 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:21:09.564 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T16:21:09.763 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:21:09.883 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:21:09.914 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T16:21:09.940 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:21:09.942 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-21T16:21:09.944 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712/remote/smithi045/crash 2024-05-21T16:21:09.944 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:21:09.989 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:21:09.989 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:21:09.991 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712/remote/smithi053/crash 2024-05-21T16:21:09.992 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T16:21:10.027 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T16:21:10.027 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2024-05-21T16:21:10.028 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-21T16:21:10.028 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-21T16:21:10.058 INFO:tasks.cephadm:Compressing logs... 2024-05-21T16:21:10.058 DEBUG:teuthology.orchestra.run.smithi045:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T16:21:10.101 DEBUG:teuthology.orchestra.run.smithi053:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T16:21:10.124 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-21T16:21:10.124 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T16:21:10.124 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T16:21:10.124 INFO:teuthology.orchestra.run.smithi045.stderr:gzip/var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.log: -5 --verbose -- /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-mon.smithi045.log 2024-05-21T16:21:10.126 INFO:teuthology.orchestra.run.smithi045.stderr: 82.7% -- replaced with /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T16:21:10.126 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T16:21:10.126 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-mon.smithi045.log: 87.5% -- replaced with /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T16:21:10.126 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-mgr.smithi045.mtyvqg.log 2024-05-21T16:21:10.126 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T16:21:10.126 INFO:teuthology.orchestra.run.smithi045.stderr: 78.2% -- replaced with /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T16:21:10.126 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-mgr.smithi045.mtyvqg.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:21:10.127 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 85.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:21:10.127 INFO:teuthology.orchestra.run.smithi053.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T16:21:10.128 INFO:teuthology.orchestra.run.smithi053.stderr:: No such file or directory 2024-05-21T16:21:10.128 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T16:21:10.128 INFO:teuthology.orchestra.run.smithi045.stderr: 89.8% -- replaced with /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T16:21:10.129 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-05-21T16:21:10.129 INFO:teuthology.orchestra.run.smithi053.stderr:real 0m0.012s 2024-05-21T16:21:10.129 INFO:teuthology.orchestra.run.smithi053.stderr:user 0m0.011s 2024-05-21T16:21:10.129 INFO:teuthology.orchestra.run.smithi053.stderr:sys 0m0.011s 2024-05-21T16:21:10.144 INFO:teuthology.orchestra.run.smithi045.stderr: 89.1% -- replaced with /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-mgr.smithi045.mtyvqg.log.gz 2024-05-21T16:21:10.153 INFO:teuthology.orchestra.run.smithi045.stderr: 91.2% -- replaced with /var/log/ceph/d6ced35a-178d-11ef-bc9a-c7b262605968/ceph-mon.smithi045.log.gz 2024-05-21T16:21:10.155 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-05-21T16:21:10.155 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.041s 2024-05-21T16:21:10.155 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.060s 2024-05-21T16:21:10.155 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.017s 2024-05-21T16:21:10.155 INFO:tasks.cephadm:Archiving logs... 2024-05-21T16:21:10.156 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712/remote/smithi045/log 2024-05-21T16:21:10.170 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:21:10.236 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712/remote/smithi053/log 2024-05-21T16:21:10.237 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T16:21:10.262 INFO:tasks.cephadm:Removing cluster... 2024-05-21T16:21:10.262 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 --force 2024-05-21T16:21:10.456 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:21:10.576 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d6ced35a-178d-11ef-bc9a-c7b262605968 --force 2024-05-21T16:21:10.764 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: d6ced35a-178d-11ef-bc9a-c7b262605968 2024-05-21T16:21:10.883 INFO:tasks.cephadm:Removing cephadm ... 2024-05-21T16:21:10.883 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:21:10.902 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T16:21:10.919 INFO:tasks.cephadm:Teardown complete 2024-05-21T16:21:10.919 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 2272, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 1901, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:21:11.098 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=405bdf6101f749d18aadd8eb89e53eda Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 2272, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 1901, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_a2b47860f61c4dc3a691f8e55c6a9780d9f76b5e/qa/tasks/cephadm.py", line 838, in ceph_bootstrap bootstrap_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 296, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 1: 'set -ex\ndd of=/root/logrotate.conf' 2024-05-21T16:21:11.102 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-21T16:21:11.113 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-21T16:21:11.200 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_1... 2024-05-21T16:21:11.201 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_1 2024-05-21T16:21:11.336 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-21T16:21:11.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:11.338 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_2... 2024-05-21T16:21:11.338 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_2 2024-05-21T16:21:11.482 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-21T16:21:11.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:11.484 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_3... 2024-05-21T16:21:11.485 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_3 2024-05-21T16:21:11.628 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-21T16:21:11.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:11.631 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi045:/dev/vg_nvme/lv_4... 2024-05-21T16:21:11.631 DEBUG:teuthology.orchestra.run.smithi045:> sudo nvme disconnect -n lv_4 2024-05-21T16:21:11.788 INFO:teuthology.orchestra.run.smithi045.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-21T16:21:11.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:11.789 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-05-21T16:21:11.790 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/scratch_devs 2024-05-21T16:21:11.819 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_1... 2024-05-21T16:21:11.820 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_1 2024-05-21T16:21:11.956 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-21T16:21:11.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:11.958 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_2... 2024-05-21T16:21:11.958 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_2 2024-05-21T16:21:12.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:12.115 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-21T16:21:12.115 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_3... 2024-05-21T16:21:12.116 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_3 2024-05-21T16:21:12.279 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-21T16:21:12.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:12.280 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi053:/dev/vg_nvme/lv_4... 2024-05-21T16:21:12.280 DEBUG:teuthology.orchestra.run.smithi053:> sudo nvme disconnect -n lv_4 2024-05-21T16:21:12.434 INFO:teuthology.orchestra.run.smithi053.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-21T16:21:12.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:12.436 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-05-21T16:21:12.436 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/scratch_devs 2024-05-21T16:21:12.463 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-21T16:21:12.472 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-21T16:21:12.472 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:21:12.476 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T16:21:12.491 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:21:12.496 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:21:12.496 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-05-21T16:21:12.497 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv01.front.sepia.ceph.com 3 6 37 61 +146us[ +94us] +/- 46ms 2024-05-21T16:21:12.497 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 62 -1258us[-1310us] +/- 63ms 2024-05-21T16:21:12.497 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 61 +1632us[+1632us] +/- 82ms 2024-05-21T16:21:12.497 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:21:12.522 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-05-21T16:21:12.523 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-21T16:21:12.524 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-05-21T16:21:12.524 INFO:teuthology.orchestra.run.smithi053.stdout:^* hv01.front.sepia.ceph.com 3 6 37 62 +114us[ +90us] +/- 46ms 2024-05-21T16:21:12.524 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 60 -1337us[-1337us] +/- 63ms 2024-05-21T16:21:12.524 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 61 +1551us[+1551us] +/- 82ms 2024-05-21T16:21:12.524 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-05-21T16:21:12.524 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-21T16:21:12.584 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-21T16:21:12.584 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-21T16:21:12.643 DEBUG:teuthology.orchestra.run.smithi045:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-21T16:21:12.712 DEBUG:teuthology.orchestra.run.smithi053:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-21T16:21:12.772 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:21:12.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:12.803 DEBUG:teuthology.orchestra.run.smithi053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-21T16:21:12.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:12.831 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-21T16:21:12.839 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-21T16:21:12.877 INFO:teuthology.task.internal:Duration was 402.642287 seconds 2024-05-21T16:21:12.877 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-21T16:21:12.943 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-21T16:21:12.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:21:12.946 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T16:21:12.986 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:21:12.989 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-21T16:21:13.302 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-21T16:21:13.302 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-05-21T16:21:13.303 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T16:21:13.328 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-05-21T16:21:13.328 DEBUG:teuthology.orchestra.run.smithi053:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T16:21:13.351 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-21T16:21:13.352 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:21:13.371 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T16:21:13.420 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-21T16:21:13.420 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:21:13.442 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T16:21:13.569 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-21T16:21:13.585 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-21T16:21:13.586 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:21:13.612 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T16:21:13.638 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-21T16:21:13.653 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:21:13.657 DEBUG:teuthology.orchestra.run.smithi053:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:21:13.678 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-05-21T16:21:13.703 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-05-21T16:21:13.723 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:21:13.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:13.752 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T16:21:13.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T16:21:13.780 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-21T16:21:13.795 INFO:teuthology.task.internal:Transferring archived files... 2024-05-21T16:21:13.796 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712/remote/smithi045 2024-05-21T16:21:13.797 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:21:13.831 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-21_14:52:39-orch:cephadm-wip-adk-testing-2024-05-20-1421-distro-default-smithi/7718712/remote/smithi053 2024-05-21T16:21:13.832 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T16:21:13.866 INFO:teuthology.task.internal:Removing archive directory... 2024-05-21T16:21:13.866 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:21:13.869 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T16:21:13.917 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-21T16:21:13.929 INFO:teuthology.task.internal:Not uploading archives. 2024-05-21T16:21:13.929 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-21T16:21:13.992 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-21T16:21:13.992 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:21:13.995 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T16:21:14.008 INFO:teuthology.orchestra.run.smithi045.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:21 /home/ubuntu/cephtest 2024-05-21T16:21:14.010 INFO:teuthology.orchestra.run.smithi053.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 16:21 /home/ubuntu/cephtest 2024-05-21T16:21:14.012 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-21T16:21:14.042 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-21T16:21:14.185 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 402.6422870159149 failure_reason: 'Command failed on smithi045 with status 1: ''set -ex\ndd of=/root/logrotate.conf''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=405bdf6101f749d18aadd8eb89e53eda status: fail success: false 2024-05-21T16:21:14.185 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T16:21:14.259 INFO:teuthology.run:FAIL