2023-12-01T21:29:20.676 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T21:29:20.676 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289 --name yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --verbose -- /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289/orig.config.yaml 2023-12-01T21:29:20.712 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T21:29:20.791 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289 branch: wip-yuri8-testing-2023-11-29-0706-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: null first_in_suite: false job_id: '7474289' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri8-testing-2023-11-29-0706-pacific 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\) sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-11-29-0706-pacific sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8528 sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-11-29-0706-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 targets: smithi057.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP34CEyoK9fZ04qZ/Xj5qeQG1YpTX1Ws3kMjviTt0tMAuwCm7V9n7lVVNMEOlfbX08OCzF8deVPS0fJ5K0z4rys= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPn8wpfCpbmgvQR0Pfj7AOZMdW2qWhUz/rSnjen2jQjzWQs0xPqEdd5aR+gtrZxcX4VD+XC3iuaXOEXvGMEKLL8= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_16:53:58 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T21:29:20.791 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa; will attempt to use it 2023-12-01T21:29:20.792 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks 2023-12-01T21:29:20.792 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T21:29:20.793 INFO:teuthology.task.internal:Checking packages... 2023-12-01T21:29:20.817 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9' 2023-12-01T21:29:20.817 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T21:29:20.817 INFO:teuthology.packaging:ref: None 2023-12-01T21:29:20.817 INFO:teuthology.packaging:tag: None 2023-12-01T21:29:20.817 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-11-29-0706-pacific 2023-12-01T21:29:20.817 INFO:teuthology.packaging:sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-12-01T21:29:20.817 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-11-29-0706-pacific 2023-12-01T21:29:20.976 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-328.g0dc074ce 2023-12-01T21:29:20.976 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T21:29:20.982 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T21:29:20.983 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T21:29:21.003 INFO:teuthology.task.internal:Saving configuration 2023-12-01T21:29:21.017 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T21:29:21.024 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T21:29:21.051 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:24:03.044071', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP34CEyoK9fZ04qZ/Xj5qeQG1YpTX1Ws3kMjviTt0tMAuwCm7V9n7lVVNMEOlfbX08OCzF8deVPS0fJ5K0z4rys='} 2023-12-01T21:29:21.073 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:24:03.042149', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPn8wpfCpbmgvQR0Pfj7AOZMdW2qWhUz/rSnjen2jQjzWQs0xPqEdd5aR+gtrZxcX4VD+XC3iuaXOEXvGMEKLL8='} 2023-12-01T21:29:21.073 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T21:29:21.081 INFO:teuthology.task.internal:roles: ubuntu@smithi057.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T21:29:21.082 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T21:29:21.082 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T21:29:21.154 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcff805ef70>, signals=[15]) 2023-12-01T21:29:21.154 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T21:29:21.166 INFO:teuthology.task.internal:Opening connections... 2023-12-01T21:29:21.166 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi057.front.sepia.ceph.com 2023-12-01T21:29:21.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:29:21.237 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T21:29:21.238 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:29:21.307 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T21:29:21.318 DEBUG:teuthology.orchestra.run.smithi057:> uname -m 2023-12-01T21:29:21.336 INFO:teuthology.orchestra.run.smithi057.stdout:x86_64 2023-12-01T21:29:21.336 DEBUG:teuthology.orchestra.run.smithi057:> cat /etc/os-release 2023-12-01T21:29:21.393 INFO:teuthology.orchestra.run.smithi057.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T21:29:21.393 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION="8.4 (Ootpa)" 2023-12-01T21:29:21.393 INFO:teuthology.orchestra.run.smithi057.stdout:ID="rhel" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:ID_LIKE="fedora" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_ID="8.4" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:PLATFORM_ID="platform:el8" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:ANSI_COLOR="0;31" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T21:29:21.394 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-01T21:29:21.395 INFO:teuthology.lock.ops:Updating smithi057.front.sepia.ceph.com on lock server 2023-12-01T21:29:21.425 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2023-12-01T21:29:21.442 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2023-12-01T21:29:21.443 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2023-12-01T21:29:21.499 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T21:29:21.499 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="8.4 (Ootpa)" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:ID="rhel" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="fedora" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="8.4" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el8" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T21:29:21.500 INFO:teuthology.orchestra.run.smithi154.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T21:29:21.501 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T21:29:21.501 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:29:21.501 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T21:29:21.501 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-01T21:29:21.501 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T21:29:21.501 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-01T21:29:21.502 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2023-12-01T21:29:21.525 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T21:29:21.538 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T21:29:21.552 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T21:29:21.552 DEBUG:teuthology.orchestra.run.smithi057:> test '!' -e /home/ubuntu/cephtest 2023-12-01T21:29:21.555 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2023-12-01T21:29:21.571 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T21:29:21.582 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T21:29:21.582 DEBUG:teuthology.orchestra.run.smithi057:> test -z $(ls -A /var/lib/ceph) 2023-12-01T21:29:21.611 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2023-12-01T21:29:21.626 INFO:teuthology.orchestra.run.smithi057.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-01T21:29:21.627 INFO:teuthology.orchestra.run.smithi154.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-01T21:29:21.628 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T21:29:21.687 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T21:29:21.706 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T21:29:21.706 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T21:29:21.706 DEBUG:teuthology.orchestra.run.smithi057:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T21:29:21.707 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T21:29:21.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:29:21.722 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-12-01T21:29:21.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:29:21.723 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2023-12-01T21:29:21.778 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:29:21.778 INFO:teuthology.task.kernel:Running kernel on smithi154: 4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:29:21.778 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2023-12-01T21:29:21.780 INFO:teuthology.orchestra.run.smithi057.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:29:21.781 INFO:teuthology.task.kernel:Running kernel on smithi057: 4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:29:21.781 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum install -y kernel 2023-12-01T21:29:23.205 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-01T21:29:23.205 INFO:teuthology.orchestra.run.smithi057.stdout:Unable to read consumer identity 2023-12-01T21:29:23.249 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T21:29:23.249 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-12-01T21:29:24.638 INFO:teuthology.orchestra.run.smithi057.stdout:Copr repo for python3-asyncssh owned by ceph 34 kB/s | 3.5 kB 00:00 2023-12-01T21:29:24.700 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T21:29:25.675 INFO:teuthology.orchestra.run.smithi057.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-12-01T21:29:26.160 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-01T21:29:29.141 INFO:teuthology.orchestra.run.smithi057.stdout:lab-extras 4.8 MB/s | 24 kB 00:00 2023-12-01T21:29:29.512 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 4.1 MB/s | 24 kB 00:00 2023-12-01T21:29:29.913 INFO:teuthology.orchestra.run.smithi057.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-01T21:29:29.913 INFO:teuthology.orchestra.run.smithi057.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-01T21:29:29.913 INFO:teuthology.orchestra.run.smithi057.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-01T21:29:30.077 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-01T21:29:30.078 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2023-12-01T21:29:30.078 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2023-12-01T21:29:30.165 DEBUG:teuthology.orchestra.run.smithi057:> echo no | sudo yum reinstall kernel || true 2023-12-01T21:29:30.245 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-01T21:29:30.246 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-01T21:29:30.246 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-01T21:29:30.399 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T21:29:30.400 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-12-01T21:29:30.400 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T21:29:30.507 DEBUG:teuthology.orchestra.run.smithi154:> echo no | sudo yum reinstall kernel || true 2023-12-01T21:29:30.531 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-01T21:29:30.531 INFO:teuthology.orchestra.run.smithi057.stdout:Unable to read consumer identity 2023-12-01T21:29:30.839 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 09:29:29 PM UTC. 2023-12-01T21:29:30.849 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T21:29:30.849 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-12-01T21:29:31.002 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:29:31.002 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:31.002 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:31.025 INFO:teuthology.orchestra.run.smithi057.stderr:Error: No packages marked for reinstall. 2023-12-01T21:29:31.075 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum reinstall -y kernel || true 2023-12-01T21:29:31.144 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 09:29:29 PM UTC. 2023-12-01T21:29:31.277 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:29:31.277 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:31.277 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:31.304 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2023-12-01T21:29:31.354 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum reinstall -y kernel || true 2023-12-01T21:29:31.439 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-01T21:29:31.439 INFO:teuthology.orchestra.run.smithi057.stdout:Unable to read consumer identity 2023-12-01T21:29:31.698 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T21:29:31.698 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-12-01T21:29:31.741 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 09:29:29 PM UTC. 2023-12-01T21:29:31.885 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:29:31.885 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:31.885 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:31.897 INFO:teuthology.orchestra.run.smithi057.stderr:Error: No packages marked for reinstall. 2023-12-01T21:29:31.947 DEBUG:teuthology.orchestra.run.smithi057:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:29:31.985 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 09:29:29 PM UTC. 2023-12-01T21:29:32.078 INFO:teuthology.orchestra.run.smithi057.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.079 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.079 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.079 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T21:29:32.079 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T21:29:32.079 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T21:29:32.079 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi057.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T21:29:32.079 DEBUG:teuthology.orchestra.run.smithi057:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:29:32.134 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:29:32.135 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:32.135 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:29:32.149 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2023-12-01T21:29:32.199 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:29:32.210 INFO:teuthology.orchestra.run.smithi057.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.210 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.211 DEBUG:teuthology.orchestra.run.smithi057:> sudo rpm -qi grub2-tools 2023-12-01T21:29:32.238 INFO:teuthology.orchestra.run.smithi057.stdout:Name : grub2-tools 2023-12-01T21:29:32.238 INFO:teuthology.orchestra.run.smithi057.stdout:Epoch : 1 2023-12-01T21:29:32.238 INFO:teuthology.orchestra.run.smithi057.stdout:Version : 2.02 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Release : 99.el8_4.1 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: x86_64 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Group : System Environment/Base 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Size : 9264631 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:License : GPLv3+ 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Relocations : (not relocatable) 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Packager : Red Hat, Inc. 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Vendor : Red Hat, Inc. 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T21:29:32.239 INFO:teuthology.orchestra.run.smithi057.stdout:Summary : Support tools for GRUB. 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout:Description : 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout:hardware devices. 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:29:32.240 INFO:teuthology.orchestra.run.smithi057.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T21:29:32.241 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T21:29:32.241 INFO:teuthology.task.kernel:Updating grub on smithi057 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.241 DEBUG:teuthology.orchestra.run.smithi057:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T21:29:32.323 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.323 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.323 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.323 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T21:29:32.323 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T21:29:32.323 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T21:29:32.323 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T21:29:32.324 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:29:32.449 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.449 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.449 DEBUG:teuthology.orchestra.run.smithi154:> sudo rpm -qi grub2-tools 2023-12-01T21:29:32.476 INFO:teuthology.orchestra.run.smithi154.stdout:Name : grub2-tools 2023-12-01T21:29:32.476 INFO:teuthology.orchestra.run.smithi154.stdout:Epoch : 1 2023-12-01T21:29:32.476 INFO:teuthology.orchestra.run.smithi154.stdout:Version : 2.02 2023-12-01T21:29:32.476 INFO:teuthology.orchestra.run.smithi154.stdout:Release : 99.el8_4.1 2023-12-01T21:29:32.476 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: x86_64 2023-12-01T21:29:32.476 INFO:teuthology.orchestra.run.smithi154.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Group : System Environment/Base 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Size : 9264631 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:License : GPLv3+ 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Relocations : (not relocatable) 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Packager : Red Hat, Inc. 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Vendor : Red Hat, Inc. 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Summary : Support tools for GRUB. 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:Description : 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T21:29:32.477 INFO:teuthology.orchestra.run.smithi154.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T21:29:32.478 INFO:teuthology.orchestra.run.smithi154.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T21:29:32.478 INFO:teuthology.orchestra.run.smithi154.stdout:hardware devices. 2023-12-01T21:29:32.478 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:29:32.478 INFO:teuthology.orchestra.run.smithi154.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T21:29:32.479 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T21:29:32.479 INFO:teuthology.task.kernel:Updating grub on smithi154 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:32.479 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T21:29:33.653 INFO:teuthology.orchestra.run.smithi057.stderr:Generating grub configuration file ... 2023-12-01T21:29:33.856 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2023-12-01T21:29:35.844 INFO:teuthology.orchestra.run.smithi057.stderr:done 2023-12-01T21:29:35.846 DEBUG:teuthology.orchestra.run.smithi057:> mktemp 2023-12-01T21:29:35.860 INFO:teuthology.orchestra.run.smithi057.stdout:/tmp/tmp.yFeS1dX9jv 2023-12-01T21:29:35.860 DEBUG:teuthology.orchestra.run.smithi057:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yFeS1dX9jv 2023-12-01T21:29:35.911 INFO:teuthology.orchestra.run.smithi154.stderr:done 2023-12-01T21:29:35.913 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2023-12-01T21:29:35.926 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.FU4JGC32iV 2023-12-01T21:29:35.927 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FU4JGC32iV 2023-12-01T21:29:35.940 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 0666 /tmp/tmp.yFeS1dX9jv 2023-12-01T21:29:35.997 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.FU4JGC32iV 2023-12-01T21:29:36.104 DEBUG:teuthology.orchestra.remote:smithi057:/tmp/tmp.yFeS1dX9jv is 6KB 2023-12-01T21:29:36.152 DEBUG:teuthology.orchestra.run.smithi057:> rm -fr /tmp/tmp.yFeS1dX9jv 2023-12-01T21:29:36.154 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.FU4JGC32iV is 6KB 2023-12-01T21:29:36.167 DEBUG:teuthology.orchestra.run.smithi057:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T21:29:36.203 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.FU4JGC32iV 2023-12-01T21:29:36.217 DEBUG:teuthology.orchestra.run.smithi154:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T21:29:36.240 INFO:teuthology.orchestra.run.smithi057.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-01T21:29:36.240 INFO:teuthology.orchestra.run.smithi057.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-01T21:29:36.240 INFO:teuthology.orchestra.run.smithi057.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-01T21:29:36.240 INFO:teuthology.orchestra.run.smithi057.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-01T21:29:36.241 DEBUG:teuthology.orchestra.run.smithi057:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:36.287 INFO:teuthology.orchestra.run.smithi154.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-01T21:29:36.288 INFO:teuthology.orchestra.run.smithi154.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-01T21:29:36.288 INFO:teuthology.orchestra.run.smithi154.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-01T21:29:36.288 INFO:teuthology.orchestra.run.smithi154.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-01T21:29:36.289 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:29:36.401 DEBUG:teuthology.orchestra.run.smithi057:> sudo shutdown -r now 2023-12-01T21:29:36.468 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2023-12-01T21:30:06.433 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T21:30:06.433 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-01T21:30:06.434 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:30:06.471 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T21:30:06.471 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T21:30:06.472 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:30:41.122 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.57 2023-12-01T21:30:41.126 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2023-12-01T21:30:50.128 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-01T21:30:50.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:30:50.131 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T21:30:50.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:31:08.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2023-12-01T21:31:20.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T21:31:20.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:31:22.416 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-12-01T21:31:22.680 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T21:31:22.680 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-01T21:31:22.680 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-12-01T21:31:22.696 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-01T21:31:22.696 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:31:22.696 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T21:31:22.697 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-01T21:31:23.698 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T21:31:23.698 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T21:31:23.805 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2023-12-01T21:31:23.822 DEBUG:teuthology.parallel:result is None 2023-12-01T21:31:50.132 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T21:32:02.133 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-01T21:32:02.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:32:02.401 DEBUG:teuthology.orchestra.run.smithi057:> true 2023-12-01T21:32:02.700 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-01T21:32:02.700 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-01T21:32:02.700 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2023-12-01T21:32:02.716 INFO:teuthology.orchestra.run.smithi057.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-01T21:32:02.716 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:32:02.716 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T21:32:02.716 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-01T21:32:03.717 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T21:32:03.717 DEBUG:teuthology.orchestra.run.smithi057:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T21:32:03.813 INFO:teuthology.orchestra.run.smithi057.stdout:ttyS1 2023-12-01T21:32:03.827 DEBUG:teuthology.parallel:result is None 2023-12-01T21:32:03.827 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T21:32:03.834 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T21:32:03.834 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T21:32:03.837 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T21:32:03.856 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T21:32:03.862 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T21:32:03.869 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T21:32:03.869 DEBUG:teuthology.orchestra.run.smithi057:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T21:32:03.894 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T21:32:03.936 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T21:32:03.943 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T21:32:03.943 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:32:03.957 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:32:03.991 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:32:04.003 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:32:04.014 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:32:04.025 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:32:04.027 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T21:32:04.035 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T21:32:04.035 DEBUG:teuthology.orchestra.run.smithi057:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T21:32:04.047 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T21:32:04.092 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T21:32:04.101 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T21:32:04.101 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T21:32:04.115 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T21:32:04.146 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:32:04.213 DEBUG:teuthology.orchestra.run.smithi057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:32:04.255 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:32:04.337 DEBUG:teuthology.orchestra.run.smithi057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:32:04.379 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:32:04.379 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T21:32:04.445 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:32:04.488 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:32:04.529 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:32:04.611 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:32:04.651 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T21:32:04.651 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T21:32:04.716 DEBUG:teuthology.orchestra.run.smithi057:> sudo service rsyslog restart 2023-12-01T21:32:04.718 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2023-12-01T21:32:04.783 INFO:teuthology.orchestra.run.smithi057.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T21:32:04.830 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T21:32:05.208 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T21:32:05.216 INFO:teuthology.task.internal:Starting timer... 2023-12-01T21:32:05.216 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T21:32:05.231 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T21:32:05.240 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T21:32:05.240 DEBUG:teuthology.orchestra.run.smithi057:> sudo service auditd rotate 2023-12-01T21:32:05.301 INFO:teuthology.orchestra.run.smithi057.stdout:Rotating logs: [ OK ] 2023-12-01T21:32:05.303 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2023-12-01T21:32:05.365 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: [ OK ] 2023-12-01T21:32:05.366 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T21:32:05.367 DEBUG:teuthology.orchestra.run.smithi057:> /usr/sbin/getenforce 2023-12-01T21:32:05.390 INFO:teuthology.orchestra.run.smithi057.stdout:Permissive 2023-12-01T21:32:05.391 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2023-12-01T21:32:05.413 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2023-12-01T21:32:05.414 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi057.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi154.front.sepia.ceph.com': 'permissive'} 2023-12-01T21:32:05.414 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:32:05.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:32:05.458 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:32:05.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:32:05.483 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T21:32:05.483 DEBUG:teuthology.orchestra.run.smithi057:> sudo /usr/sbin/setenforce permissive 2023-12-01T21:32:05.529 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2023-12-01T21:32:05.555 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T21:32:05.564 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T21:32:05.570 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T21:32:05.694 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T21:32:05.709 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'}]}] 2023-12-01T21:32:05.710 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi057.front.sepia.ceph.com,smithi154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T21:40:32.779 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi057.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com')] 2023-12-01T21:40:32.780 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-01T21:40:32.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:40:32.853 DEBUG:teuthology.orchestra.run.smithi057:> true 2023-12-01T21:40:32.876 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-01T21:40:32.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T21:40:32.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:40:32.947 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-12-01T21:40:33.018 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T21:40:33.018 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T21:40:33.030 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T21:40:33.031 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T21:40:33.031 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:40:33.033 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T21:40:33.033 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:40:33.061 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T21:40:33.076 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T21:40:33.090 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T21:40:33.105 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T21:40:33.116 INFO:teuthology.orchestra.run.smithi057.stderr:sudo: ntpd: command not found 2023-12-01T21:40:33.130 INFO:teuthology.orchestra.run.smithi057.stdout:506 Cannot talk to daemon 2023-12-01T21:40:33.142 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T21:40:33.144 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2023-12-01T21:40:33.155 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2023-12-01T21:40:33.156 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T21:40:33.169 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T21:40:33.183 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T21:40:33.220 INFO:teuthology.orchestra.run.smithi057.stderr:bash: ntpq: command not found 2023-12-01T21:40:33.223 INFO:teuthology.orchestra.run.smithi057.stdout:210 Number of sources = 4 2023-12-01T21:40:33.223 INFO:teuthology.orchestra.run.smithi057.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T21:40:33.223 INFO:teuthology.orchestra.run.smithi057.stdout:=============================================================================== 2023-12-01T21:40:33.223 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.223 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.223 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.223 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.244 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-01T21:40:33.247 INFO:teuthology.orchestra.run.smithi154.stdout:210 Number of sources = 4 2023-12-01T21:40:33.247 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T21:40:33.247 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-01T21:40:33.247 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.247 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.247 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.247 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:40:33.247 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T21:40:33.257 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T21:40:33.257 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi057.front.sepia.ceph.com 2023-12-01T21:40:33.257 DEBUG:teuthology.orchestra.run.smithi057:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T21:40:33.258 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T21:40:33.258 DEBUG:teuthology.orchestra.run.smithi154:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T21:40:33.674 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-01T21:40:33.681 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T21:40:34.479 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:25 ago on Fri 01 Dec 2023 09:39:09 PM UTC. 2023-12-01T21:40:34.559 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:40 ago on Fri 01 Dec 2023 09:38:54 PM UTC. 2023-12-01T21:40:36.586 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout:Resetting modules: 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T21:40:36.587 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T21:40:36.588 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:40:36.662 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-01T21:40:36.663 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout: Package Architecture Version Repository Size 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout:Resetting modules: 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout: container-tools 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2023-12-01T21:40:36.664 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:40:37.542 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:43 ago on Fri 01 Dec 2023 09:38:54 PM UTC. 2023-12-01T21:40:37.563 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:28 ago on Fri 01 Dec 2023 09:39:09 PM UTC. 2023-12-01T21:40:39.426 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T21:40:39.503 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2023-12-01T21:40:39.872 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T21:40:39.969 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-01T21:40:40.695 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:46 ago on Fri 01 Dec 2023 09:38:54 PM UTC. 2023-12-01T21:40:40.821 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:31 ago on Fri 01 Dec 2023 09:39:09 PM UTC. 2023-12-01T21:40:42.781 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T21:40:42.831 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout:Installing group/module packages: 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-01T21:40:42.832 INFO:teuthology.orchestra.run.smithi154.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrading: 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T21:40:42.833 INFO:teuthology.orchestra.run.smithi154.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout:Installing module profiles: 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools/common 2023-12-01T21:40:42.834 INFO:teuthology.orchestra.run.smithi154.stdout:Enabling module streams: 2023-12-01T21:40:42.835 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 3.0 2023-12-01T21:40:42.835 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:40:42.835 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T21:40:42.835 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-12-01T21:40:42.835 INFO:teuthology.orchestra.run.smithi154.stdout:Install 7 Packages 2023-12-01T21:40:42.835 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrade 12 Packages 2023-12-01T21:40:42.835 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:40:42.836 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 51 M 2023-12-01T21:40:42.836 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-01T21:40:42.907 INFO:teuthology.orchestra.run.smithi154.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 718 kB/s | 52 kB 00:00 2023-12-01T21:40:42.945 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-01T21:40:42.977 INFO:teuthology.orchestra.run.smithi154.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 487 kB/s | 69 kB 00:00 2023-12-01T21:40:43.000 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================================================== 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================================================== 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout:Installing group/module packages: 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T21:40:43.001 INFO:teuthology.orchestra.run.smithi057.stdout:Downgrading: 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:40:43.002 INFO:teuthology.orchestra.run.smithi057.stdout:Installing module profiles: 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout: container-tools/common 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling module streams: 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout: container-tools 3.0 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================================================== 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout:Install 7 Packages 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout:Downgrade 12 Packages 2023-12-01T21:40:43.003 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:40:43.004 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 51 M 2023-12-01T21:40:43.004 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2023-12-01T21:40:43.030 INFO:teuthology.orchestra.run.smithi154.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 4.1 MB/s | 511 kB 00:00 2023-12-01T21:40:43.046 INFO:teuthology.orchestra.run.smithi057.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.6 MB/s | 69 kB 00:00 2023-12-01T21:40:43.064 INFO:teuthology.orchestra.run.smithi057.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 867 kB/s | 52 kB 00:00 2023-12-01T21:40:43.071 INFO:teuthology.orchestra.run.smithi057.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 20 MB/s | 511 kB 00:00 2023-12-01T21:40:43.079 INFO:teuthology.orchestra.run.smithi154.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 1.0 MB/s | 51 kB 00:00 2023-12-01T21:40:43.089 INFO:teuthology.orchestra.run.smithi057.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 2.8 MB/s | 51 kB 00:00 2023-12-01T21:40:43.115 INFO:teuthology.orchestra.run.smithi154.stdout:(5/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 22 MB/s | 3.1 MB 00:00 2023-12-01T21:40:43.122 INFO:teuthology.orchestra.run.smithi154.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 1.3 MB/s | 56 kB 00:00 2023-12-01T21:40:43.123 INFO:teuthology.orchestra.run.smithi057.stdout:(5/19): podman-docker-3.0.1-7.module+el8.4.0+12 1.6 MB/s | 56 kB 00:00 2023-12-01T21:40:43.133 INFO:teuthology.orchestra.run.smithi057.stdout:(6/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 45 MB/s | 3.1 MB 00:00 2023-12-01T21:40:43.157 INFO:teuthology.orchestra.run.smithi154.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 1.2 MB/s | 51 kB 00:00 2023-12-01T21:40:43.162 INFO:teuthology.orchestra.run.smithi057.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 1.3 MB/s | 51 kB 00:00 2023-12-01T21:40:43.173 INFO:teuthology.orchestra.run.smithi057.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 1.8 MB/s | 72 kB 00:00 2023-12-01T21:40:43.229 INFO:teuthology.orchestra.run.smithi057.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 4.7 MB/s | 320 kB 00:00 2023-12-01T21:40:43.283 INFO:teuthology.orchestra.run.smithi154.stdout:(8/19): containernetworking-plugins-0.9.1-1.mod 45 MB/s | 20 MB 00:00 2023-12-01T21:40:43.309 INFO:teuthology.orchestra.run.smithi057.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 1.1 MB/s | 91 kB 00:00 2023-12-01T21:40:43.324 INFO:teuthology.orchestra.run.smithi057.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 2.7 MB/s | 41 kB 00:00 2023-12-01T21:40:43.333 INFO:teuthology.orchestra.run.smithi154.stdout:(9/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 342 kB/s | 72 kB 00:00 2023-12-01T21:40:43.337 INFO:teuthology.orchestra.run.smithi154.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 1.7 MB/s | 320 kB 00:00 2023-12-01T21:40:43.405 INFO:teuthology.orchestra.run.smithi154.stdout:(11/19): containers-common-1.2.2-8.module+el8.4 1.2 MB/s | 91 kB 00:00 2023-12-01T21:40:43.408 INFO:teuthology.orchestra.run.smithi154.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 574 kB/s | 41 kB 00:00 2023-12-01T21:40:43.422 INFO:teuthology.orchestra.run.smithi154.stdout:(13/19): udica-0.2.4-1.module+el8.4.0+11818+341 2.9 MB/s | 51 kB 00:00 2023-12-01T21:40:43.457 INFO:teuthology.orchestra.run.smithi057.stdout:(12/19): containernetworking-plugins-0.9.1-1.mo 45 MB/s | 20 MB 00:00 2023-12-01T21:40:43.458 INFO:teuthology.orchestra.run.smithi057.stdout:(13/19): udica-0.2.4-1.module+el8.4.0+11818+341 376 kB/s | 51 kB 00:00 2023-12-01T21:40:43.482 INFO:teuthology.orchestra.run.smithi154.stdout:(14/19): podman-3.0.1-7.module+el8.4.0+12906+0c 60 MB/s | 12 MB 00:00 2023-12-01T21:40:43.520 INFO:teuthology.orchestra.run.smithi154.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 11 MB/s | 1.1 MB 00:00 2023-12-01T21:40:43.524 INFO:teuthology.orchestra.run.smithi057.stdout:(14/19): cockpit-podman-29-2.module+el8.4.0+118 16 MB/s | 1.1 MB 00:00 2023-12-01T21:40:43.623 INFO:teuthology.orchestra.run.smithi154.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 35 MB/s | 7.4 MB 00:00 2023-12-01T21:40:43.639 INFO:teuthology.orchestra.run.smithi154.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.5 MB/s | 185 kB 00:00 2023-12-01T21:40:43.646 INFO:teuthology.orchestra.run.smithi057.stdout:(15/19): buildah-1.19.7-1.module+el8.4.0+11818+ 39 MB/s | 7.4 MB 00:00 2023-12-01T21:40:43.664 INFO:teuthology.orchestra.run.smithi154.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 384 kB/s | 16 kB 00:00 2023-12-01T21:40:43.664 INFO:teuthology.orchestra.run.smithi057.stdout:(16/19): crun-0.18-2.module+el8.4.0+11818+34146 9.7 MB/s | 185 kB 00:00 2023-12-01T21:40:43.682 INFO:teuthology.orchestra.run.smithi154.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 32 MB/s | 6.3 MB 00:00 2023-12-01T21:40:43.683 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-01T21:40:43.683 INFO:teuthology.orchestra.run.smithi154.stdout:Total 61 MB/s | 51 MB 00:00 2023-12-01T21:40:43.698 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-01T21:40:43.701 INFO:teuthology.orchestra.run.smithi057.stdout:(17/19): podman-3.0.1-7.module+el8.4.0+12906+0c 22 MB/s | 12 MB 00:00 2023-12-01T21:40:43.741 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-01T21:40:43.741 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-01T21:40:43.756 INFO:teuthology.orchestra.run.smithi057.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 173 kB/s | 16 kB 00:00 2023-12-01T21:40:43.792 INFO:teuthology.orchestra.run.smithi057.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 24 MB/s | 6.3 MB 00:00 2023-12-01T21:40:43.793 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2023-12-01T21:40:43.793 INFO:teuthology.orchestra.run.smithi057.stdout:Total 65 MB/s | 51 MB 00:00 2023-12-01T21:40:43.811 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2023-12-01T21:40:43.858 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2023-12-01T21:40:43.858 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2023-12-01T21:40:44.620 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-01T21:40:44.624 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-01T21:40:44.705 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2023-12-01T21:40:44.710 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2023-12-01T21:40:45.871 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-01T21:40:45.921 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2023-12-01T21:40:45.941 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-01T21:40:45.994 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-01T21:40:46.167 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-01T21:40:46.177 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-01T21:40:46.193 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-01T21:40:46.205 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-01T21:40:46.215 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-01T21:40:46.232 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-01T21:40:46.392 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-01T21:40:46.413 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-01T21:41:02.038 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-01T21:41:02.272 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T21:41:02.494 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-01T21:41:02.873 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-01T21:41:03.091 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T21:41:03.102 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-01T21:41:03.323 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-01T21:41:03.371 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-01T21:41:03.571 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-01T21:41:03.826 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-01T21:41:03.827 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-01T21:41:03.827 INFO:teuthology.orchestra.run.smithi154.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T21:41:03.827 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:41:03.948 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-01T21:41:04.218 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-01T21:41:04.395 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-01T21:41:04.656 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-01T21:41:04.656 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-01T21:41:04.656 INFO:teuthology.orchestra.run.smithi057.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T21:41:04.656 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:41:06.226 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-01T21:41:07.024 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-01T21:41:07.834 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-01T21:41:08.133 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-01T21:41:08.414 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-01T21:41:08.616 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-01T21:41:08.849 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-01T21:41:09.160 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-01T21:41:09.417 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-01T21:41:09.455 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-01T21:41:09.580 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-01T21:41:10.216 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-01T21:41:10.424 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-01T21:41:10.454 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-01T21:41:10.690 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-01T21:41:10.864 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-01T21:41:11.014 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-01T21:41:11.128 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-01T21:41:11.265 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-01T21:41:11.348 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-01T21:41:11.485 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-01T21:41:11.576 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-01T21:41:11.577 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-01T21:41:11.704 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-01T21:41:11.740 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-01T21:41:11.869 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-01T21:41:11.951 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-01T21:41:12.035 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-01T21:41:12.142 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-01T21:41:12.189 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-01T21:41:12.352 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-01T21:41:12.393 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-01T21:41:12.532 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-01T21:41:12.533 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-01T21:41:12.580 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-01T21:41:12.720 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-01T21:41:12.780 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-01T21:41:12.870 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-01T21:41:12.944 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-01T21:41:13.077 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-01T21:41:13.154 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-01T21:41:13.241 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-01T21:41:13.411 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-01T21:41:13.585 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-01T21:41:13.618 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-01T21:41:13.749 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-01T21:41:13.901 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-01T21:41:14.199 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-01T21:41:14.200 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-01T21:41:14.201 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-01T21:41:14.201 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-01T21:41:14.201 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-01T21:41:14.367 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-01T21:41:14.973 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-01T21:41:14.973 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-01T21:41:14.974 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T21:41:14.975 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-01T21:41:14.976 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-01T21:41:14.976 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-01T21:41:14.976 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-01T21:41:14.976 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-01T21:41:15.645 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-01T21:41:15.646 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:21 ago on Fri 01 Dec 2023 09:38:54 PM UTC. 2023-12-01T21:41:16.295 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-01T21:41:16.295 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:02:06 ago on Fri 01 Dec 2023 09:39:09 PM UTC. 2023-12-01T21:41:17.576 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-12-01T21:41:17.694 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout:Downgraded: 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-01T21:41:17.695 INFO:teuthology.orchestra.run.smithi154.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:41:17.696 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T21:41:17.930 DEBUG:teuthology.parallel:result is None 2023-12-01T21:41:18.196 INFO:teuthology.orchestra.run.smithi057.stdout:Installed products updated. 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout:Downgraded: 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.327 INFO:teuthology.orchestra.run.smithi057.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.328 INFO:teuthology.orchestra.run.smithi057.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-01T21:41:18.329 INFO:teuthology.orchestra.run.smithi057.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-01T21:41:18.329 INFO:teuthology.orchestra.run.smithi057.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-01T21:41:18.329 INFO:teuthology.orchestra.run.smithi057.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T21:41:18.329 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-01T21:41:18.329 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2023-12-01T21:41:18.508 DEBUG:teuthology.parallel:result is None 2023-12-01T21:41:18.508 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T21:41:18.520 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T21:41:18.521 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:41:18.521 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:41:18.536 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T21:41:18.536 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_1 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 6h/6d Inode: 222257 Links: 1 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2023-12-01 21:41:14.569566771 +0000 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2023-12-01 21:40:03.192507713 +0000 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2023-12-01 21:40:03.192507713 +0000 2023-12-01T21:41:18.592 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2023-12-01T21:41:18.592 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T21:41:18.657 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2023-12-01T21:41:18.657 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2023-12-01T21:41:18.657 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000377784 s, 1.4 MB/s 2023-12-01T21:41:18.658 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T21:41:18.714 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_2 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 6h/6d Inode: 218843 Links: 1 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2023-12-01 21:41:14.569566771 +0000 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2023-12-01 21:40:03.694500028 +0000 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2023-12-01 21:40:03.694500028 +0000 2023-12-01T21:41:18.770 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2023-12-01T21:41:18.771 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T21:41:18.834 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2023-12-01T21:41:18.834 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2023-12-01T21:41:18.834 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.00027345 s, 1.9 MB/s 2023-12-01T21:41:18.835 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T21:41:18.891 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_3 2023-12-01T21:41:18.946 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 6h/6d Inode: 218101 Links: 1 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2023-12-01 21:41:14.570566756 +0000 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2023-12-01 21:40:04.218492007 +0000 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2023-12-01 21:40:04.218492007 +0000 2023-12-01T21:41:18.947 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2023-12-01T21:41:18.947 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T21:41:19.010 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2023-12-01T21:41:19.010 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2023-12-01T21:41:19.010 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000279281 s, 1.8 MB/s 2023-12-01T21:41:19.011 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T21:41:19.068 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_4 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 6h/6d Inode: 221422 Links: 1 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2023-12-01 21:41:14.570566756 +0000 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2023-12-01 21:40:04.718484352 +0000 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2023-12-01 21:40:04.718484352 +0000 2023-12-01T21:41:19.124 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2023-12-01T21:41:19.124 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T21:41:19.188 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2023-12-01T21:41:19.188 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2023-12-01T21:41:19.188 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000310666 s, 1.6 MB/s 2023-12-01T21:41:19.189 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T21:41:19.245 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:41:19.359 INFO:teuthology.orchestra.run.smithi057.stdout:loop 2023-12-01T21:41:19.360 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_1... 2023-12-01T21:41:19.360 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:41:19.394 INFO:teuthology.orchestra.run.smithi057.stdout:1 2023-12-01T21:41:19.430 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_11 2023-12-01T21:41:19.471 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_2... 2023-12-01T21:41:19.471 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:41:19.546 INFO:teuthology.orchestra.run.smithi057.stdout:1 2023-12-01T21:41:19.581 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_21 2023-12-01T21:41:19.621 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_3... 2023-12-01T21:41:19.621 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:41:19.696 INFO:teuthology.orchestra.run.smithi057.stdout:1 2023-12-01T21:41:19.732 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_31 2023-12-01T21:41:19.770 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_4... 2023-12-01T21:41:19.771 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:41:19.845 INFO:teuthology.orchestra.run.smithi057.stdout:1 2023-12-01T21:41:19.880 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_41 2023-12-01T21:41:19.919 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:41:19.919 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:41:19.972 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme list 2023-12-01T21:41:20.036 INFO:teuthology.orchestra.run.smithi057.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T21:41:20.036 INFO:teuthology.orchestra.run.smithi057.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T21:41:20.036 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme0n1 BTLE7361049H4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2023-12-01T21:41:20.036 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme1n1 f13fd50b11b980e51949 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:20.036 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme2n1 e1b4d563a3214a5de543 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:20.037 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme3n1 3f232c7f4a4a9be1c657 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:20.037 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme4n1 d10c94073ff31321eb48 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:20.037 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T21:41:20.038 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:41:20.038 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/scratch_devs 2023-12-01T21:41:20.102 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T21:41:20.102 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:41:20.118 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T21:41:20.119 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_1 2023-12-01T21:41:20.174 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T21:41:20.174 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:20.174 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 217602 Links: 1 2023-12-01T21:41:20.174 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:20.175 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:20.175 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 21:41:13.811976584 +0000 2023-12-01T21:41:20.175 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 21:39:48.277579913 +0000 2023-12-01T21:41:20.175 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 21:39:48.277579913 +0000 2023-12-01T21:41:20.175 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T21:41:20.175 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T21:41:20.239 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T21:41:20.239 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T21:41:20.239 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.00025051 s, 2.0 MB/s 2023-12-01T21:41:20.240 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T21:41:20.297 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_2 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 221468 Links: 1 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 21:41:13.811976584 +0000 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 21:39:48.755567308 +0000 2023-12-01T21:41:20.353 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 21:39:48.755567308 +0000 2023-12-01T21:41:20.354 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T21:41:20.354 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T21:41:20.417 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T21:41:20.418 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T21:41:20.418 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000331663 s, 1.5 MB/s 2023-12-01T21:41:20.419 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T21:41:20.475 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_3 2023-12-01T21:41:20.529 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 218906 Links: 1 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 21:41:13.811976584 +0000 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 21:39:49.256554095 +0000 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 21:39:49.256554095 +0000 2023-12-01T21:41:20.530 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T21:41:20.530 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T21:41:20.592 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T21:41:20.592 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T21:41:20.592 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000207489 s, 2.5 MB/s 2023-12-01T21:41:20.593 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T21:41:20.649 DEBUG:teuthology.orchestra.run.smithi154:> stat /dev/vg_nvme/lv_4 2023-12-01T21:41:20.704 INFO:teuthology.orchestra.run.smithi154.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T21:41:20.704 INFO:teuthology.orchestra.run.smithi154.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:41:20.705 INFO:teuthology.orchestra.run.smithi154.stdout:Device: 6h/6d Inode: 221028 Links: 1 2023-12-01T21:41:20.705 INFO:teuthology.orchestra.run.smithi154.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:41:20.705 INFO:teuthology.orchestra.run.smithi154.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:41:20.705 INFO:teuthology.orchestra.run.smithi154.stdout:Access: 2023-12-01 21:41:13.812976558 +0000 2023-12-01T21:41:20.705 INFO:teuthology.orchestra.run.smithi154.stdout:Modify: 2023-12-01 21:39:49.773540461 +0000 2023-12-01T21:41:20.705 INFO:teuthology.orchestra.run.smithi154.stdout:Change: 2023-12-01 21:39:49.773540461 +0000 2023-12-01T21:41:20.705 INFO:teuthology.orchestra.run.smithi154.stdout: Birth: - 2023-12-01T21:41:20.705 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T21:41:20.767 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records in 2023-12-01T21:41:20.767 INFO:teuthology.orchestra.run.smithi154.stderr:1+0 records out 2023-12-01T21:41:20.767 INFO:teuthology.orchestra.run.smithi154.stderr:512 bytes copied, 0.000220539 s, 2.3 MB/s 2023-12-01T21:41:20.768 DEBUG:teuthology.orchestra.run.smithi154:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T21:41:20.824 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:41:20.937 INFO:teuthology.orchestra.run.smithi154.stdout:loop 2023-12-01T21:41:20.938 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_1... 2023-12-01T21:41:20.938 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:41:20.971 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-12-01T21:41:21.006 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_11 2023-12-01T21:41:21.045 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_2... 2023-12-01T21:41:21.046 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:41:21.118 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-12-01T21:41:21.153 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_21 2023-12-01T21:41:21.191 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_3... 2023-12-01T21:41:21.191 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:41:21.265 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-12-01T21:41:21.299 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_31 2023-12-01T21:41:21.337 INFO:tasks.nvme_loop:Connecting nvme_loop smithi154:/dev/vg_nvme/lv_4... 2023-12-01T21:41:21.337 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:41:21.410 INFO:teuthology.orchestra.run.smithi154.stdout:1 2023-12-01T21:41:21.445 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/vg_nvme/lv_41 2023-12-01T21:41:21.483 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T21:41:21.483 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:41:21.538 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme list 2023-12-01T21:41:21.601 INFO:teuthology.orchestra.run.smithi154.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T21:41:21.602 INFO:teuthology.orchestra.run.smithi154.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T21:41:21.602 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme0n1 CVFT6233003B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T21:41:21.602 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme1n1 88df4a395982a83d47dd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:21.602 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme2n1 8b719813127696e1c24d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:21.602 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme3n1 11601d164f3d37e43120 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:21.602 INFO:teuthology.orchestra.run.smithi154.stdout:/dev/nvme4n1 2b0dc4fe318dd80d1c6a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:41:21.603 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T21:41:21.603 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T21:41:21.603 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/scratch_devs 2023-12-01T21:41:21.667 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T21:41:21.741 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\\)'], 'sha1': '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9'} 2023-12-01T21:41:21.741 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-12-01T21:41:21.741 INFO:tasks.cephadm:Cluster fsid is 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:41:21.741 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T21:41:21.742 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T21:41:21.742 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi057': '172.21.15.57', 'mon.smithi154': '172.21.15.154'} 2023-12-01T21:41:21.742 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T21:41:21.742 DEBUG:teuthology.orchestra.run.smithi057:> sudo hostname $(hostname -s) 2023-12-01T21:41:21.773 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2023-12-01T21:41:21.798 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9)... 2023-12-01T21:41:21.799 DEBUG:teuthology.orchestra.run.smithi057:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T21:41:21.957 INFO:teuthology.orchestra.run.smithi057.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 1 21:41 /home/ubuntu/cephtest/cephadm 2023-12-01T21:41:21.957 DEBUG:teuthology.orchestra.run.smithi154:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T21:41:22.095 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 1 21:41 /home/ubuntu/cephtest/cephadm 2023-12-01T21:41:22.096 DEBUG:teuthology.orchestra.run.smithi057:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T21:41:22.115 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T21:41:22.139 DEBUG:teuthology.orchestra.run.smithi057:> sudo mkdir -p /etc/ceph 2023-12-01T21:41:22.185 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /etc/ceph 2023-12-01T21:41:22.210 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 777 /etc/ceph 2023-12-01T21:41:22.254 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 777 /etc/ceph 2023-12-01T21:41:22.277 INFO:tasks.cephadm:Writing seed config... 2023-12-01T21:41:22.281 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-01T21:41:22.281 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-01T21:41:22.282 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-01T21:41:22.282 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-01T21:41:22.282 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-01T21:41:22.282 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-01T21:41:22.282 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-01T21:41:22.282 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-01T21:41:22.282 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:41:22.283 DEBUG:teuthology.orchestra.run.smithi057:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-01T21:41:22.311 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false 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 ruleset-failure-domain=osd 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 = 5e5680b2-9092-11ee-95a2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 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 2023-12-01T21:41:22.311 DEBUG:teuthology.orchestra.run.smithi057:mon.smithi057> sudo journalctl -f -n 0 -u ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi057.service 2023-12-01T21:41:22.353 INFO:tasks.cephadm:Bootstrapping... 2023-12-01T21:41:22.354 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 -v bootstrap --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.57 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-01T21:41:22.380 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:-- Logs begin at Fri 2023-12-01 21:31:10 UTC. -- 2023-12-01T21:41:22.721 INFO:teuthology.orchestra.run.smithi057.stderr:-------------------------------------------------------------------------------- 2023-12-01T21:41:22.722 INFO:teuthology.orchestra.run.smithi057.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9', '-v', 'bootstrap', '--fsid', '5e5680b2-9092-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.57', '--skip-admin-label'] 2023-12-01T21:41:23.985 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: 3.0.1 2023-12-01T21:41:24.004 INFO:teuthology.orchestra.run.smithi057.stderr:Verifying podman|docker is present... 2023-12-01T21:41:24.061 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: 3.0.1 2023-12-01T21:41:24.088 INFO:teuthology.orchestra.run.smithi057.stderr:Verifying lvm2 is present... 2023-12-01T21:41:24.088 INFO:teuthology.orchestra.run.smithi057.stderr:Verifying time synchronization is in place... 2023-12-01T21:41:24.095 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T21:41:24.102 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: inactive 2023-12-01T21:41:24.109 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: enabled 2023-12-01T21:41:24.114 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: active 2023-12-01T21:41:24.115 INFO:teuthology.orchestra.run.smithi057.stderr:Unit chronyd.service is enabled and running 2023-12-01T21:41:24.115 INFO:teuthology.orchestra.run.smithi057.stderr:Repeating the final host check... 2023-12-01T21:41:24.165 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: 3.0.1 2023-12-01T21:41:24.183 INFO:teuthology.orchestra.run.smithi057.stderr:podman (/bin/podman) version 3.0.1 is present 2023-12-01T21:41:24.183 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl is present 2023-12-01T21:41:24.183 INFO:teuthology.orchestra.run.smithi057.stderr:lvcreate is present 2023-12-01T21:41:24.189 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T21:41:24.194 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: inactive 2023-12-01T21:41:24.201 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: enabled 2023-12-01T21:41:24.206 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: active 2023-12-01T21:41:24.207 INFO:teuthology.orchestra.run.smithi057.stderr:Unit chronyd.service is enabled and running 2023-12-01T21:41:24.207 INFO:teuthology.orchestra.run.smithi057.stderr:Host looks OK 2023-12-01T21:41:24.207 INFO:teuthology.orchestra.run.smithi057.stderr:Cluster fsid: 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:41:24.208 INFO:teuthology.orchestra.run.smithi057.stderr:Acquiring lock 139913924120648 on /run/cephadm/5e5680b2-9092-11ee-95a2-87774f69a715.lock 2023-12-01T21:41:24.208 INFO:teuthology.orchestra.run.smithi057.stderr:Lock 139913924120648 acquired on /run/cephadm/5e5680b2-9092-11ee-95a2-87774f69a715.lock 2023-12-01T21:41:24.208 INFO:teuthology.orchestra.run.smithi057.stderr:Verifying IP 172.21.15.57 port 3300 ... 2023-12-01T21:41:24.208 INFO:teuthology.orchestra.run.smithi057.stderr:Verifying IP 172.21.15.57 port 6789 ... 2023-12-01T21:41:24.208 INFO:teuthology.orchestra.run.smithi057.stderr:Base mon IP(s) is [172.21.15.57:3300, 172.21.15.57:6789], mon addrv is [v2:172.21.15.57:3300,v1:172.21.15.57:6789] 2023-12-01T21:41:24.211 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-12-01T21:41:24.211 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.57 metric 100 2023-12-01T21:41:24.214 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-01T21:41:24.214 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-01T21:41:24.214 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2023-12-01T21:41:24.216 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-01T21:41:24.216 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-01T21:41:24.216 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T21:41:24.216 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-01T21:41:24.216 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1562/64 scope link 2023-12-01T21:41:24.216 INFO:teuthology.orchestra.run.smithi057.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T21:41:24.217 INFO:teuthology.orchestra.run.smithi057.stderr:Mon IP `172.21.15.57` is in CIDR network `172.21.0.0/20` 2023-12-01T21:41:24.217 INFO:teuthology.orchestra.run.smithi057.stderr:Mon IP `172.21.15.57` is in CIDR network `172.21.0.0/20` 2023-12-01T21:41:24.217 INFO:teuthology.orchestra.run.smithi057.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-01T21:41:24.218 INFO:teuthology.orchestra.run.smithi057.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-01T21:41:24.219 INFO:teuthology.orchestra.run.smithi057.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9... 2023-12-01T21:41:24.299 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9... 2023-12-01T21:41:24.404 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: Getting image source signatures 2023-12-01T21:41:24.559 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: Copying blob sha256:96ba01455e65bc03491e2f2316657b68180ac5005b1d5caba9f26ab597b9194e 2023-12-01T21:41:24.618 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-01T21:41:40.149 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: Copying config sha256:d30c4dc4d760f2fdb463af249ff72204aa7b305461ccb4ab64a229b59c3e2dc6 2023-12-01T21:41:40.215 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: Writing manifest to image destination 2023-12-01T21:41:40.215 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: Storing signatures 2023-12-01T21:41:51.351 INFO:teuthology.orchestra.run.smithi057.stderr:/bin/podman: d30c4dc4d760f2fdb463af249ff72204aa7b305461ccb4ab64a229b59c3e2dc6 2023-12-01T21:41:51.970 INFO:teuthology.orchestra.run.smithi057.stderr:ceph: ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable) 2023-12-01T21:42:03.084 INFO:teuthology.orchestra.run.smithi057.stderr:Ceph version: ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable) 2023-12-01T21:42:03.084 INFO:teuthology.orchestra.run.smithi057.stderr:Extracting ceph user uid/gid from container image... 2023-12-01T21:42:03.579 INFO:teuthology.orchestra.run.smithi057.stderr:stat: 167 167 2023-12-01T21:42:04.033 INFO:teuthology.orchestra.run.smithi057.stderr:Creating initial keys... 2023-12-01T21:42:04.553 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-authtool: AQAsU2pl6rPFHxAArAVvB/mVrdX6OEtBfKRwzg== 2023-12-01T21:42:05.492 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-authtool: AQAtU2pl0bKWGxAAAqIHVOEKrTnoZpL+ShOvqA== 2023-12-01T21:42:06.453 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-authtool: AQAuU2plJibHGBAAnkr2XfyniarR64bXh/PzWA== 2023-12-01T21:42:06.912 INFO:teuthology.orchestra.run.smithi057.stderr:Creating initial monmap... 2023-12-01T21:42:07.345 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T21:42:07.345 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:07.345 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T21:42:07.880 INFO:teuthology.orchestra.run.smithi057.stderr:monmaptool for smithi057 [v2:172.21.15.57:3300,v1:172.21.15.57:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T21:42:07.880 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/monmaptool: set fsid to 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:07.881 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T21:42:07.881 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:42:07.881 INFO:teuthology.orchestra.run.smithi057.stderr:Creating mon... 2023-12-01T21:42:08.369 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.327+0000 7fc8e9082880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-01T21:42:08.393 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 1 imported monmap: 2023-12-01T21:42:08.393 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-01T21:42:08.393 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: fsid 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:08.393 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: last_changed 2023-12-01T21:42:07.322600+0000 2023-12-01T21:42:08.393 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: created 2023-12-01T21:42:07.322600+0000 2023-12-01T21:42:08.393 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 0 /usr/bin/ceph-mon: set fsid to 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: RocksDB version: 6.8.1 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Compile date Nov 29 2023 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: DB SUMMARY 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi057/store.db dir, Total Num: 0, files: 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi057/store.db: 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.394 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.error_if_exists: 0 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.create_if_missing: 1 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.paranoid_checks: 1 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.env: 0x556601fed080 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.fs: Posix File System 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.info_log: 0x556603791380 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.statistics: (nil) 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.use_fsync: 0 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.max_log_file_size: 0 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.allow_fallocate: 1 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-01T21:42:08.395 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.use_direct_reads: 0 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.db_log_dir: 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi057/store.db 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.max_subcompactions: 1 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.max_background_flushes: -1 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.write_buffer_manager: 0x556603797980 2023-12-01T21:42:08.396 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.unordered_write: 0 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.row_cache: None 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.wal_filter: None 2023-12-01T21:42:08.397 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.preserve_deletes: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.two_write_queues: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.328+0000 7fc8e9082880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.atomic_flush: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.log_readahead_size: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.max_background_jobs: 2 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.max_background_compactions: -1 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T21:42:08.398 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.max_open_files: -1 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Compression algorithms supported: 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kZSTD supported: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kXpressCompression supported: 0 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-01T21:42:08.399 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kLZ4Compression supported: 1 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kBZip2Compression supported: 0 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kZlibCompression supported: 1 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: kSnappyCompression supported: 1 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.329+0000 7fc8e9082880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.331+0000 7fc8e9082880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi057/store.db/MANIFEST-000001 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.merge_operator: 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_filter: None 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T21:42:08.400 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5566036a1d30) 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_cache: 0x5566036dad10 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-01T21:42:08.401 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-01T21:42:08.402 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compression: NoCompression 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.num_levels: 7 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T21:42:08.403 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T21:42:08.404 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-01T21:42:08.405 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.table_properties_collectors: 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.inplace_update_support: 0 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T21:42:08.406 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.bloom_locality: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.max_successive_merges: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.ttl: 2592000 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi057/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.332+0000 7fc8e9082880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.333+0000 7fc8e9082880 4 rocksdb: DB pointer 0x5566037a5800 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.333+0000 7fc8d1f09700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.333+0000 7fc8d1f09700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-01T21:42:08.407 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 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 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:42:08.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 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 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 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 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 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 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:08.409 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 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 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 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 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.410 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:42:08.411 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: 2023-12-01T21:42:08.411 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.334+0000 7fc8e9082880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-01T21:42:08.411 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.334+0000 7fc8e9082880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-01T21:42:08.411 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:42:08.334+0000 7fc8e9082880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi057 for mon.smithi057 2023-12-01T21:42:08.956 INFO:teuthology.orchestra.run.smithi057.stderr:create mon.smithi057 on 2023-12-01T21:42:09.070 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-01T21:42:09.179 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5e5680b2-9092-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-5e5680b2-9092-11ee-95a2-87774f69a715.target. 2023-12-01T21:42:09.179 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-5e5680b2-9092-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-5e5680b2-9092-11ee-95a2-87774f69a715.target. 2023-12-01T21:42:09.405 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Failed to reset failed state of unit ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi057.service: Unit ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi057.service not loaded. 2023-12-01T21:42:09.412 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5e5680b2-9092-11ee-95a2-87774f69a715.target.wants/ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi057.service → /etc/systemd/system/ceph-5e5680b2-9092-11ee-95a2-87774f69a715@.service. 2023-12-01T21:42:09.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:09 smithi057 systemd[1]: Starting Ceph mon.smithi057 for 5e5680b2-9092-11ee-95a2-87774f69a715... 2023-12-01T21:42:10.193 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: disabled 2023-12-01T21:42:10.201 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: inactive 2023-12-01T21:42:10.202 INFO:teuthology.orchestra.run.smithi057.stderr:firewalld.service is not enabled 2023-12-01T21:42:10.202 INFO:teuthology.orchestra.run.smithi057.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T21:42:10.202 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for mon to start... 2023-12-01T21:42:10.203 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for mon... 2023-12-01T21:42:10.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:10 smithi057 bash[82713]: dd4002b2a7197b8fbdec113c49858be1d147cfe9ed45b95aaebe080b0b7cf18a 2023-12-01T21:42:10.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:10 smithi057 systemd[1]: Started Ceph mon.smithi057 for 5e5680b2-9092-11ee-95a2-87774f69a715. 2023-12-01T21:42:10.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:10 smithi057 conmon[82754]: cluster 2023-12-01T21:42:10.211283+0000 mon.smithi057 2023-12-01T21:42:10.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:10 smithi057 conmon[82754]: (mon.0) 0 : [INF] mkfs 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:10.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:10 smithi057 conmon[82754]: cluster 2023-12 2023-12-01T21:42:10.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:10 smithi057 conmon[82754]: -01T21:42:10.183806+0000 mon.smithi057 (mon.0) 1 : cluster 2023-12-01T21:42:10.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:10 smithi057 conmon[82754]: [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2023-12-01T21:42:10.758 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: cluster: 2023-12-01T21:42:10.758 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: id: 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:10.758 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-01T21:42:10.758 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: services: 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi057 (age 0.556355s) 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: data: 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: pgs: 2023-12-01T21:42:10.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:11.548 INFO:teuthology.orchestra.run.smithi057.stderr:mon is available 2023-12-01T21:42:11.548 INFO:teuthology.orchestra.run.smithi057.stderr:Assimilating anything we can from ceph.conf... 2023-12-01T21:42:11.555 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:11 smithi057 conmon[82754]: cluster 2023-12-01T21:42:10.198626+0000 mon.smithi057 (mon.0) 2 : cluster [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2023-12-01T21:42:11.555 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:11 smithi057 conmon[82754]: cluster 2023-12-01T21:42:10.198913+0000 mon.smithi057 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi057=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0]} removed_ranks: {} 2023-12-01T21:42:11.555 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:11 smithi057 conmon[82754]: cluster 2023-12-01T21:42:10.212998+0000 mon.smithi057 (mon.0) 4 : cluster [DBG] fsmap 2023-12-01T21:42:11.555 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:11 smithi057 conmon[82754]: cluster 2023-12-01T21:42:10.215970+0000 mon.smithi057 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-01T21:42:11.555 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:11 smithi057 conmon[82754]: cluster 2023-12-01T21:42:10.216869+0000 mon.smithi057 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-01T21:42:11.555 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:11 smithi057 conmon[82754]: audit 2023-12-01T21:42:10.754936+0000 mon.smithi057 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.57:0/2622113042' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: [global] 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: fsid = 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.57:3300,v1:172.21.15.57:6789] 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T21:42:12.132 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T21:42:12.133 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:12.133 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: [mgr] 2023-12-01T21:42:12.133 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T21:42:12.133 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:12.133 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: [osd] 2023-12-01T21:42:12.133 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T21:42:12.133 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T21:42:12.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:12 smithi057 conmon[82754]: audit 2023-12-01T21:42:12.126159+0000 mon.smithi057 (mon.0) 8 : audit [INF] from='client.? 172.21.15.57:0/3774102724' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T21:42:12.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:12 smithi057 conmon[82754]: audit 2023-12-01T21:42:12.129111+0000 mon.smithi057 (mon.0) 9 : audit [INF] from='client.? 172.21.15.57:0/3774102724' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-01T21:42:12.713 INFO:teuthology.orchestra.run.smithi057.stderr:Generating new minimal ceph.conf... 2023-12-01T21:42:13.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:13 smithi057 conmon[82754]: audit 2023-12-01T21:42:13.310217+0000 mon.smithi057 (mon.0) 10 : audit 2023-12-01T21:42:13.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:13 smithi057 conmon[82754]: [DBG] from='client.? 172.21.15.57:0/1224843469' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:42:13.905 INFO:teuthology.orchestra.run.smithi057.stderr:Restarting the monitor... 2023-12-01T21:42:14.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:13 smithi057 systemd[1]: Stopping Ceph mon.smithi057 for 5e5680b2-9092-11ee-95a2-87774f69a715... 2023-12-01T21:42:14.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:13 smithi057 bash[83260]: Error: no container with name or ID ceph-5e5680b2-9092-11ee-95a2-87774f69a715-mon.smithi057 found: no such container 2023-12-01T21:42:14.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:14 smithi057 conmon[82754]: debug 2023-12-01T21:42:14.235+0000 7f8da61b0700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi057 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-01T21:42:14.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:14 smithi057 conmon[82754]: debug 2023-12-01T21:42:14.235+0000 7f8da61b0700 -1 mon.smithi057@0(leader) e1 *** Got Signal Terminated *** 2023-12-01T21:42:15.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:14 smithi057 bash[83376]: dd4002b2a7197b8fbdec113c49858be1d147cfe9ed45b95aaebe080b0b7cf18a 2023-12-01T21:42:15.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 systemd[1]: ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi057.service: Succeeded. 2023-12-01T21:42:15.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 systemd[1]: Stopped Ceph mon.smithi057 for 5e5680b2-9092-11ee-95a2-87774f69a715. 2023-12-01T21:42:15.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 systemd[1]: Starting Ceph mon.smithi057 for 5e5680b2-9092-11ee-95a2-87774f69a715... 2023-12-01T21:42:15.661 INFO:teuthology.orchestra.run.smithi057.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.643+0000 7f44fd3ad880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.643+0000 7f44fd3ad880 0 ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable), process ceph-mon, pid 7 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.643+0000 7f44fd3ad880 0 pidfile_write: ignore empty --pid-file 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.647+0000 7f44fd3ad880 0 load: jerasure load: lrc load: isa 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: RocksDB version: 6.8.1 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T21:42:15.908 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Compile date Nov 29 2023 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: DB SUMMARY 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: CURRENT file: CURRENT 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi057/store.db dir, Total Num: 1, files: 000004.sst 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi057/store.db: 000006.log size: 86503 ; 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.error_if_exists: 0 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.create_if_missing: 0 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.paranoid_checks: 1 2023-12-01T21:42:15.909 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.env: 0x5633daefd080 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.fs: Posix File System 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.info_log: 0x5633dd4d7d20 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.statistics: (nil) 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.use_fsync: 0 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_log_file_size: 0 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 bash[83698]: c76fda34692122564b068e8227d379ec37cf0acf9e05f376df4d96e42fb63089 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.allow_fallocate: 1 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-01T21:42:15.910 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.use_direct_reads: 0 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.db_log_dir: 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi057/store.db 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_subcompactions: 1 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_background_flushes: -1 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.write_buffer_manager: 0x5633de12e480 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T21:42:15.911 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.unordered_write: 0 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.row_cache: None 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.wal_filter: None 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T21:42:15.912 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.preserve_deletes: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.two_write_queues: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.atomic_flush: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.log_readahead_size: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_background_jobs: 2 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_background_compactions: -1 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-01T21:42:15.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_open_files: -1 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Compression algorithms supported: 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kZSTD supported: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kXpressCompression supported: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kLZ4Compression supported: 1 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kBZip2Compression supported: 0 2023-12-01T21:42:15.914 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kZlibCompression supported: 1 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: kSnappyCompression supported: 1 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi057/store.db/MANIFEST-000005 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.merge_operator: 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_filter: None 2023-12-01T21:42:15.915 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-01T21:42:15.916 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T21:42:15.916 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T21:42:15.916 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5633dd481d28) 2023-12-01T21:42:15.916 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: cache_index_and_filter_blocks: 1 2023-12-01T21:42:15.916 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: pin_top_level_index_and_filter: 1 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: index_type: 0 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: data_block_index_type: 0 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: index_shortening: 1 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: data_block_hash_table_util_ratio: 0.750000 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: hash_index_allow_collision: 1 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: checksum: 1 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: no_block_cache: 0 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_cache: 0x5633dd4baf10 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_cache_name: BinnedLRUCache 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_cache_options: 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: capacity : 536870912 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: num_shard_bits : 4 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: strict_capacity_limit : 0 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: high_pri_pool_ratio: 0.000 2023-12-01T21:42:15.917 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_cache_compressed: (nil) 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: persistent_cache: (nil) 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_size: 4096 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_size_deviation: 10 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_restart_interval: 16 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: index_block_restart_interval: 1 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: metadata_block_size: 4096 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: partition_filters: 0 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: use_delta_encoding: 1 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: whole_key_filtering: 1 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: verify_compression: 0 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: read_amp_bytes_per_bit: 0 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: format_version: 2 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: enable_index_compression: 1 2023-12-01T21:42:15.918 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: block_align: 0 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compression: NoCompression 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.num_levels: 7 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:42:15.919 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T21:42:15.920 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T21:42:15.921 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.table_properties_collectors: 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.inplace_update_support: 0 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T21:42:15.922 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.bloom_locality: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.max_successive_merges: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.ttl: 2592000 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.648+0000 7f44fd3ad880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.649+0000 7f44fd3ad880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi057/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.649+0000 7f44fd3ad880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.649+0000 7f44fd3ad880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701466935650701, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-01T21:42:15.923 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.649+0000 7f44fd3ad880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.649+0000 7f44fd3ad880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.650+0000 7f44fd3ad880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701466935651675, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83376, "table_properties": {"data_size": 81643, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76155, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701466935, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.650+0000 7f44fd3ad880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.651+0000 7f44fd3ad880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701466935652657, "job": 1, "event": "recovery_finished"} 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.652+0000 7f44fd3ad880 4 rocksdb: DB pointer 0x5633dd585800 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.652+0000 7f44e41b3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.652+0000 7f44e41b3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ** DB Stats ** 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T21:42:15.924 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ** Compaction Stats [default] ** 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 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 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ** Compaction Stats [default] ** 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 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 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.2 0.00 0.00 1 0.001 0 0 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:42:15.925 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Cumulative compaction: 0.00 GB write, 20.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Interval compaction: 0.00 GB write, 20.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 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 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ** Compaction Stats [default] ** 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 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 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.2 0.00 0.00 1 0.001 0 0 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ** Compaction Stats [default] ** 2023-12-01T21:42:15.926 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 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 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.2 0.00 0.00 1 0.001 0 0 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Cumulative compaction: 0.00 GB write, 19.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 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 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.927 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.653+0000 7f44fd3ad880 0 starting mon.smithi057 rank 0 at public addrs [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] at bind addrs [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi057 fsid 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 1 mon.smithi057@-1(???) e1 preinit fsid 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 0 mon.smithi057@-1(???).mds e1 new map 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 0 mon.smithi057@-1(???).mds e1 print_map 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: e1 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 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} 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: legacy client fscid: -1 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: No filesystems configured 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 0 mon.smithi057@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 0 mon.smithi057@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 0 mon.smithi057@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 0 mon.smithi057@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T21:42:15.928 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: audit 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 2023-12-01T21:42:13.310217+0000 mon.smithi057 (mon.0) 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 10 : audit [DBG] from='client.? 172.21.15.57:0/1224843469' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: debug 2023-12-01T21:42:15.654+0000 7f44fd3ad880 1 mon.smithi057@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 systemd[1]: Started Ceph mon.smithi057 for 5e5680b2-9092-11ee-95a2-87774f69a715. 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: cluster 2023-12-01T21:42:15.671242+0000 mon.smithi057 (mon.0) 1 : cluster [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: cluster 2023-12-01T21:42:15.671340+0000 mon.smithi057 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi057=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0]} removed_ranks: {} 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: cluster 2023-12-01T21:42:15.671943+0000 mon.smithi057 (mon.0) 3 : cluster [DBG] fsmap 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: cluster 2023-12-01T21:42: 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 15.671987+0000 mon.smithi057 (mon.0) 4 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: cluster 2023 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: -12-01T21:42: 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: 15.672671+0000 mon.smithi057 (mon.0 2023-12-01T21:42:15.929 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:15 smithi057 conmon[83739]: ) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-01T21:42:16.905 INFO:teuthology.orchestra.run.smithi057.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-01T21:42:16.905 INFO:teuthology.orchestra.run.smithi057.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-01T21:42:16.905 INFO:teuthology.orchestra.run.smithi057.stderr:Creating mgr... 2023-12-01T21:42:16.905 INFO:teuthology.orchestra.run.smithi057.stderr:Verifying port 9283 ... 2023-12-01T21:42:17.045 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Failed to reset failed state of unit ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mgr.smithi057.muvfvk.service: Unit ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mgr.smithi057.muvfvk.service not loaded. 2023-12-01T21:42:17.052 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5e5680b2-9092-11ee-95a2-87774f69a715.target.wants/ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mgr.smithi057.muvfvk.service → /etc/systemd/system/ceph-5e5680b2-9092-11ee-95a2-87774f69a715@.service. 2023-12-01T21:42:17.653 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:17 smithi057 conmon[83739]: audit 2023-12-01T21:42:16.204338+0000 mon.smithi057 (mon.0) 6 : audit [INF] from='client.? 172.21.15.57:0/930771135' entity='client.admin' 2023-12-01T21:42:17.833 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: disabled 2023-12-01T21:42:17.841 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: inactive 2023-12-01T21:42:17.842 INFO:teuthology.orchestra.run.smithi057.stderr:firewalld.service is not enabled 2023-12-01T21:42:17.842 INFO:teuthology.orchestra.run.smithi057.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T21:42:17.850 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: disabled 2023-12-01T21:42:17.858 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: inactive 2023-12-01T21:42:17.859 INFO:teuthology.orchestra.run.smithi057.stderr:firewalld.service is not enabled 2023-12-01T21:42:17.859 INFO:teuthology.orchestra.run.smithi057.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-01T21:42:17.859 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for mgr to start... 2023-12-01T21:42:17.859 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for mgr... 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: { 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "fsid": "5e5680b2-9092-11ee-95a2-87774f69a715", 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "health": { 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 0 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:18.458 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "smithi057" 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T21:42:18.459 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T21:42:18.463 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "available": false, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "iostat", 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "nfs", 2023-12-01T21:42:18.464 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "restful" 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "modified": "2023-12-01T21:42:10.211734+0000", 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T21:42:18.465 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: } 2023-12-01T21:42:18.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:18 smithi057 conmon[83739]: audit 2023-12-01T21:42:18 2023-12-01T21:42:18.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:18 smithi057 conmon[83739]: .453656+0000 mon.smithi057 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.57:0/165478384' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T21:42:19.045 INFO:teuthology.orchestra.run.smithi057.stderr:mgr not available, waiting (1/15)... 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: { 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "fsid": "5e5680b2-9092-11ee-95a2-87774f69a715", 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "health": { 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:21.683 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 0 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "smithi057" 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:21.684 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T21:42:21.685 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T21:42:21.685 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T21:42:21.688 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T21:42:21.688 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T21:42:21.688 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T21:42:21.688 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:21.688 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T21:42:21.688 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T21:42:21.689 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "available": false, 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "iostat", 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "nfs", 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "restful" 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "modified": "2023-12-01T21:42:10.211734+0000", 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T21:42:21.690 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: } 2023-12-01T21:42:22.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:21 smithi057 conmon[83739]: audit 2023-12-01T21:42:21.679066+0000 mon.smithi057 (mon.0) 8 : audit [DBG] 2023-12-01T21:42:22.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:21 smithi057 conmon[83739]: from='client.? 172.21.15.57:0/2392138954' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T21:42:22.294 INFO:teuthology.orchestra.run.smithi057.stderr:mgr not available, waiting (2/15)... 2023-12-01T21:42:23.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: cluster 2023-12-01T21:42:23.442188+0000 mon.smithi057 (mon.0) 9 : cluster [INF] Activating manager daemon smithi057.muvfvk 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: cluster 2023-12-01T21:42:23.445284+0000 mon.smithi057 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi057.muvfvk(active, starting, since 0.00320476s) 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12-01T21:42:23.446058+0000 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: mon.smithi057 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12-01T21:42:23. 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 446214+0000 mon.smithi057 (mon.0) 12 : audit 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: [DBG] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 2023-12-01T21:42:23.446337+0000 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: mon.smithi057 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: -12-01T21:42:23.446500+0000 mon.smithi057 ( 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2023-12-01T21:42:23.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: -01T21:42:23.446828+0000 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: mon.smithi057 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mgr metadata", "who": "smithi057.muvfvk", "id": "smithi057.muvfvk"}]: dispatch 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: cluster 2023 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: -12-01T21:42:23.448690+0000 mon.smithi057 ( 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: mon.0) 16 : cluster [INF] Manager daemon smithi057.muvfvk is now available 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: -01T21:42:23.459636+0000 mon.smithi057 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: -01T21:42:23.462967+0000 mon.smithi057 (mon. 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 0) 18 : audit [INF] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/mirror_snapshot_schedule"}]: dispatch 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12-01 2023-12-01T21:42:23.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: T21:42:23.465656+0000 mon.smithi057 ( 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/trash_purge_schedule"}]: dispatch 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023- 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 12-01T21:42:23.468666+0000 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: mon.smithi057 (mon.0) 20 : audit [INF] 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: audit 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: 2023-12-01T21:42:23.470675+0000 mon.smithi057 2023-12-01T21:42:23.698 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:23 smithi057 conmon[83739]: (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.57:0/3450390213' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:25.044 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:25.044 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: { 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "fsid": "5e5680b2-9092-11ee-95a2-87774f69a715", 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "health": { 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 0 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "smithi057" 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-12-01T21:42:25.045 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T21:42:25.046 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "available": true, 2023-12-01T21:42:25.047 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "iostat", 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "nfs", 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "restful" 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ], 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "modified": "2023-12-01T21:42:10.211734+0000", 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: }, 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T21:42:25.048 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: } 2023-12-01T21:42:25.619 INFO:teuthology.orchestra.run.smithi057.stderr:mgr is available 2023-12-01T21:42:25.819 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:25 smithi057 conmon[83739]: cluster 2023-12-01T21:42:24.449936+0000 mon.smithi057 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi057.muvfvk(active, since 1.00786s) 2023-12-01T21:42:25.819 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:25 smithi057 conmon[83739]: audit 2023-12-01T21:42:25.034498+0000 mon.smithi057 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.57:0/2129717084' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T21:42:26.268 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: [global] 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: fsid = 5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: [mgr] 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: [osd] 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T21:42:26.269 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T21:42:26.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:26 smithi057 conmon[83739]: cluster 2023-12-01T21:42:25.452828+0000 mon.smithi057 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi057.muvfvk(active, since 2s) 2023-12-01T21:42:26.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:26 smithi057 conmon[83739]: audit 2023-12-01T21:42:26.264955+0000 mon.smithi057 (mon.0) 25 : audit [INF] from='client.? 172.21.15.57:0/4075558885' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T21:42:26.811 INFO:teuthology.orchestra.run.smithi057.stderr:Enabling cephadm module... 2023-12-01T21:42:27.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:27 smithi057 conmon[83739]: audit 2023-12-01T21:42:27.509040+0000 2023-12-01T21:42:28.141 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:27 smithi057 conmon[83739]: mon.smithi057 (mon.0) 26 : audit [INF] from='client.? 172.21.15.57:0/815455814' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-01T21:42:28.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:28 smithi057 conmon[83739]: audit 2023-12-01T21:42:27 2023-12-01T21:42:28.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:28 smithi057 conmon[83739]: .562565+0000 mon.smithi057 (mon.0) 27 : audit [INF] from='client.? 172.21.15.57:0/815455814' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-01T21:42:28.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:28 smithi057 conmon[83739]: cluster 2023-12-01T21:42:28.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:28 smithi057 conmon[83739]: 2023-12-01T21:42:27.562638+0000 mon.smithi057 (mon.0 2023-12-01T21:42:28.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:28 smithi057 conmon[83739]: ) 28 : cluster [DBG] mgrmap e5: smithi057.muvfvk(active, since 4s) 2023-12-01T21:42:28.865 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: { 2023-12-01T21:42:28.866 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-01T21:42:28.866 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "available": true, 2023-12-01T21:42:28.866 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "active_name": "smithi057.muvfvk", 2023-12-01T21:42:28.866 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T21:42:28.866 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: } 2023-12-01T21:42:29.520 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for the mgr to restart... 2023-12-01T21:42:29.520 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for mgr epoch 5... 2023-12-01T21:42:29.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:29 smithi057 conmon[83739]: audit 2023-12-01T21:42:28.863635+0000 mon.smithi057 (mon.0) 2023-12-01T21:42:29.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:29 smithi057 conmon[83739]: 29 : audit [DBG] from='client.? 172.21.15.57:0/1018803309' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: cluster 2023-12-01T21:42:33.181996+0000 mon.smithi057 (mon.0) 30 : cluster [INF] Active manager daemon smithi057.muvfvk restarted 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: cluster 2023-12-01T21:42:33.182286+0000 mon.smithi057 (mon.0 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: ) 31 : cluster [INF] Activating manager daemon smithi057.muvfvk 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: cluster 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21: 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 42:33.195011+0000 mon.smithi057 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: (mon.0) 32 : cluster 2023-12-01T21:42:33.446 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: cluster 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21:42 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: :33.195120+0000 mon.smithi057 (mon 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: .0) 33 : cluster [DBG] 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: mgrmap e6: smithi057.muvfvk(active, starting, since 0.0129258s) 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: audit 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21: 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 42:33.196088+0000 mon.smithi057 ( 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: mon.0) 34 : audit [DBG] 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: audit 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21: 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 42:33.196700+0000 mon.smithi057 ( 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: mon.0) 35 : audit 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: [DBG] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mgr metadata", "who": "smithi057.muvfvk", "id": "smithi057.muvfvk"}]: dispatch 2023-12-01T21:42:33.447 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: audit 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21:42 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: :33.197353+0000 mon.smithi057 ( 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: mon.0) 36 : audit [DBG] 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: audit 2023-12-01T21 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: :42:33.197510+0000 mon.smithi057 ( 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: mon.0) 37 : audit [DBG] 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: audit 2023- 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 12-01T21:42:33 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: .197658+0000 mon.smithi057 (mon.0) 38 : 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: audit [DBG] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: cluster 2023 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: -12-01T21:42:33 2023-12-01T21:42:33.448 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: .211830+0000 mon.smithi057 (mon. 2023-12-01T21:42:33.449 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 0) 39 : cluster [INF] Manager daemon smithi057.muvfvk is now available 2023-12-01T21:42:33.449 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21:42:33.449 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: audit 2023-12-01T21:42:33.449 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 2023-12-01T21: 2023-12-01T21:42:33.449 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: 42:33.224669+0000 mon.smithi057 2023-12-01T21:42:33.449 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: (mon.0) 40 : audit 2023-12-01T21:42:33.449 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:33 smithi057 conmon[83739]: [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:34.205 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: { 2023-12-01T21:42:34.205 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-01T21:42:34.206 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T21:42:34.206 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: } 2023-12-01T21:42:34.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:33.221992+0000 mgr.smithi057.muvfvk (mgr 2023-12-01T21:42:34.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: .14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-01T21:42:34.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: audit 2023-12-01T21:42:33.322514+0000 mon.smithi057 (mon.0) 41 : audit [INF] 2023-12-01T21:42:34.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:34.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: audit 2023-12- 2023-12-01T21:42:34.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: 01T21:42:33.323585+0000 mon.smithi057 (mon.0) 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: 42 : audit [DBG] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: audit 2023-12-01T21:42:33 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: .325058+0000 mon.smithi057 (mon.0) 43 : audit 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: [DBG] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: audit 2023-12-01T21:42:33. 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: 327149+0000 mon.smithi057 (mon.0) 44 : audit 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: [DBG] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: audit 2023-12-01T21:42:33 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: .341055+0000 mon.smithi057 (mon.0) 45 : 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/mirror_snapshot_schedule"}]: dispatch 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: audit 2023-12-01T21:42: 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: 33.343386+0000 mon.smithi057 (mon.0) 46 2023-12-01T21:42:34.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/trash_purge_schedule"}]: dispatch 2023-12-01T21:42:34.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: cluster 2023-12-01T21:42 2023-12-01T21:42:34.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: :34.197367+0000 mon.smithi057 (mon.0) 2023-12-01T21:42:34.697 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:34 smithi057 conmon[83739]: 47 : cluster [DBG] mgrmap e7: smithi057.muvfvk(active, since 1.01517s) 2023-12-01T21:42:34.785 INFO:teuthology.orchestra.run.smithi057.stderr:mgr epoch 5 is available 2023-12-01T21:42:34.785 INFO:teuthology.orchestra.run.smithi057.stderr:Setting orchestrator backend to cephadm... 2023-12-01T21:42:35.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:35 smithi057 conmon[83739]: audit 2023-12-01T21:42:34.196630+0000 mgr.smithi057.muvfvk ( 2023-12-01T21:42:35.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:35 smithi057 conmon[83739]: mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-01T21:42:35.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:35 smithi057 conmon[83739]: audit 2023-12-01T21:42:34.203265+0000 mgr.smithi057.muvfvk (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-01T21:42:36.369 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: cluster 2023-12-01T21:42:35.339851+0000 mon.smithi057 ( 2023-12-01T21:42:36.369 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: mon.0) 48 : cluster [DBG] mgrmap e8: smithi057.muvfvk(active, since 2s) 2023-12-01T21:42:36.369 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: audit 2023-12-01T21:42:35.499389+0000 mgr.smithi057.muvfvk (mgr.14116) 4 : audit [DBG] 2023-12-01T21:42:36.370 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:36.370 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: audit 2023-12-01T21:42:35.508319+0000 2023-12-01T21:42:36.370 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: mon.smithi057 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:36.370 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: audit 2023-12-01 2023-12-01T21:42:36.370 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:36 smithi057 conmon[83739]: T21:42:35.551506+0000 mon.smithi057 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:42:36.745 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: value unchanged 2023-12-01T21:42:37.334 INFO:teuthology.orchestra.run.smithi057.stderr:Generating ssh key... 2023-12-01T21:42:37.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:37 smithi057 conmon[83739]: audit 2023-12-01T21:42:36.743784+0000 mgr.smithi057.muvfvk (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:38.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:38 smithi057 conmon[83739]: audit 2023-12-01T21:42:38.023415+0000 mgr.smithi057.muvfvk (mgr.14116 2023-12-01T21:42:38.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:38 smithi057 conmon[83739]: ) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:38.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:38 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:38.023621+0000 mgr.smithi057.muvfvk (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-01T21:42:39.865 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFTy10XERFfirn46v/yAUbM3+qDHh/4w6LOqu30ekI10fq71ufvJOKIKveQkZ26hoURQwXQDuKdmodO6C+T9Zak6HyxCaUatQteXgtZEbaN3D6dArmGOPDD3CMwY8YWMBTg4NGPneuF1iUjaNLOT8UjQMhj+UM5wm+ckmOJd5iMoSnxCofLJkjZ5cVB/KEoEkP26AmsxnnTDtS/rxwn5+va7tc72t3jJA65YZ+P7g/IKqtLwhuLev/mFXDTfVD0fUOSkCIz8FJPu7oLyFYAG26Qk5+QpwLaGF9zGe0CvQgR6FIUUiYPzz3A/o/N/jl8Ilj9mEIi38F8lotzhHNNwPBbGK19/q9td9BDf3XN3JCs7W+tPQjGegRHvjWWQ3byHpW3k1IFba5YrqTA2KmFq69Sn1ooZlSVsOiaGsBNXDhnRoMAv7w737DJ8hq51jj2KSOn27xjHIF3JBWgB1fZHt0122/3RzivpHqTCZVQjs3ZFJDJivr5PD7fW5Kc28C6RM= ceph-5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:42:39.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:39 smithi057 conmon[83739]: audit 2023-12-01T21:42:38.676551+0000 mon.smithi057 ( 2023-12-01T21:42:39.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:39 smithi057 conmon[83739]: mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:39.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:39 smithi057 conmon[83739]: audit 2023-12-01T21:42:38.686548+0000 mon.smithi057 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:40.459 INFO:teuthology.orchestra.run.smithi057.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-01T21:42:40.460 INFO:teuthology.orchestra.run.smithi057.stderr:Adding key to root@localhost authorized_keys... 2023-12-01T21:42:40.461 INFO:teuthology.orchestra.run.smithi057.stderr:Adding host smithi057... 2023-12-01T21:42:40.725 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:40 smithi057 conmon[83739]: audit 2023-12-01T21:42:39.862794+0000 mgr.smithi057.muvfvk ( 2023-12-01T21:42:40.726 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:40 smithi057 conmon[83739]: mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:41.841 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Added host 'smithi057' with addr '172.21.15.57' 2023-12-01T21:42:41.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:41 smithi057 conmon[83739]: audit 2023-12-01T21:42:41.164949+0000 mgr.smithi057.muvfvk ( 2023-12-01T21:42:41.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:41 smithi057 conmon[83739]: mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi057", "addr": "172.21.15.57", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:42.467 INFO:teuthology.orchestra.run.smithi057.stderr:Deploying mon service with default placement... 2023-12-01T21:42:43.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:42 smithi057 conmon[83739]: audit 2023-12-01T21:42:41.837520 2023-12-01T21:42:43.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:42 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:43.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:42 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:41.837794+0000 mgr.smithi057.muvfvk (mgr.14116) 10 : cephadm [INF] Added host smithi057 2023-12-01T21:42:43.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:42 smithi057 conmon[83739]: audit 2023-12-01T21:42:41.878015+0000 mon.smithi057 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:42:43.227 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-01T21:42:44.351 INFO:teuthology.orchestra.run.smithi057.stderr:Deploying mgr service with default placement... 2023-12-01T21:42:44.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:44 smithi057 conmon[83739]: audit 2023-12-01T21:42:43.215925+0000 mgr.smithi057.muvfvk ( 2023-12-01T21:42:44.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:44 smithi057 conmon[83739]: mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:44.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:44 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:43.217192+0000 mgr.smithi057.muvfvk (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-01T21:42:44.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:44 smithi057 conmon[83739]: audit 2023-12-01T21:42:43.225331+0000 mon.smithi057 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:45.140 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-01T21:42:45.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:45 smithi057 conmon[83739]: audit 2023-12-01T21:42:44.427457+0000 mon.smithi057 (mon 2023-12-01T21:42:45.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:45 smithi057 conmon[83739]: .0) 56 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:45.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:45 smithi057 conmon[83739]: audit 2023-12-01T21:42:44.714596+0000 mon.smithi057 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:45.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:45 smithi057 conmon[83739]: audit 2023-12-01T21:42:45.137608+0000 mon.smithi057 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:45.875 INFO:teuthology.orchestra.run.smithi057.stderr:Deploying crash service with default placement... 2023-12-01T21:42:46.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:46 smithi057 conmon[83739]: audit 2023-12-01T21:42:45.134168+0000 mgr.smithi057.muvfvk 2023-12-01T21:42:46.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:46 smithi057 conmon[83739]: (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:46.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:46 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:45.135059+0000 mgr.smithi057.muvfvk (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-01T21:42:46.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:46 smithi057 conmon[83739]: audit 2023-12-01T21:42:46.130364+0000 mon.smithi057 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:46.709 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-01T21:42:47.828 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:47 smithi057 conmon[83739]: audit 2023-12-01T21:42:46.703694+0000 2023-12-01T21:42:47.828 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:47 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:47.828 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:47 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:46.704660+0000 2023-12-01T21:42:47.828 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:47 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-01T21:42:47.828 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:47 smithi057 conmon[83739]: audit 2023-12-01T21:42:46.706913+0000 mon.smithi057 2023-12-01T21:42:47.829 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:47 smithi057 conmon[83739]: (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:47.882 INFO:teuthology.orchestra.run.smithi057.stderr:Deploying prometheus service with default placement... 2023-12-01T21:42:48.544 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-01T21:42:49.157 INFO:teuthology.orchestra.run.smithi057.stderr:Deploying grafana service with default placement... 2023-12-01T21:42:49.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:49 smithi057 conmon[83739]: audit 2023-12-01T21:42:48.539183+0000 2023-12-01T21:42:49.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:49 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:49.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:49 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:48.540058+0000 mgr.smithi057.muvfvk (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-01T21:42:49.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:49 smithi057 conmon[83739]: audit 2023-12-01T21:42:48.542413+0000 mon.smithi057 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:49.827 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-01T21:42:50.449 INFO:teuthology.orchestra.run.smithi057.stderr:Deploying node-exporter service with default placement... 2023-12-01T21:42:51.150 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-01T21:42:51.179 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:50 smithi057 conmon[83739]: audit 2023-12-01T21:42:49.821921+0000 2023-12-01T21:42:51.180 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:50 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:51.180 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:50 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:49.822765+0000 mgr.smithi057.muvfvk (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-01T21:42:51.180 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:50 smithi057 conmon[83739]: audit 2023-12-01T21:42:49.824979+0000 mon.smithi057 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:51.732 INFO:teuthology.orchestra.run.smithi057.stderr:Deploying alertmanager service with default placement... 2023-12-01T21:42:52.408 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-01T21:42:52.434 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:52 smithi057 conmon[83739]: audit 2023-12-01T21:42:51.140929+0000 mgr.smithi057.muvfvk (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:52.434 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:52 smithi057 conmon[83739]: cephadm 2023-12-01T21:42:51.141800+0000 mgr.smithi057.muvfvk (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-01T21:42:52.434 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:52 smithi057 conmon[83739]: audit 2023-12-01 2023-12-01T21:42:52.434 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:52 smithi057 conmon[83739]: T21:42:51.146222+0000 mon.smithi057 (mon.0) 63 2023-12-01T21:42:52.434 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:52 smithi057 conmon[83739]: : audit [INF] from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:53.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: audit 2023-12-01T21:42:52.400924+0000 2023-12-01T21:42:53.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:42:53.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: cephadm 2023-12-01T21:42 2023-12-01T21:42:53.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: :52.401782+0000 mgr.smithi057.muvfvk (mgr.14116) 24 : cephadm [INF] 2023-12-01T21:42:53.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: Saving service alertmanager spec with placement count:1 2023-12-01T21:42:53.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: audit 2023-12-01T21:42:53.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: 2023-12-01T21:42 2023-12-01T21:42:53.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: :52.406124+0000 mon.smithi057 ( 2023-12-01T21:42:53.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: mon.0) 64 : audit [INF] 2023-12-01T21:42:53.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:53 smithi057 conmon[83739]: from='mgr.14116 172.21.15.57:0/2897796669' entity='mgr.smithi057.muvfvk' 2023-12-01T21:42:54.591 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:54 smithi057 conmon[83739]: cluster 2023-12-01T21:42:53.198575+0000 mgr.smithi057.muvfvk (mgr 2023-12-01T21:42:54.592 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:54 smithi057 conmon[83739]: .14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:42:54.592 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:54 smithi057 conmon[83739]: audit 2023-12-01T21:42:53.698000+0000 mon.smithi057 (mon.0) 65 : audit [INF] from='client.? 172.21.15.57:0/689392226' entity='client.admin' 2023-12-01T21:42:54.592 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:54 smithi057 conmon[83739]: 2023-12-01T21:42:55.548 INFO:teuthology.orchestra.run.smithi057.stderr:Enabling the dashboard module... 2023-12-01T21:42:56.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:55 smithi057 conmon[83739]: audit 2023-12-01T21:42:54.989088+0000 mon.smithi057 (mon.0) 66 : audit [INF] from='client.? 172.21.15.57:0/3295182336' entity='client.admin' 2023-12-01T21:42:56.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:55 smithi057 conmon[83739]: cluster 2023-12-01T21:42:55.198847+0000 mgr.smithi057.muvfvk (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:42:57.266 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:56 smithi057 conmon[83739]: audit 2023-12-01T21:42:56.231015+0000 mon.smithi057 (mon.0) 67 : audit [INF] from='client.? 172.21.15.57:0/4128226859' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-01T21:42:58.297 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: { 2023-12-01T21:42:58.298 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-01T21:42:58.298 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "available": true, 2023-12-01T21:42:58.298 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "active_name": "smithi057.muvfvk", 2023-12-01T21:42:58.298 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T21:42:58.298 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: } 2023-12-01T21:42:58.327 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:57 smithi057 conmon[83739]: audit 2023-12-01T21:42:56.999610+0000 mon.smithi057 (mon.0) 68 : audit [INF] from='client.? 172.21.15.57:0/4128226859' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-01T21:42:58.327 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:57 smithi057 conmon[83739]: cluster 2023-12-01T21:42:56.999684+0000 mon.smithi057 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi057.muvfvk(active, since 23s) 2023-12-01T21:42:58.947 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for the mgr to restart... 2023-12-01T21:42:58.947 INFO:teuthology.orchestra.run.smithi057.stderr:Waiting for mgr epoch 9... 2023-12-01T21:42:59.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:59 smithi057 conmon[83739]: audit 2023-12-01T21:42:58.295183+0000 mon.smithi057 (mon.0) 70 2023-12-01T21:42:59.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:42:59 smithi057 conmon[83739]: : audit [DBG] from='client.? 172.21.15.57:0/2837339418' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T21:43:03.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: cluster 2023-12-01T21:43:02.744319+0000 mon.smithi057 ( 2023-12-01T21:43:03.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: mon.0) 71 : cluster [INF] Active manager daemon smithi057.muvfvk restarted 2023-12-01T21:43:03.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: cluster 2023-12-01T21:43:02.744550+0000 mon.smithi057 (mon.0) 72 : cluster [INF] 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: Activating manager daemon smithi057.muvfvk 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: cluster 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 2023-12-01T21:43:02.749032 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 73 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: cluster 2023-12 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: -01T21:43:02.749154 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 74 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: : cluster [DBG] mgrmap e10: smithi057.muvfvk(active, starting, since 0.00469382s) 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: audit 2023 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: -12-01T21:43:02 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: .750217+0000 mon.smithi057 (mon.0 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: ) 75 : audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2023-12-01T21:43:03.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: audit 2023-12 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: -01T21:43:02. 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 750753+0000 mon.smithi057 (mon.0) 76 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: : audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mgr metadata", "who": "smithi057.muvfvk", "id": "smithi057.muvfvk"}]: dispatch 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: audit 2023 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: -12-01T21:43:02 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: .751569+0000 mon.smithi057 (mon. 2023-12-01T21:43:03.197 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 0) 77 : audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T21:43:03.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 2023-12-01T21:43:03.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: audit 2023-12-01 2023-12-01T21:43:03.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: T21:43:02.751751+0000 2023-12-01T21:43:03.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: mon.smithi057 (mon.0) 78 : 2023-12-01T21:43:03.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T21:43:03.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: audit 2023 2023-12-01T21:43:03.199 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: -12-01T21:43:02 2023-12-01T21:43:03.199 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: .751906+0000 mon.smithi057 (mon.0 2023-12-01T21:43:03.199 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: ) 79 : audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T21:43:03.199 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 2023-12-01T21:43:03.199 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: cluster 2023-12 2023-12-01T21:43:03.199 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: -01T21:43:02. 2023-12-01T21:43:03.199 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 753942+0000 mon.smithi057 (mon.0) 2023-12-01T21:43:03.200 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:02 smithi057 conmon[83739]: 80 : cluster [INF] Manager daemon smithi057.muvfvk is now available 2023-12-01T21:43:03.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: { 2023-12-01T21:43:03.759 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-01T21:43:03.760 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T21:43:03.760 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: } 2023-12-01T21:43:04.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:03 smithi057 conmon[83739]: audit 2023-12-01T21:43:02.856314+0000 mon.smithi057 (mon. 2023-12-01T21:43:04.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:03 smithi057 conmon[83739]: 0) 81 : audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:43:04.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:03 smithi057 conmon[83739]: audit 2023-12-01T21:43:02.857836+0000 mon.smithi057 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:43:04.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:03 smithi057 conmon[83739]: audit 2023-12-01T21:43:02.884330+0000 mon.smithi057 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/mirror_snapshot_schedule"}]: dispatch 2023-12-01T21:43:04.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:03 smithi057 conmon[83739]: audit 2023-12-01T21:43:02.886518+0000 mon.smithi057 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/trash_purge_schedule"}]: dispatch 2023-12-01T21:43:04.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:03 smithi057 conmon[83739]: cluster 2023-12-01T21:43:03.751338+0000 mon.smithi057 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi057.muvfvk(active, since 1.00688s) 2023-12-01T21:43:04.639 INFO:teuthology.orchestra.run.smithi057.stderr:mgr epoch 9 is available 2023-12-01T21:43:04.639 INFO:teuthology.orchestra.run.smithi057.stderr:Generating a dashboard self-signed certificate... 2023-12-01T21:43:04.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:04 smithi057 conmon[83739]: audit 2023-12-01T21:43: 2023-12-01T21:43:04.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:04 smithi057 conmon[83739]: 03.750831+0000 mgr.smithi057.muvfvk (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-01T21:43:04.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:04 smithi057 conmon[83739]: audit 2023-12-01T21:43:03.757302+0000 mgr.smithi057.muvfvk (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-01T21:43:04.913 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:04 smithi057 conmon[83739]: audit 2023-12-01T21:43:04.382733+0000 mon.smithi057 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:05.540 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-01T21:43:06.364 INFO:teuthology.orchestra.run.smithi057.stderr:Creating initial admin user... 2023-12-01T21:43:06.637 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:06 smithi057 conmon[83739]: cluster 2023-12-01T21:43:05.384500+0000 mon.smithi057 ( 2023-12-01T21:43:06.638 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:06 smithi057 conmon[83739]: mon.0) 87 : cluster [DBG] mgrmap e12: smithi057.muvfvk(active, since 2s) 2023-12-01T21:43:06.638 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:06 smithi057 conmon[83739]: audit 2023-12-01T21:43:05.418230+0000 mgr.smithi057.muvfvk (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:43:06.638 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:06 smithi057 conmon[83739]: audit 2023-12-01T21:43:05.536629+0000 mon.smithi057 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:06.638 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:06 smithi057 conmon[83739]: audit 2023-12-01T21:43:05.538687+0000 mon.smithi057 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:07.288 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$.khhNb2Um.z1BV1z3/nOKODAZeTMdhEO66T/H4nXHH29Y7uXVfoY.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701466987, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-01T21:43:07.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:07 smithi057 conmon[83739]: audit 2023-12-01T21:43:07.035669+0000 mgr.smithi057.muvfvk (mgr.14156) 4 : 2023-12-01T21:43:07.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:07 smithi057 conmon[83739]: audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:43:07.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:07 smithi057 conmon[83739]: audit 2023-12-01T21:43:07.285923+0000 mon.smithi057 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:07.912 INFO:teuthology.orchestra.run.smithi057.stderr:Fetching dashboard port number... 2023-12-01T21:43:08.640 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: 8443 2023-12-01T21:43:08.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:08 smithi057 conmon[83739]: audit 2023-12-01T21:43:08.637486+0000 mon.smithi057 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.57:0/1937493736' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-01T21:43:09.273 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: disabled 2023-12-01T21:43:09.281 INFO:teuthology.orchestra.run.smithi057.stderr:systemctl: inactive 2023-12-01T21:43:09.282 INFO:teuthology.orchestra.run.smithi057.stderr:firewalld.service is not enabled 2023-12-01T21:43:09.282 INFO:teuthology.orchestra.run.smithi057.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-01T21:43:09.285 INFO:teuthology.orchestra.run.smithi057.stderr:Ceph Dashboard is now available at: 2023-12-01T21:43:09.285 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:09.285 INFO:teuthology.orchestra.run.smithi057.stderr: URL: https://smithi057.front.sepia.ceph.com:8443/ 2023-12-01T21:43:09.285 INFO:teuthology.orchestra.run.smithi057.stderr: User: admin 2023-12-01T21:43:09.285 INFO:teuthology.orchestra.run.smithi057.stderr: Password: eooepo95ga 2023-12-01T21:43:09.285 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:09.286 INFO:teuthology.orchestra.run.smithi057.stderr:Enabling autotune for osd_memory_target 2023-12-01T21:43:10.895 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:10 smithi057 conmon[83739]: cluster 2023-12-01T21:43:09.696844+0000 mon.smithi057 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi057.muvfvk(active, since 6s) 2023-12-01T21:43:11.451 INFO:teuthology.orchestra.run.smithi057.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-01T21:43:12.054 INFO:teuthology.orchestra.run.smithi057.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-01T21:43:12.054 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.054 INFO:teuthology.orchestra.run.smithi057.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-01T21:43:12.054 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.054 INFO:teuthology.orchestra.run.smithi057.stderr:Or, if you are only running a single cluster on this host: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: ceph telemetry on 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr:For more information see: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:43:12.055 INFO:teuthology.orchestra.run.smithi057.stderr:Bootstrap complete. 2023-12-01T21:43:12.093 INFO:tasks.cephadm:Fetching config... 2023-12-01T21:43:12.093 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:43:12.093 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-01T21:43:12.109 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-01T21:43:12.109 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:43:12.109 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-01T21:43:12.165 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-01T21:43:12.165 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:43:12.165 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/var/lib/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/mon.smithi057/keyring of=/dev/stdout 2023-12-01T21:43:12.231 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-01T21:43:12.231 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:43:12.231 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-01T21:43:12.286 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-01T21:43:12.287 DEBUG:teuthology.orchestra.run.smithi057:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFTy10XERFfirn46v/yAUbM3+qDHh/4w6LOqu30ekI10fq71ufvJOKIKveQkZ26hoURQwXQDuKdmodO6C+T9Zak6HyxCaUatQteXgtZEbaN3D6dArmGOPDD3CMwY8YWMBTg4NGPneuF1iUjaNLOT8UjQMhj+UM5wm+ckmOJd5iMoSnxCofLJkjZ5cVB/KEoEkP26AmsxnnTDtS/rxwn5+va7tc72t3jJA65YZ+P7g/IKqtLwhuLev/mFXDTfVD0fUOSkCIz8FJPu7oLyFYAG26Qk5+QpwLaGF9zGe0CvQgR6FIUUiYPzz3A/o/N/jl8Ilj9mEIi38F8lotzhHNNwPBbGK19/q9td9BDf3XN3JCs7W+tPQjGegRHvjWWQ3byHpW3k1IFba5YrqTA2KmFq69Sn1ooZlSVsOiaGsBNXDhnRoMAv7w737DJ8hq51jj2KSOn27xjHIF3JBWgB1fZHt0122/3RzivpHqTCZVQjs3ZFJDJivr5PD7fW5Kc28C6RM= ceph-5e5680b2-9092-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T21:43:12.365 INFO:teuthology.orchestra.run.smithi057.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFTy10XERFfirn46v/yAUbM3+qDHh/4w6LOqu30ekI10fq71ufvJOKIKveQkZ26hoURQwXQDuKdmodO6C+T9Zak6HyxCaUatQteXgtZEbaN3D6dArmGOPDD3CMwY8YWMBTg4NGPneuF1iUjaNLOT8UjQMhj+UM5wm+ckmOJd5iMoSnxCofLJkjZ5cVB/KEoEkP26AmsxnnTDtS/rxwn5+va7tc72t3jJA65YZ+P7g/IKqtLwhuLev/mFXDTfVD0fUOSkCIz8FJPu7oLyFYAG26Qk5+QpwLaGF9zGe0CvQgR6FIUUiYPzz3A/o/N/jl8Ilj9mEIi38F8lotzhHNNwPBbGK19/q9td9BDf3XN3JCs7W+tPQjGegRHvjWWQ3byHpW3k1IFba5YrqTA2KmFq69Sn1ooZlSVsOiaGsBNXDhnRoMAv7w737DJ8hq51jj2KSOn27xjHIF3JBWgB1fZHt0122/3RzivpHqTCZVQjs3ZFJDJivr5PD7fW5Kc28C6RM= ceph-5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:43:12.378 DEBUG:teuthology.orchestra.run.smithi154:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFTy10XERFfirn46v/yAUbM3+qDHh/4w6LOqu30ekI10fq71ufvJOKIKveQkZ26hoURQwXQDuKdmodO6C+T9Zak6HyxCaUatQteXgtZEbaN3D6dArmGOPDD3CMwY8YWMBTg4NGPneuF1iUjaNLOT8UjQMhj+UM5wm+ckmOJd5iMoSnxCofLJkjZ5cVB/KEoEkP26AmsxnnTDtS/rxwn5+va7tc72t3jJA65YZ+P7g/IKqtLwhuLev/mFXDTfVD0fUOSkCIz8FJPu7oLyFYAG26Qk5+QpwLaGF9zGe0CvQgR6FIUUiYPzz3A/o/N/jl8Ilj9mEIi38F8lotzhHNNwPBbGK19/q9td9BDf3XN3JCs7W+tPQjGegRHvjWWQ3byHpW3k1IFba5YrqTA2KmFq69Sn1ooZlSVsOiaGsBNXDhnRoMAv7w737DJ8hq51jj2KSOn27xjHIF3JBWgB1fZHt0122/3RzivpHqTCZVQjs3ZFJDJivr5PD7fW5Kc28C6RM= ceph-5e5680b2-9092-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T21:43:12.419 INFO:teuthology.orchestra.run.smithi154.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFTy10XERFfirn46v/yAUbM3+qDHh/4w6LOqu30ekI10fq71ufvJOKIKveQkZ26hoURQwXQDuKdmodO6C+T9Zak6HyxCaUatQteXgtZEbaN3D6dArmGOPDD3CMwY8YWMBTg4NGPneuF1iUjaNLOT8UjQMhj+UM5wm+ckmOJd5iMoSnxCofLJkjZ5cVB/KEoEkP26AmsxnnTDtS/rxwn5+va7tc72t3jJA65YZ+P7g/IKqtLwhuLev/mFXDTfVD0fUOSkCIz8FJPu7oLyFYAG26Qk5+QpwLaGF9zGe0CvQgR6FIUUiYPzz3A/o/N/jl8Ilj9mEIi38F8lotzhHNNwPBbGK19/q9td9BDf3XN3JCs7W+tPQjGegRHvjWWQ3byHpW3k1IFba5YrqTA2KmFq69Sn1ooZlSVsOiaGsBNXDhnRoMAv7w737DJ8hq51jj2KSOn27xjHIF3JBWgB1fZHt0122/3RzivpHqTCZVQjs3ZFJDJivr5PD7fW5Kc28C6RM= ceph-5e5680b2-9092-11ee-95a2-87774f69a715 2023-12-01T21:43:12.431 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-01T21:43:12.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:12 smithi057 conmon[83739]: audit 2023-12-01T21:43:11.446373+0000 mon.smithi057 ( 2023-12-01T21:43:12.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:12 smithi057 conmon[83739]: mon.0) 93 : audit [INF] from='client.? 172.21.15.57:0/2259503734' entity='client.admin' 2023-12-01T21:43:15.593 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-01T21:43:15.593 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-01T21:43:15.729 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:15 smithi057 conmon[83739]: audit 2023-12-01T21:43:14.588122+0000 mon.smithi057 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:15.729 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:15 smithi057 conmon[83739]: audit 2023-12-01T21:43:14.960457+0000 mon.smithi057 (mon.0) 95 : audit [INF] from='client.? 172.21.15.57:0/3272084319' entity='client.admin' 2023-12-01T21:43:15.729 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:15 smithi057 conmon[83739]: audit 2023-12-01T21:43:15.020532+0000 mon.smithi057 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2023-12-01T21:43:15.729 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:15 smithi057 conmon[83739]: audit 2023-12-01T21:43:15.024209+0000 mon.smithi057 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:15.729 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:15 smithi057 conmon[83739]: cephadm 2023-12-01T21:43:15.033256+0000 mgr.smithi057.muvfvk (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi057 on smithi057 2023-12-01T21:43:18.769 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi154 2023-12-01T21:43:18.770 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T21:43:18.770 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.conf 2023-12-01T21:43:18.787 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T21:43:18.787 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T21:43:18.844 INFO:tasks.cephadm:Adding host smithi154 to orchestrator... 2023-12-01T21:43:18.844 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph orch host add smithi154 2023-12-01T21:43:19.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:18 smithi057 conmon[83739]: audit 2023-12-01T21:43:17.935369+0000 mgr.smithi057.muvfvk (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:43:19.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:18 smithi057 conmon[83739]: audit 2023-12-01T21:43:17.937970+0000 mon.smithi057 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:24.129 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:23 smithi057 conmon[83739]: cluster 2023-12-01T21:43:22.752654+0000 2023-12-01T21:43:24.129 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:23 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:25.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:25 smithi057 conmon[83739]: cluster 2023-12-01T21:43:24.753004+0000 mgr.smithi057.muvfvk (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:25.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:25 smithi057 conmon[83739]: audit 2023-12-01T21:43:25.062844+0000 mon.smithi057 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:25.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:25 smithi057 conmon[83739]: audit 2023-12-01T21:43:25.064770+0000 mon.smithi057 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T21:43:25.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:25 smithi057 conmon[83739]: audit 2023-12-01T21:43:25.068382+0000 mon.smithi057 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T21:43:25.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:25 smithi057 conmon[83739]: audit 2023-12-01T21:43:25.068991+0000 mon.smithi057 (mon.0) 2023-12-01T21:43:25.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:25 smithi057 conmon[83739]: 102 : audit [DBG] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:43:27.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:26 smithi057 conmon[83739]: cephadm 2023-12-01T21:43:25.069528+0000 mgr.smithi057.muvfvk (mgr.14156) 9 : cephadm [INF] Deploying daemon crash.smithi057 on smithi057 2023-12-01T21:43:28.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:27 smithi057 conmon[83739]: cluster 2023-12-01T21:43:26.753405+0000 mgr.smithi057.muvfvk ( 2023-12-01T21:43:28.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:27 smithi057 conmon[83739]: mgr.14156) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:28.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:27 smithi057 conmon[83739]: audit 2023-12-01T21:43:27.426812+0000 mon.smithi057 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:28.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:27 smithi057 conmon[83739]: audit 2023-12-01T21:43:27.473218+0000 mon.smithi057 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:28.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:27 smithi057 conmon[83739]: audit 2023-12-01T21:43:27.475002+0000 mon.smithi057 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:28.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:27 smithi057 conmon[83739]: audit 2023-12-01T21:43:27.476443+0000 mon.smithi057 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T21:43:28.196 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:27 smithi057 conmon[83739]: audit 2023-12-01T21:43:27.479168+0000 mon.smithi057 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:29.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:28 smithi057 conmon[83739]: audit 2023-12-01T21:43:27.476771+0000 mgr.smithi057.muvfvk 2023-12-01T21:43:29.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:28 smithi057 conmon[83739]: (mgr.14156) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T21:43:29.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:28 smithi057 conmon[83739]: cephadm 2023-12-01T21:43:27.485412+0000 mgr.smithi057.muvfvk (mgr.14156) 12 : cephadm [INF] Deploying daemon grafana.smithi057 on smithi057 2023-12-01T21:43:29.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:28 smithi057 conmon[83739]: audit 2023-12-01T21:43:27.885117 2023-12-01T21:43:29.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:28 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 108 : audit [INF] 2023-12-01T21:43:29.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:28 smithi057 conmon[83739]: from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:30.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:29 smithi057 conmon[83739]: cluster 2023-12-01T21:43:28.753957+0000 mgr.smithi057.muvfvk 2023-12-01T21:43:30.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:29 smithi057 conmon[83739]: (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:31.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:31 smithi057 conmon[83739]: cluster 2023-12-01T21:43:30.754214+0000 2023-12-01T21:43:31.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:31 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:34.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:33 smithi057 conmon[83739]: cluster 2023-12-01T21:43:32.754415+0000 mgr.smithi057.muvfvk ( 2023-12-01T21:43:34.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:33 smithi057 conmon[83739]: mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:36.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:35 smithi057 conmon[83739]: cluster 2023-12-01T21:43:34.754635+0000 mgr.smithi057.muvfvk 2023-12-01T21:43:36.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:35 smithi057 conmon[83739]: (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:38.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:37 smithi057 conmon[83739]: cluster 2023-12-01T21:43:36.754851+0000 mgr.smithi057.muvfvk (mgr.14156) 17 2023-12-01T21:43:38.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:37 smithi057 conmon[83739]: : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:39.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:39 smithi057 conmon[83739]: cluster 2023-12-01T21:43:38. 2023-12-01T21:43:39.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:39 smithi057 conmon[83739]: 755094+0000 mgr.smithi057.muvfvk (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:42.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:41 smithi057 conmon[83739]: cluster 2023-12-01T21:43:40.755472+0000 mgr.smithi057.muvfvk (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:44.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:43 smithi057 conmon[83739]: cluster 2023-12-01T21:43:42.755844+0000 mgr.smithi057.muvfvk (mgr.14156) 20 2023-12-01T21:43:44.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:43 smithi057 conmon[83739]: : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:46.105 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:45 smithi057 conmon[83739]: cluster 2023-12-01T21:43:44.756252+0000 mgr.smithi057.muvfvk (mgr. 2023-12-01T21:43:46.105 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:45 smithi057 conmon[83739]: 14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:48.041 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:47 smithi057 conmon[83739]: cluster 2023-12-01T21:43:46.756533+0000 2023-12-01T21:43:48.041 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:47 smithi057 conmon[83739]: mgr.smithi057.muvfvk (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:48.041 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:47 smithi057 conmon[83739]: audit 2023-12-01 2023-12-01T21:43:48.041 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:47 smithi057 conmon[83739]: T21:43:47.450850+0000 mon.smithi057 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:49.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:48 smithi057 conmon[83739]: cephadm 2023-12-01T21:43:47.453087+0000 mgr.smithi057.muvfvk (mgr.14156) 23 : cephadm [INF] Deploying daemon node-exporter.smithi057 on smithi057 2023-12-01T21:43:49.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:48 smithi057 conmon[83739]: audit 2023-12-01T21:43:47.889843+0000 mon.smithi057 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:50.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:49 smithi057 conmon[83739]: cluster 2023-12-01T21:43:48.756788+0000 mgr.smithi057.muvfvk (mgr.14156 2023-12-01T21:43:50.198 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:49 smithi057 conmon[83739]: ) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:51.796 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:51 smithi057 conmon[83739]: cluster 2023-12-01T21:43:50.757143+0000 mgr.smithi057.muvfvk (mgr.14156) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:43:51.797 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:51 smithi057 conmon[83739]: audit 2023-12-01T21:43:51.147445+0000 mon.smithi057 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:51.797 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:51 smithi057 conmon[83739]: audit 2023-12-01T21:43:51. 2023-12-01T21:43:51.797 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:51 smithi057 conmon[83739]: 149638+0000 mon.smithi057 (mon.0) 112 : audit [INF] 2023-12-01T21:43:51.797 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:51 smithi057 conmon[83739]: from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-01T21:43:53.383 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:53 smithi057 conmon[83739]: audit 2023-12-01T21:43:52.149594+0000 mon.smithi057 2023-12-01T21:43:53.384 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:53 smithi057 conmon[83739]: (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.57:0/636549520' entity='mgr.smithi057.muvfvk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-01T21:43:53.384 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:53 smithi057 conmon[83739]: cluster 2023-12-01T21:43:52.149670+0000 mon.smithi057 (mon 2023-12-01T21:43:53.384 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:53 smithi057 conmon[83739]: .0) 114 : cluster [DBG] mgrmap e14: smithi057.muvfvk(active, since 49s) 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: cluster 2023-12-01T21:43:57.803013+0000 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: mon.smithi057 (mon.0) 115 : cluster [INF] Active manager daemon smithi057.muvfvk restarted 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: cluster 2023-12-01T21:43:57.803344+0000 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: mon.smithi057 (mon.0) 116 : cluster [INF] Activating manager daemon smithi057.muvfvk 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: cluster 2023-12-01T21:43 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: :57.810760+0000 mon.smithi057 (mon.0) 117 : cluster 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: cluster 2023-12-01T21:43 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: :57.810870+0000 mon.smithi057 (mon.0) 118 : 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: cluster [DBG] mgrmap e15: smithi057.muvfvk(active, starting, since 0.00765568s) 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: audit 2023-12-01T21 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: :43:57.812023+0000 mon.smithi057 (mon.0) 119 2023-12-01T21:43:58.042 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: audit 2023-12-01T21:43 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: :57.812713+0000 mon.smithi057 (mon.0) 120 : 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mgr metadata", "who": "smithi057.muvfvk", "id": "smithi057.muvfvk"}]: dispatch 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: audit 2023-12-01T21: 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: 43:57.813361+0000 mon.smithi057 (mon.0) 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: 121 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: audit 2023-12-01 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: T21:43:57.813544+0000 mon.smithi057 (mon. 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: 0) 122 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: audit 2023-12 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: -01T21:43:57.813701+0000 mon.smithi057 ( 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: cluster 2023 2023-12-01T21:43:58.043 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: -12-01T21:43:57.827685+0000 mon.smithi057 (mon 2023-12-01T21:43:58.044 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:57 smithi057 conmon[83739]: .0) 124 : cluster [INF] Manager daemon smithi057.muvfvk is now available 2023-12-01T21:43:59.163 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: audit 2023-12-01T21:43:57.930454+0000 mon.smithi057 (mon 2023-12-01T21:43:59.163 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: .0) 125 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: audit 2023-12-01T21:43:57.931982+0000 mon.smithi057 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: audit 2023-12-01T21:43:57.957622 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: audit 2023-12- 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: 01T21:43:57.969294+0000 mon.smithi057 (mon. 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: 0) 128 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/mirror_snapshot_schedule"}]: dispatch 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: audit 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: 2023-12-01T21:43:57 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: .974702+0000 mon.smithi057 (mon.0) 129 : audit 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.muvfvk/trash_purge_schedule"}]: dispatch 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: cluster 2023- 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: 12-01T21:43:58.812380+0000 mon.smithi057 ( 2023-12-01T21:43:59.164 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:43:58 smithi057 conmon[83739]: mon.0) 130 : cluster [DBG] mgrmap e16: smithi057.muvfvk(active, since 1.00916s) 2023-12-01T21:44:01.060 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:00 smithi057 conmon[83739]: cluster 2023-12-01T21:43:59.858150+0000 mon.smithi057 ( 2023-12-01T21:44:01.060 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:00 smithi057 conmon[83739]: mon.0) 131 : cluster [DBG] mgrmap e17: smithi057.muvfvk(active, since 2s) 2023-12-01T21:44:02.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: audit 2023-12-01T21:44:01.355228+0000 mon.smithi057 ( 2023-12-01T21:44:02.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:02.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: audit 2023-12-01T21:44:01.692813+0000 mon.smithi057 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2023-12-01T21:44:02.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: audit 2023-12-01T21:44:01.693650+0000 mon.smithi057 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:44:02.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: audit 2023-12-01T21:44:01.694268+0000 mon.smithi057 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: cephadm 2023-12-01T21:44:01.695341+0000 mgr.smithi057.muvfvk (mgr.14180) 1 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.conf 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: cephadm 2023-12-01T21:44: 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: 01.731587+0000 mgr.smithi057.muvfvk (mgr.14180) 2 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: audit 2023-12-01T21:44:01.774203+0000 mon.smithi057 (mon 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: .0) 136 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: audit 2023-12-01T21:44:01 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: .776822+0000 mon.smithi057 (mon.0) 137 : audit [INF] 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: cephadm 2023-12-01T21:44:01. 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: 788534+0000 mgr.smithi057.muvfvk (mgr.14180) 3 : cephadm [INF] 2023-12-01T21:44:02.696 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:02 smithi057 conmon[83739]: Deploying daemon prometheus.smithi057 on smithi057 2023-12-01T21:44:03.348 INFO:teuthology.orchestra.run.smithi154.stdout:Added host 'smithi154' with addr '172.21.15.154' 2023-12-01T21:44:03.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:03 smithi057 conmon[83739]: audit 2023-12-01T21:44:02.711012+0000 mgr.smithi057.muvfvk (mgr.14180 2023-12-01T21:44:03.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:03 smithi057 conmon[83739]: ) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:44:03.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:03 smithi057 conmon[83739]: audit 2023-12-01T21:44:03.345311+0000 mon.smithi057 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:03.931 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-01T21:44:04.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:04 smithi057 conmon[83739]: cephadm 2023-12-01T21:44:03.345642+0000 mgr.smithi057.muvfvk (mgr. 2023-12-01T21:44:04.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:04 smithi057 conmon[83739]: 14180) 5 : cephadm [INF] Added host smithi154 2023-12-01T21:44:05.888 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:44:05.888 INFO:teuthology.orchestra.run.smithi154.stdout:[{"addr": "172.21.15.57", "hostname": "smithi057", "labels": [], "status": ""}, {"addr": "172.21.15.154", "hostname": "smithi154", "labels": [], "status": ""}] 2023-12-01T21:44:06.507 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-01T21:44:06.507 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-01T21:44:06.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:06 smithi057 conmon[83739]: audit 2023-12-01T21:44:05 2023-12-01T21:44:06.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:06 smithi057 conmon[83739]: .884923+0000 mgr.smithi057.muvfvk (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T21:44:14.149 INFO:teuthology.orchestra.run.smithi057.stderr:adjusted tunables profile to default 2023-12-01T21:44:14.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:14 smithi057 conmon[83739]: audit 2023-12-01T21:44:14.089351+0000 mon.smithi057 (mon.0) 139 : audit [INF] from='client.? 172.21.15.57:0/3346045196' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-01T21:44:15.087 INFO:tasks.cephadm:Adding mon.smithi057 on smithi057 2023-12-01T21:44:15.087 INFO:tasks.cephadm:Adding mon.smithi154 on smithi154 2023-12-01T21:44:15.088 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi057:172.21.15.57=smithi057;smithi154:172.21.15.154=smithi154' 2023-12-01T21:44:15.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:15 smithi057 conmon[83739]: audit 2023-12-01T21:44:14.144176+0000 mon.smithi057 (mon.0) 140 : audit [INF] from='client.? 172.21.15.57:0/3346045196' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-01T21:44:15.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:15 smithi057 conmon[83739]: cluster 2023-12-01T21:44:14.144238+0000 mon.smithi057 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-01T21:44:16.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:16 smithi057 conmon[83739]: audit 2023-12-01T21:44:15.691639 2023-12-01T21:44:16.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:16 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:16.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:16 smithi057 conmon[83739]: audit 2023-12-01T21:44:15.692835+0000 mon.smithi057 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T21:44:16.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:16 smithi057 conmon[83739]: audit 2023-12-01T21:44:16.339791+0000 mon.smithi057 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:17.015 INFO:teuthology.orchestra.run.smithi154.stdout:Scheduled mon update... 2023-12-01T21:44:17.609 DEBUG:teuthology.orchestra.run.smithi154:mon.smithi154> sudo journalctl -f -n 0 -u ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi154.service 2023-12-01T21:44:17.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T21:44:17.612 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T21:44:17.641 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:-- Logs begin at Fri 2023-12-01 21:31:07 UTC. -- 2023-12-01T21:44:18.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:17 smithi057 conmon[83739]: audit 2023-12-01T21:44:16.826455 2023-12-01T21:44:18.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:17 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:18.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:17 smithi057 conmon[83739]: audit 2023-12-01T21:44:17.007317+0000 mgr.smithi057.muvfvk (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi057:172.21.15.57=smithi057;smithi154:172.21.15.154=smithi154", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T21:44:18.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:17 smithi057 conmon[83739]: cephadm 2023-12-01T21:44:17.009473+0000 mgr.smithi057.muvfvk (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi057:172.21.15.57=smithi057;smithi154:172.21.15.154=smithi154;count:2 2023-12-01T21:44:18.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:17 smithi057 conmon[83739]: audit 2023-12-01T21:44:17.013608+0000 mon.smithi057 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:19.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:18 smithi057 conmon[83739]: cluster 2023-12-01T21:44:17. 2023-12-01T21:44:19.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:18 smithi057 conmon[83739]: 814671+0000 mgr.smithi057.muvfvk (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:44:19.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:18 smithi057 conmon[83739]: audit 2023-12 2023-12-01T21:44:19.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:18 smithi057 conmon[83739]: -01T21:44:17.962018+0000 mon.smithi057 (mon.0) 147 : audit [INF] 2023-12-01T21:44:19.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:18 smithi057 conmon[83739]: from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:20.196 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T21:44:20.197 INFO:teuthology.orchestra.run.smithi154.stdout:{"epoch":1,"fsid":"5e5680b2-9092-11ee-95a2-87774f69a715","modified":"2023-12-01T21:42:07.322600Z","created":"2023-12-01T21:42:07.322600Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi057","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T21:44:20.198 INFO:teuthology.orchestra.run.smithi154.stderr:dumped monmap epoch 1 2023-12-01T21:44:20.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:20 smithi057 conmon[83739]: audit 2023-12-01T21:44:19.040666+0000 mon.smithi057 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:21.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:21 smithi057 conmon[83739]: cluster 2023-12-01T21:44:19.814967+0000 mgr.smithi057.muvfvk (mgr.14180) 10 : cluster 2023-12-01T21:44:21.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:21 smithi057 conmon[83739]: [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:44:21.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:21 smithi057 conmon[83739]: audit 2023-12-01T21:44:20.193880+0000 mon.smithi057 (mon.0) 149 : audit 2023-12-01T21:44:21.445 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:21 smithi057 conmon[83739]: [DBG] from='client.? 172.21.15.154:0/884010937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T21:44:21.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T21:44:21.904 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T21:44:22.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21:44:21.640064+0000 mon.smithi057 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:22.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: cluster 2023-12-01T21:44:22.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: 2023-12-01T21:44:21.815360+0000 mgr.smithi057.muvfvk (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:44:22.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21:44:21.989671+0000 mon.smithi057 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:22.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21 2023-12-01T21:44:22.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: :44:21.990566+0000 mon.smithi057 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21:44:21.991686 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: +0000 mon.smithi057 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023- 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: 12-01T21:44:21.992680+0000 mon.smithi057 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: cephadm 2023-12-01T21:44:21.994045+0000 mgr.smithi057.muvfvk 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: (mgr.14180) 12 : cephadm [INF] Updating smithi154:/etc/ceph/ceph.conf 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: cephadm 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: 2023-12-01T21:44:22.009898+0000 mgr.smithi057.muvfvk (mgr.14180) 13 : cephadm [INF] 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: Updating smithi154:/etc/ceph/ceph.client.admin.keyring 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21: 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: 44:22.038217+0000 mon.smithi057 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21:44:22.041110+0000 mon.smithi057 (mon.0) 2023-12-01T21:44:22.946 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: 156 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12- 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: 01T21:44:22.043307+0000 mon.smithi057 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21:44:22.045473+0000 mon.smithi057 (mon 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: .0) 158 : audit [INF] from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: audit 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: 2023-12-01T21:44:22.046331+0000 mon.smithi057 (mon.0) 159 : audit [DBG] 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: from='mgr.14180 172.21.15.57:0/1264550869' entity='mgr.smithi057.muvfvk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: cephadm 2023-12-01T21:44:22 2023-12-01T21:44:22.947 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:22 smithi057 conmon[83739]: .047092+0000 mgr.smithi057.muvfvk (mgr.14180) 14 : cephadm [INF] Deploying daemon crash.smithi154 on smithi154 2023-12-01T21:44:25.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:24 smithi057 conmon[83739]: cluster 2023-12-01T21:44:23.815645+0000 mgr.smithi057.muvfvk (mgr.14180) 15 : cluster 2023-12-01T21:44:25.195 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:24 smithi057 conmon[83739]: [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T21:44:25.287 INFO:teuthology.orchestra.run.smithi154.stderr:Error: OCI runtime error: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: process_linux.go:422: setting cgroup config for procHooks process caused: Unit libpod-f5cc8f0dd21039001d3164aa47de468733cced3a351551faeea37dfbd556ee32.scope not found. 2023-12-01T21:44:25.309 DEBUG:teuthology.orchestra.run:got remote process result: 127 2023-12-01T21:44:25.309 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 640, in ceph_mons r = _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi154 with status 127: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph mon dump -f json' 2023-12-01T21:44:25.311 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-01T21:44:25.311 DEBUG:teuthology.orchestra.run.smithi057:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T21:44:25.331 DEBUG:teuthology.orchestra.run.smithi154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T21:44:25.348 INFO:tasks.cephadm:Stopping all daemons... 2023-12-01T21:44:25.348 INFO:tasks.cephadm.mon.smithi057:Stopping mon.smithi057... 2023-12-01T21:44:25.348 DEBUG:teuthology.orchestra.run.smithi057:> sudo systemctl stop ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi057 2023-12-01T21:44:25.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:25 smithi057 systemd[1]: Stopping Ceph mon.smithi057 for 5e5680b2-9092-11ee-95a2-87774f69a715... 2023-12-01T21:44:25.695 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:25 smithi057 bash[101627]: Error: no container with name or ID ceph-5e5680b2-9092-11ee-95a2-87774f69a715-mon.smithi057 found: no such container 2023-12-01T21:44:26.067 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:25 smithi057 conmon[83739]: debug 2023-12-01T21:44:25.740+0000 7f44ed1c5700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi057 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-01T21:44:26.068 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Dec 01 21:44:25 smithi057 conmon[83739]: debug 2023-12-01T21:44:25.740+0000 7f44ed1c5700 -1 mon.smithi057@0(leader) e1 *** Got Signal Terminated *** 2023-12-01T21:44:26.745 DEBUG:teuthology.orchestra.run.smithi057:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi057.service' 2023-12-01T21:44:26.797 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T21:44:26.797 INFO:tasks.cephadm.mon.smithi057:Stopped mon.smithi057 2023-12-01T21:44:26.797 INFO:tasks.cephadm.mon.smithi154:Stopping mon.smithi154... 2023-12-01T21:44:26.797 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi154 2023-12-01T21:44:26.851 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e5680b2-9092-11ee-95a2-87774f69a715@mon.smithi154.service' 2023-12-01T21:44:26.905 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T21:44:26.905 INFO:tasks.cephadm.mon.smithi154:Stopped mon.smithi154 2023-12-01T21:44:26.905 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T21:44:34.665 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T21:44:36.525 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T21:44:36.575 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T21:44:36.602 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T21:44:36.604 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/lib/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289/remote/ubuntu@smithi057.front.sepia.ceph.com/crash 2023-12-01T21:44:36.604 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/lib/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/crash -- . 2023-12-01T21:44:36.652 INFO:teuthology.orchestra.run.smithi057.stderr:tar: /var/lib/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T21:44:36.652 INFO:teuthology.orchestra.run.smithi057.stderr:tar: Error is not recoverable: exiting now 2023-12-01T21:44:36.654 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289/remote/ubuntu@smithi154.front.sepia.ceph.com/crash 2023-12-01T21:44:36.655 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/crash -- . 2023-12-01T21:44:36.698 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T21:44:36.698 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2023-12-01T21:44:36.699 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T21:44:36.699 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T21:44:36.726 INFO:teuthology.orchestra.run.smithi057.stderr:grep: /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T21:44:36.728 INFO:tasks.cephadm:Compressing logs... 2023-12-01T21:44:36.728 DEBUG:teuthology.orchestra.run.smithi057:> 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 -- 2023-12-01T21:44:36.771 DEBUG:teuthology.orchestra.run.smithi154:> 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 -- 2023-12-01T21:44:36.794 INFO:teuthology.orchestra.run.smithi057.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T21:44:36.794 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T21:44:36.795 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-mon.smithi057.log 2023-12-01T21:44:36.795 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-mgr.smithi057.muvfvk.log 2023-12-01T21:44:36.795 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-mon.smithi057.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-01T21:44:36.796 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-mgr.smithi057.muvfvk.log: /var/log/ceph/cephadm.log: 90.8% -- replaced with /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T21:44:36.797 INFO:teuthology.orchestra.run.smithi154.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T21:44:36.797 INFO:teuthology.orchestra.run.smithi154.stderr:: No such file or directory 2023-12-01T21:44:36.797 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-01T21:44:36.797 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/cephadm.log: 86.9% -- replaced with /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T21:44:36.797 INFO:teuthology.orchestra.run.smithi154.stderr: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T21:44:36.798 INFO:teuthology.orchestra.run.smithi154.stderr: 2023-12-01T21:44:36.798 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m0.014s 2023-12-01T21:44:36.798 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m0.010s 2023-12-01T21:44:36.798 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m0.013s 2023-12-01T21:44:36.799 INFO:teuthology.orchestra.run.smithi057.stderr: 92.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T21:44:36.823 INFO:teuthology.orchestra.run.smithi057.stderr: 88.4% -- replaced with /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-mgr.smithi057.muvfvk.log.gz 2023-12-01T21:44:36.834 INFO:teuthology.orchestra.run.smithi057.stderr: 91.5% -- replaced with /var/log/ceph/5e5680b2-9092-11ee-95a2-87774f69a715/ceph-mon.smithi057.log.gz 2023-12-01T21:44:36.836 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-12-01T21:44:36.836 INFO:teuthology.orchestra.run.smithi057.stderr:real 0m0.053s 2023-12-01T21:44:36.836 INFO:teuthology.orchestra.run.smithi057.stderr:user 0m0.079s 2023-12-01T21:44:36.836 INFO:teuthology.orchestra.run.smithi057.stderr:sys 0m0.015s 2023-12-01T21:44:36.836 INFO:tasks.cephadm:Archiving logs... 2023-12-01T21:44:36.836 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289/remote/ubuntu@smithi057.front.sepia.ceph.com/log 2023-12-01T21:44:36.837 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T21:44:36.915 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289/remote/ubuntu@smithi154.front.sepia.ceph.com/log 2023-12-01T21:44:36.916 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T21:44:36.943 INFO:tasks.cephadm:Removing cluster... 2023-12-01T21:44:36.944 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 --force 2023-12-01T21:44:37.431 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 --force 2023-12-01T21:44:37.894 INFO:tasks.cephadm:Removing cephadm ... 2023-12-01T21:44:37.894 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T21:44:37.911 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T21:44:37.925 INFO:tasks.cephadm:Teardown complete 2023-12-01T21:44:37.926 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 640, in ceph_mons r = _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi154 with status 127: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph mon dump -f json' 2023-12-01T21:44:38.008 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2edfd180b08b4b179c591a199b5ea74d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 640, in ceph_mons r = _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi154 with status 127: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph mon dump -f json' 2023-12-01T21:44:38.011 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T21:44:38.020 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T21:44:38.122 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_1... 2023-12-01T21:44:38.122 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_1 2023-12-01T21:44:38.265 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T21:44:38.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:38.268 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_2... 2023-12-01T21:44:38.268 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_2 2023-12-01T21:44:38.408 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T21:44:38.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:38.410 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_3... 2023-12-01T21:44:38.410 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_3 2023-12-01T21:44:38.552 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T21:44:38.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:38.554 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_4... 2023-12-01T21:44:38.554 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_4 2023-12-01T21:44:38.700 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T21:44:38.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:38.702 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-01T21:44:38.702 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/scratch_devs 2023-12-01T21:44:38.729 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_1... 2023-12-01T21:44:38.730 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_1 2023-12-01T21:44:38.854 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T21:44:38.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:38.855 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_2... 2023-12-01T21:44:38.856 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_2 2023-12-01T21:44:38.970 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T21:44:38.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:38.972 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_3... 2023-12-01T21:44:38.972 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_3 2023-12-01T21:44:39.095 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T21:44:39.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:39.097 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi154:/dev/vg_nvme/lv_4... 2023-12-01T21:44:39.098 DEBUG:teuthology.orchestra.run.smithi154:> sudo nvme disconnect -n lv_4 2023-12-01T21:44:39.221 INFO:teuthology.orchestra.run.smithi154.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T21:44:39.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:39.223 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T21:44:39.223 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/scratch_devs 2023-12-01T21:44:39.248 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T21:44:39.258 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T21:44:39.258 DEBUG:teuthology.orchestra.run.smithi057:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T21:44:39.261 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T21:44:39.275 INFO:teuthology.orchestra.run.smithi057.stderr:bash: ntpq: command not found 2023-12-01T21:44:39.278 INFO:teuthology.orchestra.run.smithi057.stdout:210 Number of sources = 4 2023-12-01T21:44:39.279 INFO:teuthology.orchestra.run.smithi057.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T21:44:39.279 INFO:teuthology.orchestra.run.smithi057.stdout:=============================================================================== 2023-12-01T21:44:39.279 INFO:teuthology.orchestra.run.smithi057.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 46 -696us[ -716us] +/- 71ms 2023-12-01T21:44:39.279 INFO:teuthology.orchestra.run.smithi057.stdout:^* hv02.front.sepia.ceph.com 3 6 177 45 -1372us[-1392us] +/- 65ms 2023-12-01T21:44:39.279 INFO:teuthology.orchestra.run.smithi057.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 45 +2280us[+2260us] +/- 74ms 2023-12-01T21:44:39.279 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:44:39.302 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-01T21:44:39.305 INFO:teuthology.orchestra.run.smithi154.stdout:210 Number of sources = 4 2023-12-01T21:44:39.305 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T21:44:39.306 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-01T21:44:39.306 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 46 -684us[ -684us] +/- 71ms 2023-12-01T21:44:39.306 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 177 46 -1369us[-1373us] +/- 65ms 2023-12-01T21:44:39.306 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 45 +2296us[+2296us] +/- 74ms 2023-12-01T21:44:39.306 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:44:39.306 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T21:44:39.315 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T21:44:39.315 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T21:44:39.325 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:44:39.423 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:44:39.510 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:44:39.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:39.542 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:44:39.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:39.571 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T21:44:39.581 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T21:44:39.589 INFO:teuthology.task.internal:Duration was 754.372394 seconds 2023-12-01T21:44:39.589 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T21:44:39.597 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T21:44:39.598 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T21:44:39.600 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T21:44:39.645 INFO:teuthology.orchestra.run.smithi057.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T21:44:39.655 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T21:44:39.958 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T21:44:39.958 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi057.front.sepia.ceph.com 2023-12-01T21:44:39.958 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:44:39.979 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T21:44:39.979 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:44:39.998 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T21:44:39.998 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T21:44:40.021 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T21:44:40.076 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T21:44:40.076 DEBUG:teuthology.orchestra.run.smithi057:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T21:44:40.078 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T21:44:40.185 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T21:44:40.195 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T21:44:40.195 DEBUG:teuthology.orchestra.run.smithi057:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T21:44:40.221 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T21:44:40.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T21:44:40.293 DEBUG:teuthology.orchestra.run.smithi057:> 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 2023-12-01T21:44:40.296 DEBUG:teuthology.orchestra.run.smithi154:> 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 2023-12-01T21:44:40.318 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = core 2023-12-01T21:44:40.319 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2023-12-01T21:44:40.333 DEBUG:teuthology.orchestra.run.smithi057:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T21:44:40.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:40.387 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T21:44:40.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:44:40.400 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T21:44:40.410 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T21:44:40.410 DEBUG:teuthology.misc:Transferring archived files from smithi057:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289/remote/smithi057 2023-12-01T21:44:40.411 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T21:44:40.463 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289/remote/smithi154 2023-12-01T21:44:40.464 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T21:44:40.497 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T21:44:40.497 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T21:44:40.499 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T21:44:40.547 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T21:44:40.557 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T21:44:40.558 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T21:44:40.567 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T21:44:40.567 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T21:44:40.569 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T21:44:40.582 INFO:teuthology.orchestra.run.smithi057.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 21:44 /home/ubuntu/cephtest 2023-12-01T21:44:40.600 INFO:teuthology.orchestra.run.smithi154.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 21:44 /home/ubuntu/cephtest 2023-12-01T21:44:40.602 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T21:44:40.611 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T21:44:40.635 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T21:44:40.668 DEBUG:teuthology.nuke:shortname: smithi057 2023-12-01T21:44:40.668 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T21:44:40.691 DEBUG:teuthology.nuke:shortname: smithi154 2023-12-01T21:44:40.691 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T21:44:40.695 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:24:03.044071', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP34CEyoK9fZ04qZ/Xj5qeQG1YpTX1Ws3kMjviTt0tMAuwCm7V9n7lVVNMEOlfbX08OCzF8deVPS0fJ5K0z4rys='} 2023-12-01T21:44:40.717 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474289', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:24:03.042149', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPn8wpfCpbmgvQR0Pfj7AOZMdW2qWhUz/rSnjen2jQjzWQs0xPqEdd5aR+gtrZxcX4VD+XC3iuaXOEXvGMEKLL8='} 2023-12-01T21:44:40.745 INFO:teuthology.orchestra.console.smithi057:Power off 2023-12-01T21:44:40.745 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T21:44:40.769 DEBUG:teuthology.orchestra.console.smithi057:power off output: Chassis Power Control: Down/Off 2023-12-01T21:44:40.769 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T21:44:40.784 INFO:teuthology.orchestra.console.smithi154:Power off 2023-12-01T21:44:40.785 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T21:44:40.794 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-12-01T21:44:40.824 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2023-12-01T21:44:40.824 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T21:44:40.849 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-01T21:44:44.796 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T21:44:44.850 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T21:44:44.907 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-12-01T21:44:44.961 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-01T21:44:48.910 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T21:44:48.962 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T21:44:49.020 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is off 2023-12-01T21:44:49.072 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2023-12-01T21:44:49.122 INFO:teuthology.orchestra.console.smithi057:Power off completed 2023-12-01T21:44:49.173 INFO:teuthology.orchestra.console.smithi154:Power off completed 2023-12-01T21:44:49.278 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 754.3723938465118 failure_reason: 'Command failed on smithi154 with status 127: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5e5680b2-9092-11ee-95a2-87774f69a715 -- ceph mon dump -f json''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2edfd180b08b4b179c591a199b5ea74d status: fail success: false 2023-12-01T21:44:49.279 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T21:44:49.351 INFO:teuthology.run:FAIL